/*
#@plugins/balao_cgs2024/css/cgs2024.less
*/
/* Framework ORION */
/* Couleurs par défaut */
/* Variables */
/* Connexion ORION */
/* Page de connexion */
.connexion,
.compte_creation {
  /* Centrage */
  /* Sigle */
  /* Titre */
  /* Header */
  /* Section */
  /* Formulaire de connexion et formulaire d'inscription */
  /* Mot de passe oublié */
  /* Message d'erreur */
  /* Formulaire d'inscription */
  /* Confirmation d'inscription */
}
.connexion .page,
.compte_creation .page {
  padding-top: 40px;
}
@media (min-width: 880px) AND (min-height: 500px) {
  .connexion.connexion .page,
  .compte_creation.connexion .page {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 880px) AND (min-height: 750px) {
  .connexion.compte_creation .page,
  .compte_creation.compte_creation .page {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
.connexion .sigle,
.compte_creation .sigle {
  margin: auto auto 40px 0;
  max-width: 300px;
}
.connexion h1,
.compte_creation h1,
.connexion h2,
.compte_creation h2 {
  max-width: 80%;
  font-weight: bold;
  color: #000;
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin: 20px auto 0;
  text-align: center;
}
.connexion.connexion h1,
.compte_creation.connexion h1 {
  display: none;
}
.connexion header,
.compte_creation header {
  display: none;
}
.connexion header + section,
.compte_creation header + section {
  margin-top: 0;
}
.connexion section,
.compte_creation section {
  width: 100%;
  /* Version grand écran */
}
.connexion section .wrapper,
.compte_creation section .wrapper {
  max-width: 1000px;
}
.connexion section .wrapper article,
.compte_creation section .wrapper article {
  margin: auto;
  max-width: 370px;
}
@media (min-width: 880px) {
  .connexion section,
  .compte_creation section {
    background-size: 70%;
  }
  .connexion section .wrapper,
  .compte_creation section .wrapper {
    background-size: 50%;
    background-position: right bottom;
  }
  .connexion section .wrapper h1,
  .compte_creation section .wrapper h1 {
    margin-left: 0;
    text-align: left;
  }
  .connexion section .wrapper #formulaire_inscription,
  .compte_creation section .wrapper #formulaire_inscription {
    margin-left: 0;
  }
}
.connexion .formulaire_login,
.compte_creation .formulaire_login {
  max-width: 370px;
}
@media (max-width: 880px) {
  .connexion .formulaire_login,
  .compte_creation .formulaire_login {
    margin: 40px auto;
  }
}
.connexion #formulaire_login,
.compte_creation #formulaire_login,
.connexion #formulaire_inscription,
.compte_creation #formulaire_inscription {
  max-width: 430px;
  margin: auto;
}
.connexion #formulaire_login form,
.compte_creation #formulaire_login form,
.connexion #formulaire_inscription form,
.compte_creation #formulaire_inscription form {
  margin: 0;
}
.connexion #formulaire_login #spip_logo_auteur,
.compte_creation #formulaire_login #spip_logo_auteur,
.connexion #formulaire_inscription #spip_logo_auteur,
.compte_creation #formulaire_inscription #spip_logo_auteur {
  display: none;
}
.connexion #formulaire_login #pass,
.compte_creation #formulaire_login #pass,
.connexion #formulaire_inscription #pass,
.compte_creation #formulaire_inscription #pass {
  margin-bottom: 20px;
}
.connexion #formulaire_login .editer-groupe,
.compte_creation #formulaire_login .editer-groupe,
.connexion #formulaire_inscription .editer-groupe,
.compte_creation #formulaire_inscription .editer-groupe {
  /* Le titre des champs de recherche */
  /* Les champs de recherche */
  /* Mot de passe oublié + "rester connecté" */
}
.connexion #formulaire_login .editer-groupe label,
.compte_creation #formulaire_login .editer-groupe label,
.connexion #formulaire_inscription .editer-groupe label,
.compte_creation #formulaire_inscription .editer-groupe label {
  display: block;
  margin-bottom: 5px;
  color: #000;
}
.connexion #formulaire_login .editer-groupe input,
.compte_creation #formulaire_login .editer-groupe input,
.connexion #formulaire_inscription .editer-groupe input,
.compte_creation #formulaire_inscription .editer-groupe input {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
}
.connexion #formulaire_login .editer-groupe input:focus,
.compte_creation #formulaire_login .editer-groupe input:focus,
.connexion #formulaire_inscription .editer-groupe input:focus,
.compte_creation #formulaire_inscription .editer-groupe input:focus {
  border-color: #000;
  color: #000;
}
.connexion #formulaire_login .editer-groupe .details,
.compte_creation #formulaire_login .editer-groupe .details,
.connexion #formulaire_inscription .editer-groupe .details,
.compte_creation #formulaire_inscription .editer-groupe .details {
  margin-top: 10px;
}
.connexion #formulaire_login .editer-groupe .details a,
.compte_creation #formulaire_login .editer-groupe .details a,
.connexion #formulaire_inscription .editer-groupe .details a,
.compte_creation #formulaire_inscription .editer-groupe .details a {
  color: #000;
}
.connexion #formulaire_login .editer-groupe .details a:hover,
.compte_creation #formulaire_login .editer-groupe .details a:hover,
.connexion #formulaire_inscription .editer-groupe .details a:hover,
.compte_creation #formulaire_inscription .editer-groupe .details a:hover {
  text-decoration: underline;
}
.connexion #formulaire_login p.boutons,
.compte_creation #formulaire_login p.boutons,
.connexion #formulaire_inscription p.boutons,
.compte_creation #formulaire_inscription p.boutons {
  margin: auto;
  /* "Vous n'êtes pas inscrits ?" */
}
.connexion #formulaire_login p.boutons input[type='submit'],
.compte_creation #formulaire_login p.boutons input[type='submit'],
.connexion #formulaire_inscription p.boutons input[type='submit'],
.compte_creation #formulaire_inscription p.boutons input[type='submit'] {
  margin: 0 0 20px;
}
.connexion #formulaire_login p.boutons span,
.compte_creation #formulaire_login p.boutons span,
.connexion #formulaire_inscription p.boutons span,
.compte_creation #formulaire_inscription p.boutons span {
  display: block;
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.connexion #formulaire_login p.boutons a:hover,
.compte_creation #formulaire_login p.boutons a:hover,
.connexion #formulaire_inscription p.boutons a:hover,
.compte_creation #formulaire_inscription p.boutons a:hover {
  text-decoration: underline;
}
.connexion.page_motdepasse legend,
.compte_creation.page_motdepasse legend {
  display: none;
}
.connexion.page_motdepasse p.reponse_formulaire_erreur,
.compte_creation.page_motdepasse p.reponse_formulaire_erreur {
  color: #000;
  text-align: left;
}
.connexion.page_motdepasse p.reponse_formulaire_ok,
.compte_creation.page_motdepasse p.reponse_formulaire_ok {
  text-align: left;
}
.connexion.page_motdepasse section,
.compte_creation.page_motdepasse section {
  padding: 0;
}
.connexion.page_motdepasse section article,
.compte_creation.page_motdepasse section article {
  max-width: 600px;
  padding: 30px;
  background: white;
  border-radius: 10px;
}
.connexion.page_motdepasse section article h1,
.compte_creation.page_motdepasse section article h1 {
  display: block;
  margin-left: 0;
  color: #000;
  text-align: left;
}
.connexion.page_motdepasse section article .formulaire_spip,
.compte_creation.page_motdepasse section article .formulaire_spip {
  background: white;
}
.connexion.page_motdepasse section article .formulaire_spip form,
.compte_creation.page_motdepasse section article .formulaire_spip form {
  margin: 0;
}
.connexion.page_motdepasse section article .formulaire_spip form fieldset p,
.compte_creation.page_motdepasse section article .formulaire_spip form fieldset p {
  margin-bottom: 40px;
  text-align: left;
}
.connexion.page_motdepasse section article .formulaire_spip form fieldset .editer-groupe .editer label,
.compte_creation.page_motdepasse section article .formulaire_spip form fieldset .editer-groupe .editer label {
  display: block;
  margin-bottom: 5px;
  color: #000;
}
.connexion.page_motdepasse section article .formulaire_spip form fieldset .editer-groupe .editer input,
.compte_creation.page_motdepasse section article .formulaire_spip form fieldset .editer-groupe .editer input {
  border: 1px solid #000;
}
.connexion.page_motdepasse section article .formulaire_spip form input[type='submit'],
.compte_creation.page_motdepasse section article .formulaire_spip form input[type='submit'] {
  margin: 0;
}
@media (min-width: 600px) {
  .connexion.page_motdepasse section article,
  .compte_creation.page_motdepasse section article {
    padding: 60px;
  }
}
@media screen and (max-width: 880px) {
  .connexion form#formulaire_login p.boutons,
  .compte_creation form#formulaire_login p.boutons,
  .connexion form#formulaire_inscription p.boutons,
  .compte_creation form#formulaire_inscription p.boutons {
    text-align: center;
  }
}
@media screen and (max-width: 880px) {
  .connexion .reponse_formulaire,
  .compte_creation .reponse_formulaire {
    text-align: center;
  }
}
.connexion #formulaire_inscription p.reponse_formulaire_erreur,
.compte_creation #formulaire_inscription p.reponse_formulaire_erreur {
  color: #000;
}
.connexion #formulaire_inscription p.reponse_formulaire_ok,
.compte_creation #formulaire_inscription p.reponse_formulaire_ok {
  color: #000;
}
.connexion.compte_valide section article,
.compte_creation.compte_valide section article {
  text-align: center;
}
.connexion.compte_valide section article .bouton,
.compte_creation.compte_valide section article .bouton {
  margin: 20px auto;
}
.formulaire_spip p.reponse_formulaire_erreur,
.formulaire_spip p.reponse_formulaire_ok {
  text-align: left;
}
/* Sur la page création de compte */
body.compte_creation #formulaire_inscription h1 {
  margin-bottom: 20px;
}
body.compte_creation #formulaire_inscription p.obligatoire,
body.compte_creation #formulaire_inscription span.obligatoire {
  display: none;
}
body.compte_creation #formulaire_inscription p.boutons {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
body.compte_creation #formulaire_inscription p.boutons a {
  display: block;
  padding: 0;
  border: 0;
  text-transform: initial;
}
body.compte_creation #formulaire_inscription p.boutons a:hover {
  transform: initial;
  text-decoration: underline;
}
@media (min-width: 880px) {
  body.compte_creation #formulaire_inscription p.boutons {
    margin-left: 0;
    text-align: left;
  }
  body.compte_creation #formulaire_inscription .reponse_formulaire,
  body.compte_creation #formulaire_inscription .erreur_message {
    text-align: left;
  }
}
/* Applications */
.application.profil {
  /* Masquer le formulaire de recherches */
}
.application.profil article fieldset .spip_logo {
  margin-bottom: 20px;
}
.application.profil .page #formulaire_recherche {
  display: none;
}
.application .page #application .formulaire_spip.formulaire_formidable_aide p {
  text-align: left;
}
.application .page #application .formulaire_spip.formulaire_formidable_aide .reponse_formulaire.reponse_formulaire_ok {
  background: none;
}
.application .page #application .formulaire_spip.formulaire_formidable_aide .reponse_formulaire.reponse_formulaire_ok p {
  color: #3d474d;
}
.application.equipe .page #application table tr td a:not(.bouton) {
  display: inline-block;
  vertical-align: middle;
}
.application.nouveautes .page nav a.miseajour {
  display: none;
}
.application.nouveautes .page #application {
  /* Masquer le formulaire de recherches */
  /* Nouveautés */
}
.application.nouveautes .page #application .header {
  border: 0;
}
.application.nouveautes .page #application .header + .contenu {
  margin-top: 118px;
}
.application.nouveautes .page #application header {
  padding: 16px 18px 6px 13px;
}
.application.nouveautes .page #application .contenu {
  padding-top: 0;
}
.application.nouveautes .page #application #formulaire_recherche,
.application.nouveautes .page #application .arbo {
  display: none;
}
.application.nouveautes .page #application article {
  /* Intro */
}
.application.nouveautes .page #application article:not(:first-of-type) {
  border-bottom: 1px solid #ddd;
  max-width: 600px;
}
.application.nouveautes .page #application article:not(:first-of-type) p:first-of-type {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.application.nouveautes .page #application article:not(:first-of-type) h2 {
  margin: 5px 0 10px;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag {
  text-transform: capitalize;
  background-color: #f5741e;
  margin-right: 10px;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.evenement {
  background-color: #f5741e;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.participants {
  background-color: #70B62C;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.siteweb {
  background-color: #7e08e5;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.partenaires {
  background-color: #2b72b6;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.billetterie {
  background-color: #e50909;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.cgs23 {
  background-color: #e40041;
}
.application.nouveautes .page #application article:not(:first-of-type) .tag.emailing {
  background-color: #ffcc00;
}
.application.nouveautes .page #application article:not(:first-of-type) p:last-of-type {
  margin-top: 20px;
}
.application.nouveautes .page #application article:not(:first-of-type) em {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.application.nouveautes .page #application article:first-of-type p {
  font-weight: bold;
}
/* Composants */
p.alerte {
  background-color: red;
  width: fit-content;
  color: white;
  margin: 20px;
  padding: 3px 10px;
  border-radius: 6px;
}
/* Arbo */
.arbo {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 20px;
  margin: 0 0 14px;
  opacity: 0;
  /* Version tablette */
}
.arbo span,
.arbo a {
  display: inline-block;
  color: #777777;
  vertical-align: bottom;
}
.arbo span:hover,
.arbo a:hover {
  color: #e94e1d;
}
.arbo i {
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 1130px) {
  .arbo {
    display: none;
  }
}
.application .page #application .article {
  margin: 50px 0 50px;
  width: 98%;
  display: flex;
}
.application .page #application .article .logo {
  width: 40%;
  margin-right: 40px;
}
.application .page #application .article .texte {
  width: 60%;
}
.application .page #application .article.image_a_droite .logo {
  order: 2;
}
.application .page #application .article.image_a_droite .texte {
  order: 1;
}
.application .page #application .article.image_a_droite .logo {
  margin-left: 40px;
  margin-right: 0;
}
.application .page #application .article.centre {
  max-width: 850px;
  margin: 50px auto 50px;
}
.application .page #application .article.centre h1 strong,
.application .page #application .article.centre h2 strong {
  color: #e94e1d;
}
.application .page #application .article.centre h1,
.application .page #application .article.centre h2,
.application .page #application .article.centre h3,
.application .page #application .article.centre h4,
.application .page #application .article.centre p {
  text-align: center;
}
.application .page #application .article.centre p {
  font-weight: 400;
}
.application .page #application .article.centre .logo,
.application .page #application .article.centre .texte {
  width: 100%;
}
.avatar,
.logo,
.entreprise {
  display: block;
  width: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.avatar img,
.logo img,
.entreprise img {
  display: block;
}
.avatar.centrer .avatar,
.logo.centrer .avatar,
.entreprise.centrer .avatar,
.avatar.centrer .logo,
.logo.centrer .logo,
.entreprise.centrer .logo,
.avatar.centrer .entreprise,
.logo.centrer .entreprise,
.entreprise.centrer .entreprise {
  margin: auto;
}
.avatar {
  border-radius: 30px;
  background-color: #e94e1d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 30px;
  margin: 0;
}
.entreprise {
  background-color: #e94e1d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 30px;
  margin: 0;
}
.logo {
  width: 100%;
  line-height: 60px;
}
.logo img {
  margin: auto;
}
/* Bandeau occasionnel */
#bandeau {
  background-color: #e94e1d;
}
#bandeau p {
  color: white;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  padding: calc(20px/3) 20px;
}
#bandeau p a {
  color: white;
}
#bandeau p a:hover {
  text-decoration: underline;
}
/* Boutons */
/* Style général */
.bouton {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  transition: all 0.2s ease;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
}
.bouton i,
.bouton span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.bouton i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.bouton i.red {
  color: red !important;
}
.bouton i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .bouton i {
    font-size: 18px;
    line-height: 22px;
  }
}
.bouton span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.bouton em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .bouton em {
    display: none;
  }
}
.bouton big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.bouton.grand span {
  line-height: 22px;
}
.bouton.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.bouton:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.bouton:hover i,
.bouton:hover span {
  color: white;
}
.bouton.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.bouton.couleur span,
.bouton.couleur i {
  color: white;
}
.bouton.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.bouton.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .bouton.adroite {
    float: none;
  }
}
.bouton.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .bouton.agauche {
    float: none;
  }
}
.bouton.pasDeMarges {
  margin: 0 auto!important;
}
.bouton.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.bouton.compact:hover {
  color: white;
}
.bouton.principal {
  display: inline-block;
  margin-top: 20px;
}
/* Calendriers Full Calendar */
.application .page #application #calendrier {
  margin-left: calc(20px*2);
  /* Barre d'outils */
  /* Adapter le sélecteur de mois */
  /* Mois */
  /* Masquer le bouton aujourd'hui */
  /* Masquer le sélecteur jours / mois / ....*/
  /* Liens */
}
.application .page #application #calendrier .fc-toolbar {
  justify-content: left;
}
.application .page #application #calendrier .fc-button {
  background-color: white;
  color: #e6e6e6;
  border-color: #dcdee0;
}
.application .page #application #calendrier .fc-button:focus {
  box-shadow: none;
}
.application .page #application #calendrier .fc-button:not([disabled]):hover {
  background: #e94e1d;
  border-color: #e94e1d;
  color: white;
}
.application .page #application #calendrier .fc-toolbar-chunk:first-of-type {
  order: 2;
}
.application .page #application #calendrier .fc-toolbar-chunk:first-of-type .fc-button-group button:first-of-type,
.application .page #application #calendrier .fc-toolbar-chunk:first-of-type .fc-button-group button:last-of-type {
  display: none;
}
.application .page #application #calendrier .fc-toolbar-chunk:nth-of-type(2) {
  order: 1;
  margin-right: 30px;
}
.application .page #application #calendrier .fc-today-button {
  display: none;
}
.application .page #application #calendrier .fc-toolbar-chunk:last-of-type {
  display: none;
}
.application .page #application #calendrier a:not(.bouton) {
  color: #e6e6e6;
}
.application .page #application #calendrier table.fc-scrollgrid-sync-table tr td {
  font-size: 12px;
  line-height: 16px;
  padding: calc(20px/2) 20px;
}
/* Cartes */
.carte {
  height: 405px;
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  border-radius: 10px;
}
.application .page #application .contenu .cartes {
  padding: 20px calc(20px*2);
  /* Au cas où on englobe les cartes dans un conteneur AJAX */
}
@media screen and (max-width: 600px) {
  .application .page #application .contenu .cartes {
    padding: 15px;
  }
}
.application .page #application .contenu .cartes article {
  border: 1px solid #eee;
  transition: all 0.3s ease;
  padding: 20px;
  overflow: hidden;
  width: 400px;
  margin: 0 auto 24px;
  /* Version large et mini */
  /* Version smartphone */
  /* Version tablette */
  /* Contenu */
  /* Au survol */
}
@media screen and (min-width: 880px) {
  .application .page #application .contenu .cartes article {
    margin: 0 20px 24px 0;
  }
}
.application .page #application .contenu .cartes article.large {
  width: 600px;
}
.application .page #application .contenu .cartes article.mini {
  width: 260px;
}
@media screen and (max-width: 600px) {
  .application .page #application .contenu .cartes article {
    width: 100%;
  }
}
@media screen and (min-width: 880px) {
  .application .page #application .contenu .cartes article {
    height: 405px;
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: top;
    border-radius: 10px;
  }
}
.application .page #application .contenu .cartes article .contenuCarte {
  margin: 0;
  width: 100%;
  padding: 0 !important;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  /* Pagination */
  /* Logos */
  /* Tableaux */
}
.application .page #application .contenu .cartes article .contenuCarte .avant_cta {
  height: 80%;
  overflow: hidden;
  position: relative;
}
.application .page #application .contenu .cartes article .contenuCarte .avant_cta:after {
  content: '';
  width: 100%;
  height: 10%;
  display: block;
  margin: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 0;
}
.application .page #application .contenu .cartes article .contenuCarte > i {
  font-size: 50px;
  line-height: 56px;
  color: #e94e1d;
  display: block;
}
.application .page #application .contenu .cartes article .contenuCarte p {
  margin: 0 0 calc(20px/2);
}
.application .page #application .contenu .cartes article .contenuCarte p.pasDeMarges {
  margin: 0;
}
.application .page #application .contenu .cartes article .contenuCarte p,
.application .page #application .contenu .cartes article .contenuCarte li {
  color: gray;
  font-size: 12px;
  line-height: 16px;
}
.application .page #application .contenu .cartes article .contenuCarte p strong,
.application .page #application .contenu .cartes article .contenuCarte li strong {
  color: #e94e1d;
}
.application .page #application .contenu .cartes article .contenuCarte h2 {
  margin: 0 0 20px;
}
.application .page #application .contenu .cartes article .contenuCarte h2 + small {
  font-weight: bold;
  display: block;
  margin: -15px 0 10px;
}
.application .page #application .contenu .cartes article .contenuCarte big {
  line-height: 3.5rem;
}
.application .page #application .contenu .cartes article .contenuCarte h3 {
  font-size: 12px;
  line-height: 16px;
  color: #e94e1d;
  font-weight: bold;
  margin: 0;
}
.application .page #application .contenu .cartes article .contenuCarte h3 + p {
  margin: 0 0 calc(20px/2);
}
.application .page #application .contenu .cartes article .contenuCarte.centrer {
  text-align: center;
}
.application .page #application .contenu .cartes article .contenuCarte.centrer img {
  margin: auto;
}
.application .page #application .contenu .cartes article .contenuCarte.centrer .bouton {
  left: 50%;
  transform: translateX(-50%);
}
.application .page #application .contenu .cartes article .contenuCarte .bouton {
  display: block;
  text-align: center;
  width: 200px;
  padding: 4px 20px 4px 25px;
  margin: 20px auto 0;
}
@media screen and (min-width: 880px) {
  .application .page #application .contenu .cartes article .contenuCarte .bouton:not(.pas_absolute) {
    position: absolute;
    top: 0;
    left: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.application .page #application .contenu .cartes article .contenuCarte div {
  clear: both;
}
.application .page #application .contenu .cartes article .contenuCarte div i {
  float: left;
  margin-right: 5px;
  color: #e94e1d;
  background: -webkit-linear-gradient(#e94e1d, #e94e1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.application .page #application .contenu .cartes article .contenuCarte ul {
  text-align: left;
  margin: 10px 0;
}
.application .page #application .contenu .cartes article .contenuCarte ul li {
  list-style: none;
  margin: 10px 0;
}
.application .page #application .contenu .cartes article .contenuCarte ul li i {
  float: left;
  margin-right: 5px;
}
.application .page #application .contenu .cartes article .contenuCarte ul li p {
  overflow: auto;
  margin: 0;
}
.application .page #application .contenu .cartes article .contenuCarte ul li strong {
  color: #e94e1d;
}
.application .page #application .contenu .cartes article .contenuCarte ul li strong em {
  color: #3d474d;
  font-style: normal;
  display: block;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a {
  display: flex;
  border-radius: 6px;
  padding: 4px;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a:hover {
  background-color: #e94e1d;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a:hover p {
  color: white;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a:hover p strong {
  color: white;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a:hover p strong em {
  color: white;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a:hover i {
  color: white;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a:hover .avatar {
  background-color: white;
  color: #e94e1d;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a p {
  margin: auto 0;
}
.application .page #application .contenu .cartes article .contenuCarte ul li a i {
  float: none;
}
.application .page #application .contenu .cartes article .contenuCarte ul.flex li {
  display: flex;
}
.application .page #application .contenu .cartes article .contenuCarte ul.flex li .logo {
  margin-right: 5px;
}
.application .page #application .contenu .cartes article .contenuCarte a:not(.bouton):hover {
  color: #e94e1d;
}
.application .page #application .contenu .cartes article .contenuCarte ul.pagination_page {
  margin: 0;
  text-align: center;
}
.application .page #application .contenu .cartes article .contenuCarte ul.pagination_page li {
  width: 25px;
  height: 25px;
  line-height: 22px;
}
.application .page #application .contenu .cartes article .contenuCarte ul.pagination_page li a {
  display: block;
}
.application .page #application .contenu .cartes article .contenuCarte .logo {
  width: auto;
  margin-bottom: 20px;
}
.application .page #application .contenu .cartes article .contenuCarte table {
  margin-bottom: 10px;
}
.application .page #application .contenu .cartes article .contenuCarte table thead tr th {
  padding: 5px 10px;
  background-color: #e94e1d;
  color: white;
  font-weight: bold;
}
.application .page #application .contenu .cartes article .contenuCarte table thead tr th a {
  color: white;
}
.application .page #application .contenu .cartes article .contenuCarte table thead tr th a:hover {
  color: white !important;
}
.application .page #application .contenu .cartes article .contenuCarte table thead tr th:first-child {
  text-align: left;
  padding-left: 5px;
}
.application .page #application .contenu .cartes article .contenuCarte table tr td {
  padding: 5px 10px;
}
.application .page #application .contenu .cartes article .contenuCarte table tr td:first-child {
  padding-left: 5px;
}
.application .page #application .contenu .cartes article .contenuCarte table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.application .page #application .contenu .cartes article .contenuCarte table tr:nth-child(even) td {
  background-color: white;
}
.application .page #application .contenu .cartes article .contenuCarte table + .bouton {
  margin-left: 0;
}
.application .page #application .contenu .cartes article .contenuCarte.big {
  position: relative;
  text-align: center;
}
.application .page #application .contenu .cartes article .contenuCarte.big i {
  float: none;
  font-size: 15rem;
  margin: 0;
}
.application .page #application .contenu .cartes article .contenuCarte.big big {
  display: block;
  font-weight: bold;
  font-size: 3rem;
  color: black;
}
.application .page #application .contenu .cartes article.hover:hover {
  transform: scale(1.05);
  background-color: #555555;
}
.application .page #application .contenu .cartes article.hover:hover > div i,
.application .page #application .contenu .cartes article.hover:hover > div p,
.application .page #application .contenu .cartes article.hover:hover > div h2 {
  color: white;
}
@media screen and (min-width: 880px) {
  .application .page #application .contenu .cartes .ajaxbloc {
    height: 405px;
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: top;
    border-radius: 10px;
    margin: 0 20px 24px 0;
  }
}
/* Commentaires */
.commentaire {
  margin-top: 20px;
}
.commentaire .bulle {
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  background: #f0f0f0;
  position: relative;
}
.commentaire .bulle:after {
  content: " ";
  position: absolute;
  right: 12px;
  bottom: -10px;
  border-top: 11px solid #f0f0f0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: none;
}
.commentaire span {
  font-size: 10px;
  margin-left: 12px;
}
.documents {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: left;
  margin-top: 40px;
}
.documents li {
  transition: all 0.2s ease;
  text-align: center;
  max-width: 120px;
  overflow: hidden;
  word-break: break-all;
  margin: 0 30px 30px 0!important;
}
.documents li img {
  margin: auto auto 10px;
}
.documents li:hover {
  transform: scale(1.05);
}
.documents li a:hover {
  text-decoration: none;
}
.editable {
  border: 1px solid white;
  cursor: pointer;
}
.editable:hover {
  border-color: #e94e1d;
}
.editable h4 {
  color: #e94e1d;
}
.editable p,
.editable li {
  color: #e6e6e6;
}
/* Formulaire d'édition d'article */
.application .page #infos .formulaire_spip.formulaire_editer_article_complet label em.aide {
  display: none;
}
.application .page #infos .formulaire_spip.formulaire_editer_article_complet textarea {
  min-height: 400px;
}
.application .page #infos .formulaire_spip.formulaire_editer_article_complet input:focus,
.application .page #infos .formulaire_spip.formulaire_editer_article_complet textarea:focus {
  color: #e6e6e6;
  border-color: #e94e1d;
}
/* Formulaire logo */
.application .page #infos .formulaire_spip.formulaire_editer_logo .spip_logo {
  margin-bottom: 5px;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .taille {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns {
  margin-top: 20px;
  text-align: center;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
  margin: 0 20px;
  display: none;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a i,
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a i.red {
  color: red !important;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a em {
    display: none;
  }
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.grand span {
  line-height: 22px;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a:hover i,
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a:hover span {
  color: white;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.couleur span,
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.couleur i {
  color: white;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.adroite {
    float: none;
  }
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.agauche {
    float: none;
  }
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.pasDeMarges {
  margin: 0 auto!important;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.compact:hover {
  color: white;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a.principal {
  display: inline-block;
  margin-top: 20px;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a span,
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a i {
  color: white;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns a:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.application .page #infos .formulaire_spip.formulaire_editer_logo .groupe-btns input[type="submit"] {
  margin: 0 auto;
  background-color: white;
  color: #e94e1d;
}
.application .page #application {
  /* Fond gris sur les encarts */
}
.application .page #application article.encart {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: calc(20px/2);
  max-width: 700px;
  /* Paragraphes */
  /* Boutons */
  /* Icônes */
}
.application .page #application article.encart h2 {
  margin-bottom: 5px;
}
.application .page #application article.encart p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  min-height: 1px;
  max-width: 100%;
  overflow: auto;
}
.application .page #application article.encart a.bouton {
  margin: 0 0 calc(20px/2) 0;
}
.application .page #application article.encart a.bouton i {
  color: #3d474d;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 880px) {
  .application .page #application article.encart a.bouton {
    float: left;
    margin: 0 20px 0 0;
  }
}
.application .page #application article.encart a.bouton:hover i {
  color: #e94e1d;
}
.application .page #application article.encart > i {
  color: #e94e1d;
  font-size: 50px;
  line-height: 56px;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.application .page #application article.encart > i + div {
  overflow: auto;
}
.application .page #application article.encart:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 880px) {
  .application .page #application article.encart {
    text-align: center;
  }
}
.application .page #application .pasDeMarges article.encart {
  margin-left: 20px;
}
/* taille des puces */
/* Conteneur */
#etapes {
  display: flex;
  justify-content: space-between;
  counter-reset: etapes;
  position: relative;
  margin: 0 auto 40px;
  /* Trait en arrière-plan entre les puces */
}
#etapes:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e94e1d;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#etapes li {
  list-style: none;
  counter-increment: etapes;
  position: relative;
  z-index: 2;
  /* Pour chaque puce */
  /* Puce active */
  /* Masquer le texte dans la puce */
}
#etapes li:before {
  content: counter(etapes);
  display: block;
  color: #e94e1d;
  text-align: center;
  font-weight: bold;
  background-color: white;
  border: 1px solid #e94e1d;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
}
#etapes li.on:before {
  background-color: #e94e1d;
  color: white;
}
#etapes li span {
  display: none;
}
.deroulant {
  display: inline-block;
  width: 330px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f8f8f8;
  margin: 0 20px 20px 0;
}
.deroulant label {
  display: none;
}
.deroulant select {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #191919;
  padding: 15px 15px 15px 10px;
  width: 350px;
  height: 55px;
}
.formulaire_spip h1,
.formulaire h1 {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.formulaire_spip form,
.formulaire form {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  text-align: left;
  border-radius: 6px;
  /* Champs files */
}
.formulaire_spip form legend,
.formulaire form legend {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 16px;
}
.formulaire_spip form em,
.formulaire form em {
  display: block;
  margin: 0 auto 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.formulaire_spip form em a,
.formulaire form em a {
  color: #e94e1d;
}
.formulaire_spip form div.editer,
.formulaire form div.editer,
.formulaire_spip form li.editer,
.formulaire form li.editer,
.formulaire_spip form fieldset.editer,
.formulaire form fieldset.editer {
  margin: 0 auto 15px;
  /* Cas particulier des dates */
  /* Cas particulier des radios */
  /* Cas particulier des checkboxes */
  /* Erreurs */
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire_spip form div.editer textarea,
.formulaire form div.editer textarea,
.formulaire_spip form li.editer textarea,
.formulaire form li.editer textarea,
.formulaire_spip form fieldset.editer textarea,
.formulaire form fieldset.editer textarea {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #dcdee0;
  border-radius: 6px;
  -webkit-appearance: none;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 20px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.1s ease-in-out 0s;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire_spip form div.editer textarea:focus,
.formulaire form div.editer textarea:focus,
.formulaire_spip form li.editer textarea:focus,
.formulaire form li.editer textarea:focus,
.formulaire_spip form fieldset.editer textarea:focus,
.formulaire form fieldset.editer textarea:focus {
  border: 1px solid #e94e1d;
  color: #e94e1d;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_jour,
.formulaire_spip form div.editer textarea.date_jour,
.formulaire form div.editer textarea.date_jour,
.formulaire_spip form li.editer textarea.date_jour,
.formulaire form li.editer textarea.date_jour,
.formulaire_spip form fieldset.editer textarea.date_jour,
.formulaire form fieldset.editer textarea.date_jour,
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_mois,
.formulaire_spip form div.editer textarea.date_mois,
.formulaire form div.editer textarea.date_mois,
.formulaire_spip form li.editer textarea.date_mois,
.formulaire form li.editer textarea.date_mois,
.formulaire_spip form fieldset.editer textarea.date_mois,
.formulaire form fieldset.editer textarea.date_mois {
  width: 50px;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette).date_annee,
.formulaire_spip form div.editer textarea.date_annee,
.formulaire form div.editer textarea.date_annee,
.formulaire_spip form li.editer textarea.date_annee,
.formulaire form li.editer textarea.date_annee,
.formulaire_spip form fieldset.editer textarea.date_annee,
.formulaire form fieldset.editer textarea.date_annee {
  width: 100px;
}
.formulaire_spip form div.editer .palette,
.formulaire form div.editer .palette,
.formulaire_spip form li.editer .palette,
.formulaire form li.editer .palette,
.formulaire_spip form fieldset.editer .palette,
.formulaire form fieldset.editer .palette {
  display: inline-block;
  width: 100%;
  border: 0;
}
.formulaire_spip form div.editer input.radio + label,
.formulaire form div.editer input.radio + label,
.formulaire_spip form li.editer input.radio + label,
.formulaire form li.editer input.radio + label,
.formulaire_spip form fieldset.editer input.radio + label,
.formulaire form fieldset.editer input.radio + label {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  display: inline-block;
  margin: 1px 0 0 5px;
}
.formulaire_spip form div.editer select,
.formulaire form div.editer select,
.formulaire_spip form li.editer select,
.formulaire form li.editer select,
.formulaire_spip form fieldset.editer select,
.formulaire form fieldset.editer select {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #dcdee0;
  border-radius: 6px;
}
.formulaire_spip form div.editer textarea,
.formulaire form div.editer textarea,
.formulaire_spip form li.editer textarea,
.formulaire form li.editer textarea,
.formulaire_spip form fieldset.editer textarea,
.formulaire form fieldset.editer textarea {
  height: 120px;
  padding: 16px;
}
.formulaire_spip form div.editer input:-webkit-autofill,
.formulaire form div.editer input:-webkit-autofill,
.formulaire_spip form li.editer input:-webkit-autofill,
.formulaire form li.editer input:-webkit-autofill,
.formulaire_spip form fieldset.editer input:-webkit-autofill,
.formulaire form fieldset.editer input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.formulaire_spip form div.editer input:focus,
.formulaire form div.editer input:focus,
.formulaire_spip form li.editer input:focus,
.formulaire form li.editer input:focus,
.formulaire_spip form fieldset.editer input:focus,
.formulaire form fieldset.editer input:focus,
.formulaire_spip form div.editer textarea:focus,
.formulaire form div.editer textarea:focus,
.formulaire_spip form li.editer textarea:focus,
.formulaire form li.editer textarea:focus,
.formulaire_spip form fieldset.editer textarea:focus,
.formulaire form fieldset.editer textarea:focus,
.formulaire_spip form div.editer select:focus,
.formulaire form div.editer select:focus,
.formulaire_spip form li.editer select:focus,
.formulaire form li.editer select:focus,
.formulaire_spip form fieldset.editer select:focus,
.formulaire form fieldset.editer select:focus {
  outline: 0 !important;
}
.formulaire_spip form div.editer.saisie_date_jour_mois_annee label,
.formulaire form div.editer.saisie_date_jour_mois_annee label,
.formulaire_spip form li.editer.saisie_date_jour_mois_annee label,
.formulaire form li.editer.saisie_date_jour_mois_annee label,
.formulaire_spip form fieldset.editer.saisie_date_jour_mois_annee label,
.formulaire form fieldset.editer.saisie_date_jour_mois_annee label {
  display: block;
}
.formulaire_spip form div.editer.saisie_date_jour_mois_annee .choix,
.formulaire form div.editer.saisie_date_jour_mois_annee .choix,
.formulaire_spip form li.editer.saisie_date_jour_mois_annee .choix,
.formulaire form li.editer.saisie_date_jour_mois_annee .choix,
.formulaire_spip form fieldset.editer.saisie_date_jour_mois_annee .choix,
.formulaire form fieldset.editer.saisie_date_jour_mois_annee .choix {
  display: inline-block;
  vertical-align: middle;
}
.formulaire_spip form div.editer.saisie_date_jour_mois_annee .choix label,
.formulaire form div.editer.saisie_date_jour_mois_annee .choix label,
.formulaire_spip form li.editer.saisie_date_jour_mois_annee .choix label,
.formulaire form li.editer.saisie_date_jour_mois_annee .choix label,
.formulaire_spip form fieldset.editer.saisie_date_jour_mois_annee .choix label,
.formulaire form fieldset.editer.saisie_date_jour_mois_annee .choix label {
  display: none;
}
.formulaire_spip form div.editer.saisie_radio div.choix input,
.formulaire form div.editer.saisie_radio div.choix input,
.formulaire_spip form li.editer.saisie_radio div.choix input,
.formulaire form li.editer.saisie_radio div.choix input,
.formulaire_spip form fieldset.editer.saisie_radio div.choix input,
.formulaire form fieldset.editer.saisie_radio div.choix input,
.formulaire_spip form div.editer.saisie_radio div.choix label,
.formulaire form div.editer.saisie_radio div.choix label,
.formulaire_spip form li.editer.saisie_radio div.choix label,
.formulaire form li.editer.saisie_radio div.choix label,
.formulaire_spip form fieldset.editer.saisie_radio div.choix label,
.formulaire form fieldset.editer.saisie_radio div.choix label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.formulaire_spip form div.editer.saisie_checkbox label,
.formulaire form div.editer.saisie_checkbox label,
.formulaire_spip form li.editer.saisie_checkbox label,
.formulaire form li.editer.saisie_checkbox label,
.formulaire_spip form fieldset.editer.saisie_checkbox label,
.formulaire form fieldset.editer.saisie_checkbox label {
  display: block;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix,
.formulaire form div.editer.saisie_checkbox div.choix,
.formulaire_spip form li.editer.saisie_checkbox div.choix,
.formulaire form li.editer.saisie_checkbox div.choix,
.formulaire_spip form fieldset.editer.saisie_checkbox div.choix,
.formulaire form fieldset.editer.saisie_checkbox div.choix {
  position: relative;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix input[type=checkbox],
.formulaire form div.editer.saisie_checkbox div.choix input[type=checkbox],
.formulaire_spip form li.editer.saisie_checkbox div.choix input[type=checkbox],
.formulaire form li.editer.saisie_checkbox div.choix input[type=checkbox],
.formulaire_spip form fieldset.editer.saisie_checkbox div.choix input[type=checkbox],
.formulaire form fieldset.editer.saisie_checkbox div.choix input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
.formulaire_spip form div.editer.saisie_checkbox div.choix label,
.formulaire form div.editer.saisie_checkbox div.choix label,
.formulaire_spip form li.editer.saisie_checkbox div.choix label,
.formulaire form li.editer.saisie_checkbox div.choix label,
.formulaire_spip form fieldset.editer.saisie_checkbox div.choix label,
.formulaire form fieldset.editer.saisie_checkbox div.choix label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px!important;
}
.formulaire_spip form div.editer label.erreur,
.formulaire form div.editer label.erreur,
.formulaire_spip form li.editer label.erreur,
.formulaire form li.editer label.erreur,
.formulaire_spip form fieldset.editer label.erreur,
.formulaire form fieldset.editer label.erreur {
  color: red;
}
.formulaire_spip form div.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire form div.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire_spip form li.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire form li.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire_spip form fieldset.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire form fieldset.editer label.erreur + input:not(.radio):not(.checkbox),
.formulaire_spip form div.editer label.erreur + textarea,
.formulaire form div.editer label.erreur + textarea,
.formulaire_spip form li.editer label.erreur + textarea,
.formulaire form li.editer label.erreur + textarea,
.formulaire_spip form fieldset.editer label.erreur + textarea,
.formulaire form fieldset.editer label.erreur + textarea {
  border-color: red;
}
.formulaire_spip form div.file,
.formulaire form div.file {
  margin-bottom: 40px;
}
.formulaire_spip form div.file label,
.formulaire form div.file label {
  cursor: pointer;
}
.formulaire_spip form div.file label:hover,
.formulaire form div.file label:hover {
  color: #e94e1d;
}
.formulaire_spip form div.file input[type="file"],
.formulaire form div.file input[type="file"] {
  display: none;
}
.formulaire_spip form img.ui-datepicker-trigger,
.formulaire form img.ui-datepicker-trigger {
  margin: 17px 0 0 -25px;
}
.formulaire_spip form #pass_securise,
.formulaire form #pass_securise {
  display: none !important;
}
.formulaire_spip form p.details,
.formulaire form p.details {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto 15px;
}
.formulaire_spip form div.erreur p,
.formulaire form div.erreur p {
  color: black;
  margin: 0;
}
.formulaire_spip form div.erreur span:not(.obligatoire),
.formulaire form div.erreur span:not(.obligatoire) {
  display: block;
  color: #e94e1d;
}
.formulaire_spip form div.erreur span:not(.obligatoire) em,
.formulaire form div.erreur span:not(.obligatoire) em {
  display: inline;
}
.formulaire_spip form div.erreur + input,
.formulaire form div.erreur + input {
  border-color: #e94e1d;
}
.formulaire_spip form span,
.formulaire form span {
  font-size: 12px;
  line-height: 16px;
}
.formulaire_spip form p.explication,
.formulaire form p.explication {
  font-size: 12px;
  line-height: 16px;
}
.formulaire_spip form p.boutons,
.formulaire form p.boutons {
  text-align: left;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  padding: 0;
}
.formulaire_spip form button[type="submit"],
.formulaire form button[type="submit"],
.formulaire_spip form input[type="submit"],
.formulaire form input[type="submit"],
.formulaire_spip form input[type="button"],
.formulaire form input[type="button"],
.formulaire_spip form .button,
.formulaire form .button,
.formulaire_spip form a.button,
.formulaire form a.button {
  width: auto;
  cursor: pointer;
  margin: 0 auto 15px;
  line-height: 20px;
  -webkit-appearance: none;
  display: block;
  padding: 10px 24px;
  font-size: 14px;
  background-color: #e94e1d;
  border-radius: 6px;
  border: none;
  color: #fff;
  transition: all 0.2s ease;
}
.formulaire_spip form button[type="submit"]:hover,
.formulaire form button[type="submit"]:hover,
.formulaire_spip form input[type="submit"]:hover,
.formulaire form input[type="submit"]:hover,
.formulaire_spip form input[type="button"]:hover,
.formulaire form input[type="button"]:hover,
.formulaire_spip form .button:hover,
.formulaire form .button:hover,
.formulaire_spip form a.button:hover,
.formulaire form a.button:hover,
.formulaire_spip form button[type="submit"]:focus,
.formulaire form button[type="submit"]:focus,
.formulaire_spip form input[type="submit"]:focus,
.formulaire form input[type="submit"]:focus,
.formulaire_spip form input[type="button"]:focus,
.formulaire form input[type="button"]:focus,
.formulaire_spip form .button:focus,
.formulaire form .button:focus,
.formulaire_spip form a.button:focus,
.formulaire form a.button:focus {
  background-color: #e94e1d;
}
.formulaire_spip .reponse_formulaire,
.formulaire .reponse_formulaire {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.formulaire_spip .reponse_formulaire.reponse_formulaire_erreur,
.formulaire .reponse_formulaire.reponse_formulaire_erreur {
  color: #e94e1d;
}
.formulaire_spip span.erreur,
.formulaire span.erreur {
  color: #e94e1d;
}
/* Classes génériques */
.legende {
  display: block;
  color: #e94e1d;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.champ {
  border-radius: 4px;
  border: 1px solid #dcdee0;
  padding: 12px 16px;
  background-color: #fff;
  display: block;
  margin: 0 auto 15px;
}
.champ:hover {
  background-color: #e94e1d;
  border-color: #e94e1d;
  color: white;
}
.champ i,
.champ span {
  display: inline-block;
  vertical-align: middle;
}
/* Date picker */
.ui-datepicker {
  border: 1px solid #e94e1d;
  border-radius: 6px;
  background-color: white;
}
/* Barre d'outils */
.markItUp .markItUpHeader ul a em {
  width: 2rem;
  height: 2rem;
  margin: 0;
}
.application .page #application,
#infos {
  /* Champs */
  /* Formulaire d'édition d'article */
  /* Formulaires */
}
.application .page #application ul.champs li,
#infos ul.champs li {
  list-style: none;
  margin-bottom: 10px;
}
.application .page #application ul.champs li *,
#infos ul.champs li * {
  display: inline-block;
  vertical-align: middle;
}
.application .page #application ul.champs li a,
#infos ul.champs li a {
  color: #e6e6e6;
}
.application .page #application ul.champs li a:hover,
#infos ul.champs li a:hover {
  color: #e94e1d;
}
.application .page #application ul.champs li .editer,
#infos ul.champs li .editer {
  width: 80%;
  margin: 0 5px 0 0;
}
.application .page #application .formulaire_editer_article_texte .editer_texte label,
#infos .formulaire_editer_article_texte .editer_texte label {
  display: none;
}
.application .page #application .formulaire_editer_article_texte .editer_texte textarea,
#infos .formulaire_editer_article_texte .editer_texte textarea {
  min-height: 400px;
}
.application .page #application .explication,
#infos .explication {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin: -5px 0 10px;
}
.application .page #application .formulaire_spip,
#infos .formulaire_spip {
  /* Réponses > déprécié, devrait être fait maintenant avec le nouveau système de réponses */
}
.application .page #application .formulaire_spip .reponse_formulaire,
#infos .formulaire_spip .reponse_formulaire {
  text-align: left;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
}
.application .page #application .formulaire_spip .reponse_formulaire.reponse_formulaire_ok,
#infos .formulaire_spip .reponse_formulaire.reponse_formulaire_ok {
  background-color: #008000;
  color: white;
}
.application .page #application .formulaire_spip .reponse_formulaire.reponse_formulaire_erreur,
#infos .formulaire_spip .reponse_formulaire.reponse_formulaire_erreur {
  background-color: #e94e1d;
  color: white;
}
.application .page #application .formulaire_spip p,
#infos .formulaire_spip p {
  text-align: left;
}
.application .page #application .formulaire_spip .spip_logo,
#infos .formulaire_spip .spip_logo {
  margin-bottom: 20px;
}
.application .page #application .formulaire_spip form,
#infos .formulaire_spip form {
  /* Toggle Switch sur checkbox*/
  /* Fichiers */
  /* Boutons */
}
@media screen and (max-width: 1130px) {
  .application .page #application .formulaire_spip form,
  #infos .formulaire_spip form {
    margin: auto;
  }
}
.application .page #application .formulaire_spip form .copyToClipboard,
#infos .formulaire_spip form .copyToClipboard {
  margin: 12px 0 0 -40px;
  cursor: pointer;
}
.application .page #application .formulaire_spip form .copyToClipboard:hover,
#infos .formulaire_spip form .copyToClipboard:hover {
  color: #e94e1d;
}
.application .page #application .formulaire_spip form fieldset:not(.editer),
#infos .formulaire_spip form fieldset:not(.editer) {
  margin: 0;
}
.application .page #application .formulaire_spip form legend,
#infos .formulaire_spip form legend {
  font-weight: bold;
  color: #e94e1d;
  margin-bottom: 10px;
}
.application .page #application .formulaire_spip form div.editer,
#infos .formulaire_spip form div.editer,
.application .page #application .formulaire_spip form li.editer,
#infos .formulaire_spip form li.editer {
  /* Champs dates */
  /* Textarea */
  /* Numériques */
  /* Date */
  /* Pas de border radius sur les inputs */
  /* Select */
}
.application .page #application .formulaire_spip form div.editer.saisie_date label,
#infos .formulaire_spip form div.editer.saisie_date label,
.application .page #application .formulaire_spip form li.editer.saisie_date label,
#infos .formulaire_spip form li.editer.saisie_date label {
  display: block;
}
.application .page #application .formulaire_spip form div.editer.saisie_date input.heure,
#infos .formulaire_spip form div.editer.saisie_date input.heure,
.application .page #application .formulaire_spip form li.editer.saisie_date input.heure,
#infos .formulaire_spip form li.editer.saisie_date input.heure {
  width: 80px;
}
.application .page #application .formulaire_spip form div.editer.saisie_date .datePicker,
#infos .formulaire_spip form div.editer.saisie_date .datePicker,
.application .page #application .formulaire_spip form li.editer.saisie_date .datePicker,
#infos .formulaire_spip form li.editer.saisie_date .datePicker {
  background-position: right 0.5em center;
}
.application .page #application .formulaire_spip form div.editer textarea,
#infos .formulaire_spip form div.editer textarea,
.application .page #application .formulaire_spip form li.editer textarea,
#infos .formulaire_spip form li.editer textarea {
  height: 90px;
}
.application .page #application .formulaire_spip form div.editer.editer_number,
#infos .formulaire_spip form div.editer.editer_number,
.application .page #application .formulaire_spip form li.editer.editer_number,
#infos .formulaire_spip form li.editer.editer_number {
  display: flex;
  justify-content: space-between;
}
.application .page #application .formulaire_spip form div.editer.editer_number label,
#infos .formulaire_spip form div.editer.editer_number label,
.application .page #application .formulaire_spip form li.editer.editer_number label,
#infos .formulaire_spip form li.editer.editer_number label {
  margin: auto 0;
}
.application .page #application .formulaire_spip form div.editer.editer_number input[type='number'],
#infos .formulaire_spip form div.editer.editer_number input[type='number'],
.application .page #application .formulaire_spip form li.editer.editer_number input[type='number'],
#infos .formulaire_spip form li.editer.editer_number input[type='number'] {
  color: #e94e1d;
  width: 80px;
}
.application .page #application .formulaire_spip form div.editer.pasDeLabel label,
#infos .formulaire_spip form div.editer.pasDeLabel label,
.application .page #application .formulaire_spip form li.editer.pasDeLabel label,
#infos .formulaire_spip form li.editer.pasDeLabel label {
  display: none;
}
.application .page #application .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit),
#infos .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit),
.application .page #application .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit),
#infos .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit),
.application .page #application .formulaire_spip form div.editer textarea,
#infos .formulaire_spip form div.editer textarea,
.application .page #application .formulaire_spip form li.editer textarea,
#infos .formulaire_spip form li.editer textarea {
  border-radius: 0;
  /* mais une couleur à la saisie */
}
.application .page #application .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):focus,
#infos .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):focus,
.application .page #application .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):focus,
#infos .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):focus,
.application .page #application .formulaire_spip form div.editer textarea:focus,
#infos .formulaire_spip form div.editer textarea:focus,
.application .page #application .formulaire_spip form li.editer textarea:focus,
#infos .formulaire_spip form li.editer textarea:focus {
  color: #e94e1d;
}
.application .page #application .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit).couleur,
#infos .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit).couleur,
.application .page #application .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit).couleur,
#infos .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit).couleur,
.application .page #application .formulaire_spip form div.editer textarea.couleur,
#infos .formulaire_spip form div.editer textarea.couleur,
.application .page #application .formulaire_spip form li.editer textarea.couleur,
#infos .formulaire_spip form li.editer textarea.couleur {
  color: #e94e1d;
}
.application .page #application .formulaire_spip form div.editer select,
#infos .formulaire_spip form div.editer select,
.application .page #application .formulaire_spip form li.editer select,
#infos .formulaire_spip form li.editer select {
  border-radius: 0;
}
.application .page #application .formulaire_spip form .toggle_switch,
#infos .formulaire_spip form .toggle_switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
}
.application .page #application .formulaire_spip form .toggle_switch input,
#infos .formulaire_spip form .toggle_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.application .page #application .formulaire_spip form .toggle_switch label,
#infos .formulaire_spip form .toggle_switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.application .page #application .formulaire_spip form .toggle_switch label:before,
#infos .formulaire_spip form .toggle_switch label:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.application .page #application .formulaire_spip form .toggle_switch input:checked + label,
#infos .formulaire_spip form .toggle_switch input:checked + label {
  background-color: #e94e1d;
}
.application .page #application .formulaire_spip form .toggle_switch input:focus + label,
#infos .formulaire_spip form .toggle_switch input:focus + label {
  box-shadow: 0 0 1px #e94e1d;
}
.application .page #application .formulaire_spip form .toggle_switch input:checked + label:before,
#infos .formulaire_spip form .toggle_switch input:checked + label:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.application .page #application .formulaire_spip form div.file,
#infos .formulaire_spip form div.file {
  margin-bottom: 20px;
}
.application .page #application .formulaire_spip form button[type="submit"],
#infos .formulaire_spip form button[type="submit"],
.application .page #application .formulaire_spip form input[type="submit"],
#infos .formulaire_spip form input[type="submit"],
.application .page #application .formulaire_spip form input[type="button"],
#infos .formulaire_spip form input[type="button"],
.application .page #application .formulaire_spip form .button,
#infos .formulaire_spip form .button,
.application .page #application .formulaire_spip form a.button,
#infos .formulaire_spip form a.button {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  -webkit-appearance: none;
  min-width: 100px;
  color: white;
}
.application .page #application .formulaire_spip form button[type="submit"] i,
#infos .formulaire_spip form button[type="submit"] i,
.application .page #application .formulaire_spip form input[type="submit"] i,
#infos .formulaire_spip form input[type="submit"] i,
.application .page #application .formulaire_spip form input[type="button"] i,
#infos .formulaire_spip form input[type="button"] i,
.application .page #application .formulaire_spip form .button i,
#infos .formulaire_spip form .button i,
.application .page #application .formulaire_spip form a.button i,
#infos .formulaire_spip form a.button i,
.application .page #application .formulaire_spip form button[type="submit"] span,
#infos .formulaire_spip form button[type="submit"] span,
.application .page #application .formulaire_spip form input[type="submit"] span,
#infos .formulaire_spip form input[type="submit"] span,
.application .page #application .formulaire_spip form input[type="button"] span,
#infos .formulaire_spip form input[type="button"] span,
.application .page #application .formulaire_spip form .button span,
#infos .formulaire_spip form .button span,
.application .page #application .formulaire_spip form a.button span,
#infos .formulaire_spip form a.button span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.application .page #application .formulaire_spip form button[type="submit"] i,
#infos .formulaire_spip form button[type="submit"] i,
.application .page #application .formulaire_spip form input[type="submit"] i,
#infos .formulaire_spip form input[type="submit"] i,
.application .page #application .formulaire_spip form input[type="button"] i,
#infos .formulaire_spip form input[type="button"] i,
.application .page #application .formulaire_spip form .button i,
#infos .formulaire_spip form .button i,
.application .page #application .formulaire_spip form a.button i,
#infos .formulaire_spip form a.button i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.application .page #application .formulaire_spip form button[type="submit"] i.red,
#infos .formulaire_spip form button[type="submit"] i.red,
.application .page #application .formulaire_spip form input[type="submit"] i.red,
#infos .formulaire_spip form input[type="submit"] i.red,
.application .page #application .formulaire_spip form input[type="button"] i.red,
#infos .formulaire_spip form input[type="button"] i.red,
.application .page #application .formulaire_spip form .button i.red,
#infos .formulaire_spip form .button i.red,
.application .page #application .formulaire_spip form a.button i.red,
#infos .formulaire_spip form a.button i.red {
  color: red !important;
}
.application .page #application .formulaire_spip form button[type="submit"] i.black,
#infos .formulaire_spip form button[type="submit"] i.black,
.application .page #application .formulaire_spip form input[type="submit"] i.black,
#infos .formulaire_spip form input[type="submit"] i.black,
.application .page #application .formulaire_spip form input[type="button"] i.black,
#infos .formulaire_spip form input[type="button"] i.black,
.application .page #application .formulaire_spip form .button i.black,
#infos .formulaire_spip form .button i.black,
.application .page #application .formulaire_spip form a.button i.black,
#infos .formulaire_spip form a.button i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form button[type="submit"] i,
  #infos .formulaire_spip form button[type="submit"] i,
  .application .page #application .formulaire_spip form input[type="submit"] i,
  #infos .formulaire_spip form input[type="submit"] i,
  .application .page #application .formulaire_spip form input[type="button"] i,
  #infos .formulaire_spip form input[type="button"] i,
  .application .page #application .formulaire_spip form .button i,
  #infos .formulaire_spip form .button i,
  .application .page #application .formulaire_spip form a.button i,
  #infos .formulaire_spip form a.button i {
    font-size: 18px;
    line-height: 22px;
  }
}
.application .page #application .formulaire_spip form button[type="submit"] span,
#infos .formulaire_spip form button[type="submit"] span,
.application .page #application .formulaire_spip form input[type="submit"] span,
#infos .formulaire_spip form input[type="submit"] span,
.application .page #application .formulaire_spip form input[type="button"] span,
#infos .formulaire_spip form input[type="button"] span,
.application .page #application .formulaire_spip form .button span,
#infos .formulaire_spip form .button span,
.application .page #application .formulaire_spip form a.button span,
#infos .formulaire_spip form a.button span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.application .page #application .formulaire_spip form button[type="submit"] em,
#infos .formulaire_spip form button[type="submit"] em,
.application .page #application .formulaire_spip form input[type="submit"] em,
#infos .formulaire_spip form input[type="submit"] em,
.application .page #application .formulaire_spip form input[type="button"] em,
#infos .formulaire_spip form input[type="button"] em,
.application .page #application .formulaire_spip form .button em,
#infos .formulaire_spip form .button em,
.application .page #application .formulaire_spip form a.button em,
#infos .formulaire_spip form a.button em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form button[type="submit"] em,
  #infos .formulaire_spip form button[type="submit"] em,
  .application .page #application .formulaire_spip form input[type="submit"] em,
  #infos .formulaire_spip form input[type="submit"] em,
  .application .page #application .formulaire_spip form input[type="button"] em,
  #infos .formulaire_spip form input[type="button"] em,
  .application .page #application .formulaire_spip form .button em,
  #infos .formulaire_spip form .button em,
  .application .page #application .formulaire_spip form a.button em,
  #infos .formulaire_spip form a.button em {
    display: none;
  }
}
.application .page #application .formulaire_spip form button[type="submit"] big,
#infos .formulaire_spip form button[type="submit"] big,
.application .page #application .formulaire_spip form input[type="submit"] big,
#infos .formulaire_spip form input[type="submit"] big,
.application .page #application .formulaire_spip form input[type="button"] big,
#infos .formulaire_spip form input[type="button"] big,
.application .page #application .formulaire_spip form .button big,
#infos .formulaire_spip form .button big,
.application .page #application .formulaire_spip form a.button big,
#infos .formulaire_spip form a.button big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.application .page #application .formulaire_spip form button[type="submit"].grand span,
#infos .formulaire_spip form button[type="submit"].grand span,
.application .page #application .formulaire_spip form input[type="submit"].grand span,
#infos .formulaire_spip form input[type="submit"].grand span,
.application .page #application .formulaire_spip form input[type="button"].grand span,
#infos .formulaire_spip form input[type="button"].grand span,
.application .page #application .formulaire_spip form .button.grand span,
#infos .formulaire_spip form .button.grand span,
.application .page #application .formulaire_spip form a.button.grand span,
#infos .formulaire_spip form a.button.grand span {
  line-height: 22px;
}
.application .page #application .formulaire_spip form button[type="submit"].grand i,
#infos .formulaire_spip form button[type="submit"].grand i,
.application .page #application .formulaire_spip form input[type="submit"].grand i,
#infos .formulaire_spip form input[type="submit"].grand i,
.application .page #application .formulaire_spip form input[type="button"].grand i,
#infos .formulaire_spip form input[type="button"].grand i,
.application .page #application .formulaire_spip form .button.grand i,
#infos .formulaire_spip form .button.grand i,
.application .page #application .formulaire_spip form a.button.grand i,
#infos .formulaire_spip form a.button.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.application .page #application .formulaire_spip form button[type="submit"]:hover,
#infos .formulaire_spip form button[type="submit"]:hover,
.application .page #application .formulaire_spip form input[type="submit"]:hover,
#infos .formulaire_spip form input[type="submit"]:hover,
.application .page #application .formulaire_spip form input[type="button"]:hover,
#infos .formulaire_spip form input[type="button"]:hover,
.application .page #application .formulaire_spip form .button:hover,
#infos .formulaire_spip form .button:hover,
.application .page #application .formulaire_spip form a.button:hover,
#infos .formulaire_spip form a.button:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.application .page #application .formulaire_spip form button[type="submit"]:hover i,
#infos .formulaire_spip form button[type="submit"]:hover i,
.application .page #application .formulaire_spip form input[type="submit"]:hover i,
#infos .formulaire_spip form input[type="submit"]:hover i,
.application .page #application .formulaire_spip form input[type="button"]:hover i,
#infos .formulaire_spip form input[type="button"]:hover i,
.application .page #application .formulaire_spip form .button:hover i,
#infos .formulaire_spip form .button:hover i,
.application .page #application .formulaire_spip form a.button:hover i,
#infos .formulaire_spip form a.button:hover i,
.application .page #application .formulaire_spip form button[type="submit"]:hover span,
#infos .formulaire_spip form button[type="submit"]:hover span,
.application .page #application .formulaire_spip form input[type="submit"]:hover span,
#infos .formulaire_spip form input[type="submit"]:hover span,
.application .page #application .formulaire_spip form input[type="button"]:hover span,
#infos .formulaire_spip form input[type="button"]:hover span,
.application .page #application .formulaire_spip form .button:hover span,
#infos .formulaire_spip form .button:hover span,
.application .page #application .formulaire_spip form a.button:hover span,
#infos .formulaire_spip form a.button:hover span {
  color: white;
}
.application .page #application .formulaire_spip form button[type="submit"].couleur,
#infos .formulaire_spip form button[type="submit"].couleur,
.application .page #application .formulaire_spip form input[type="submit"].couleur,
#infos .formulaire_spip form input[type="submit"].couleur,
.application .page #application .formulaire_spip form input[type="button"].couleur,
#infos .formulaire_spip form input[type="button"].couleur,
.application .page #application .formulaire_spip form .button.couleur,
#infos .formulaire_spip form .button.couleur,
.application .page #application .formulaire_spip form a.button.couleur,
#infos .formulaire_spip form a.button.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.application .page #application .formulaire_spip form button[type="submit"].couleur span,
#infos .formulaire_spip form button[type="submit"].couleur span,
.application .page #application .formulaire_spip form input[type="submit"].couleur span,
#infos .formulaire_spip form input[type="submit"].couleur span,
.application .page #application .formulaire_spip form input[type="button"].couleur span,
#infos .formulaire_spip form input[type="button"].couleur span,
.application .page #application .formulaire_spip form .button.couleur span,
#infos .formulaire_spip form .button.couleur span,
.application .page #application .formulaire_spip form a.button.couleur span,
#infos .formulaire_spip form a.button.couleur span,
.application .page #application .formulaire_spip form button[type="submit"].couleur i,
#infos .formulaire_spip form button[type="submit"].couleur i,
.application .page #application .formulaire_spip form input[type="submit"].couleur i,
#infos .formulaire_spip form input[type="submit"].couleur i,
.application .page #application .formulaire_spip form input[type="button"].couleur i,
#infos .formulaire_spip form input[type="button"].couleur i,
.application .page #application .formulaire_spip form .button.couleur i,
#infos .formulaire_spip form .button.couleur i,
.application .page #application .formulaire_spip form a.button.couleur i,
#infos .formulaire_spip form a.button.couleur i {
  color: white;
}
.application .page #application .formulaire_spip form button[type="submit"].couleur:hover,
#infos .formulaire_spip form button[type="submit"].couleur:hover,
.application .page #application .formulaire_spip form input[type="submit"].couleur:hover,
#infos .formulaire_spip form input[type="submit"].couleur:hover,
.application .page #application .formulaire_spip form input[type="button"].couleur:hover,
#infos .formulaire_spip form input[type="button"].couleur:hover,
.application .page #application .formulaire_spip form .button.couleur:hover,
#infos .formulaire_spip form .button.couleur:hover,
.application .page #application .formulaire_spip form a.button.couleur:hover,
#infos .formulaire_spip form a.button.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.application .page #application .formulaire_spip form button[type="submit"].adroite,
#infos .formulaire_spip form button[type="submit"].adroite,
.application .page #application .formulaire_spip form input[type="submit"].adroite,
#infos .formulaire_spip form input[type="submit"].adroite,
.application .page #application .formulaire_spip form input[type="button"].adroite,
#infos .formulaire_spip form input[type="button"].adroite,
.application .page #application .formulaire_spip form .button.adroite,
#infos .formulaire_spip form .button.adroite,
.application .page #application .formulaire_spip form a.button.adroite,
#infos .formulaire_spip form a.button.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form button[type="submit"].adroite,
  #infos .formulaire_spip form button[type="submit"].adroite,
  .application .page #application .formulaire_spip form input[type="submit"].adroite,
  #infos .formulaire_spip form input[type="submit"].adroite,
  .application .page #application .formulaire_spip form input[type="button"].adroite,
  #infos .formulaire_spip form input[type="button"].adroite,
  .application .page #application .formulaire_spip form .button.adroite,
  #infos .formulaire_spip form .button.adroite,
  .application .page #application .formulaire_spip form a.button.adroite,
  #infos .formulaire_spip form a.button.adroite {
    float: none;
  }
}
.application .page #application .formulaire_spip form button[type="submit"].agauche,
#infos .formulaire_spip form button[type="submit"].agauche,
.application .page #application .formulaire_spip form input[type="submit"].agauche,
#infos .formulaire_spip form input[type="submit"].agauche,
.application .page #application .formulaire_spip form input[type="button"].agauche,
#infos .formulaire_spip form input[type="button"].agauche,
.application .page #application .formulaire_spip form .button.agauche,
#infos .formulaire_spip form .button.agauche,
.application .page #application .formulaire_spip form a.button.agauche,
#infos .formulaire_spip form a.button.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form button[type="submit"].agauche,
  #infos .formulaire_spip form button[type="submit"].agauche,
  .application .page #application .formulaire_spip form input[type="submit"].agauche,
  #infos .formulaire_spip form input[type="submit"].agauche,
  .application .page #application .formulaire_spip form input[type="button"].agauche,
  #infos .formulaire_spip form input[type="button"].agauche,
  .application .page #application .formulaire_spip form .button.agauche,
  #infos .formulaire_spip form .button.agauche,
  .application .page #application .formulaire_spip form a.button.agauche,
  #infos .formulaire_spip form a.button.agauche {
    float: none;
  }
}
.application .page #application .formulaire_spip form button[type="submit"].pasDeMarges,
#infos .formulaire_spip form button[type="submit"].pasDeMarges,
.application .page #application .formulaire_spip form input[type="submit"].pasDeMarges,
#infos .formulaire_spip form input[type="submit"].pasDeMarges,
.application .page #application .formulaire_spip form input[type="button"].pasDeMarges,
#infos .formulaire_spip form input[type="button"].pasDeMarges,
.application .page #application .formulaire_spip form .button.pasDeMarges,
#infos .formulaire_spip form .button.pasDeMarges,
.application .page #application .formulaire_spip form a.button.pasDeMarges,
#infos .formulaire_spip form a.button.pasDeMarges {
  margin: 0 auto!important;
}
.application .page #application .formulaire_spip form button[type="submit"].compact,
#infos .formulaire_spip form button[type="submit"].compact,
.application .page #application .formulaire_spip form input[type="submit"].compact,
#infos .formulaire_spip form input[type="submit"].compact,
.application .page #application .formulaire_spip form input[type="button"].compact,
#infos .formulaire_spip form input[type="button"].compact,
.application .page #application .formulaire_spip form .button.compact,
#infos .formulaire_spip form .button.compact,
.application .page #application .formulaire_spip form a.button.compact,
#infos .formulaire_spip form a.button.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.application .page #application .formulaire_spip form button[type="submit"].compact:hover,
#infos .formulaire_spip form button[type="submit"].compact:hover,
.application .page #application .formulaire_spip form input[type="submit"].compact:hover,
#infos .formulaire_spip form input[type="submit"].compact:hover,
.application .page #application .formulaire_spip form input[type="button"].compact:hover,
#infos .formulaire_spip form input[type="button"].compact:hover,
.application .page #application .formulaire_spip form .button.compact:hover,
#infos .formulaire_spip form .button.compact:hover,
.application .page #application .formulaire_spip form a.button.compact:hover,
#infos .formulaire_spip form a.button.compact:hover {
  color: white;
}
.application .page #application .formulaire_spip form button[type="submit"].principal,
#infos .formulaire_spip form button[type="submit"].principal,
.application .page #application .formulaire_spip form input[type="submit"].principal,
#infos .formulaire_spip form input[type="submit"].principal,
.application .page #application .formulaire_spip form input[type="button"].principal,
#infos .formulaire_spip form input[type="button"].principal,
.application .page #application .formulaire_spip form .button.principal,
#infos .formulaire_spip form .button.principal,
.application .page #application .formulaire_spip form a.button.principal,
#infos .formulaire_spip form a.button.principal {
  display: inline-block;
  margin-top: 20px;
}
.application .page #application .formulaire_spip form button[type="submit"]:hover,
#infos .formulaire_spip form button[type="submit"]:hover,
.application .page #application .formulaire_spip form input[type="submit"]:hover,
#infos .formulaire_spip form input[type="submit"]:hover,
.application .page #application .formulaire_spip form input[type="button"]:hover,
#infos .formulaire_spip form input[type="button"]:hover,
.application .page #application .formulaire_spip form .button:hover,
#infos .formulaire_spip form .button:hover,
.application .page #application .formulaire_spip form a.button:hover,
#infos .formulaire_spip form a.button:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.application .page #application .formulaire_spip form button[type="submit"] i,
#infos .formulaire_spip form button[type="submit"] i,
.application .page #application .formulaire_spip form input[type="submit"] i,
#infos .formulaire_spip form input[type="submit"] i,
.application .page #application .formulaire_spip form input[type="button"] i,
#infos .formulaire_spip form input[type="button"] i,
.application .page #application .formulaire_spip form .button i,
#infos .formulaire_spip form .button i,
.application .page #application .formulaire_spip form a.button i,
#infos .formulaire_spip form a.button i,
.application .page #application .formulaire_spip form button[type="submit"] span,
#infos .formulaire_spip form button[type="submit"] span,
.application .page #application .formulaire_spip form input[type="submit"] span,
#infos .formulaire_spip form input[type="submit"] span,
.application .page #application .formulaire_spip form input[type="button"] span,
#infos .formulaire_spip form input[type="button"] span,
.application .page #application .formulaire_spip form .button span,
#infos .formulaire_spip form .button span,
.application .page #application .formulaire_spip form a.button span,
#infos .formulaire_spip form a.button span {
  color: white;
}
.application .page #application .formulaire_spip form input[type="submit"],
#infos .formulaire_spip form input[type="submit"] {
  padding: 4px 20px;
}
.application .page #application .formulaire_spip form p.boutons a,
#infos .formulaire_spip form p.boutons a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
}
.application .page #application .formulaire_spip form p.boutons a i,
#infos .formulaire_spip form p.boutons a i,
.application .page #application .formulaire_spip form p.boutons a span,
#infos .formulaire_spip form p.boutons a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.application .page #application .formulaire_spip form p.boutons a i,
#infos .formulaire_spip form p.boutons a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.application .page #application .formulaire_spip form p.boutons a i.red,
#infos .formulaire_spip form p.boutons a i.red {
  color: red !important;
}
.application .page #application .formulaire_spip form p.boutons a i.black,
#infos .formulaire_spip form p.boutons a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form p.boutons a i,
  #infos .formulaire_spip form p.boutons a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.application .page #application .formulaire_spip form p.boutons a span,
#infos .formulaire_spip form p.boutons a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.application .page #application .formulaire_spip form p.boutons a em,
#infos .formulaire_spip form p.boutons a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form p.boutons a em,
  #infos .formulaire_spip form p.boutons a em {
    display: none;
  }
}
.application .page #application .formulaire_spip form p.boutons a big,
#infos .formulaire_spip form p.boutons a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.application .page #application .formulaire_spip form p.boutons a.grand span,
#infos .formulaire_spip form p.boutons a.grand span {
  line-height: 22px;
}
.application .page #application .formulaire_spip form p.boutons a.grand i,
#infos .formulaire_spip form p.boutons a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.application .page #application .formulaire_spip form p.boutons a:hover,
#infos .formulaire_spip form p.boutons a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.application .page #application .formulaire_spip form p.boutons a:hover i,
#infos .formulaire_spip form p.boutons a:hover i,
.application .page #application .formulaire_spip form p.boutons a:hover span,
#infos .formulaire_spip form p.boutons a:hover span {
  color: white;
}
.application .page #application .formulaire_spip form p.boutons a.couleur,
#infos .formulaire_spip form p.boutons a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.application .page #application .formulaire_spip form p.boutons a.couleur span,
#infos .formulaire_spip form p.boutons a.couleur span,
.application .page #application .formulaire_spip form p.boutons a.couleur i,
#infos .formulaire_spip form p.boutons a.couleur i {
  color: white;
}
.application .page #application .formulaire_spip form p.boutons a.couleur:hover,
#infos .formulaire_spip form p.boutons a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.application .page #application .formulaire_spip form p.boutons a.adroite,
#infos .formulaire_spip form p.boutons a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form p.boutons a.adroite,
  #infos .formulaire_spip form p.boutons a.adroite {
    float: none;
  }
}
.application .page #application .formulaire_spip form p.boutons a.agauche,
#infos .formulaire_spip form p.boutons a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .application .page #application .formulaire_spip form p.boutons a.agauche,
  #infos .formulaire_spip form p.boutons a.agauche {
    float: none;
  }
}
.application .page #application .formulaire_spip form p.boutons a.pasDeMarges,
#infos .formulaire_spip form p.boutons a.pasDeMarges {
  margin: 0 auto!important;
}
.application .page #application .formulaire_spip form p.boutons a.compact,
#infos .formulaire_spip form p.boutons a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.application .page #application .formulaire_spip form p.boutons a.compact:hover,
#infos .formulaire_spip form p.boutons a.compact:hover {
  color: white;
}
.application .page #application .formulaire_spip form p.boutons a.principal,
#infos .formulaire_spip form p.boutons a.principal {
  display: inline-block;
  margin-top: 20px;
}
.application .page #application .formulaire_spip form p.boutons a:hover,
#infos .formulaire_spip form p.boutons a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
#filtres {
  position: fixed;
  top: 149px;
  left: 0;
  z-index: 101;
  background-color: white;
  width: 100%;
  padding: 15px 20px 10px 310px;
  border-bottom: 1px solid #eaeaea;
}
#filtres ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#filtres ul li {
  list-style: none;
  display: flex;
  position: relative;
  border: 1px solid #dcdee0;
  border-radius: 20px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  line-height: 16px;
}
#filtres ul li a {
  color: #e6e6e6;
  display: block;
  padding: 7px 10px;
}
#filtres ul li a .material-icons {
  font-size: 18px;
}
#filtres ul li a + a {
  padding: 0;
  margin: 6px 10px 0 0;
}
#filtres ul li.action {
  border-color: white;
  padding-left: 22px;
}
#filtres ul li.action .material-icons {
  position: absolute;
  top: 6px;
  left: 8px;
}
#filtres ul li.action:hover {
  border-color: #e94e1d;
  background-color: #e94e1d;
}
#filtres ul li.action:hover a {
  color: white;
}
#filtres ul li.on,
#filtres ul li:hover {
  background-color: #e94e1d;
  border-color: #e94e1d;
}
#filtres ul li.on a,
#filtres ul li:hover a {
  color: white;
}
@media screen and (max-width: 600px) {
  #filtres {
    top: 87px;
    padding: 4px 20px 0 13px;
  }
}
.application .page #application .fichiers,
.application .page #infos .fichiers {
  display: flex;
}
.application .page #application .fichiers li,
.application .page #infos .fichiers li {
  list-style: none;
  transition: all 0.2s ease;
  margin: 0 20px 20px 0;
}
.application .page #application .fichiers li a,
.application .page #infos .fichiers li a {
  display: block;
}
.application .page #application .fichiers li a div,
.application .page #infos .fichiers li a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application .page #application .fichiers li a div .logo,
.application .page #infos .fichiers li a div .logo {
  margin: auto !important;
  display: flex;
  width: 70px !important;
  height: 100%;
}
.application .page #application .fichiers li a div p,
.application .page #infos .fichiers li a div p {
  font-size: 12px;
  line-height: 16px;
  color: #3d474d;
  text-align: center;
}
.application .page #application .fichiers li:hover,
.application .page #infos .fichiers li:hover {
  transform: scale(1.05);
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger:hover {
  opacity: .7;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.historique span {
  font-weight: normal;
}
.application article ol {
  max-width: 800px;
}
.application article ol li {
  list-style: none;
  counter-increment: li;
  margin-bottom: 20px;
  margin-left: 10px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
.application article ol li:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: counter(li);
  color: white;
  background-color: #e94e1d;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
}
/* Notifications */
#notifications {
  width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 15px;
  height: 100%;
  left: auto;
  right: 0;
  border-left: 1px solid #eaeaea;
  background-color: white;
  z-index: 1;
  /* Version tablette */
}
#notifications h2 {
  font-weight: bold;
  margin: 10px 15px 20px;
}
#notifications article {
  min-width: 1px;
  padding: 10px 6px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
  margin: 15px;
  transition: all 0.2s ease;
}
#notifications article i {
  float: left;
  font-size: 20px;
  color: #e94e1d;
  text-align: center;
  margin: 0px 5px 0 0;
}
#notifications article div {
  overflow: auto;
  font-size: 12px;
  line-height: 16px;
  color: #3d474d;
}
#notifications article div p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
#notifications article:hover {
  transform: scale(1.05);
  background-color: #e94e1d;
}
#notifications article:hover div,
#notifications article:hover i {
  color: white;
}
#notifications article.vu {
  opacity: 0.5;
}
#notifications article.vu:hover {
  opacity: 1;
}
@media screen and (max-width: 880px) {
  #notifications {
    position: fixed;
    top: 0;
    left: 0;
    left: auto;
    right: -320px;
    transition: all 0.2s ease;
  }
  #notifications.ouvert {
    right: 0;
  }
}
/* Notifications sur l'écran */
.notification {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  opacity: 0;
  transition: all 0.2s ease;
  text-align: center;
}
.notification.vert {
  background-color: #008000;
  color: white;
}
.notification.on {
  opacity: 1;
}
.notification.active {
  display: inline-block;
}
.application .page #application ul.onglets {
  margin: 0 0 0 auto;
  display: flex;
}
.application .page #application ul.onglets li {
  list-style: none;
  width: 200px;
  height: 40px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
}
.application .page #application ul.onglets li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}
.application .page #application ul.onglets li a span {
  margin: auto;
  color: #e6e6e6;
}
.application .page #application ul.onglets li:last-of-type {
  margin-right: 0;
}
.application .page #application ul.onglets li:hover,
.application .page #application ul.onglets li.on {
  background: #e94e1d;
}
.application .page #application ul.onglets li:hover a span,
.application .page #application ul.onglets li.on a span {
  color: white;
}
/* Pagination */
.application .page ul.pagination_page {
  margin: 0 20px 10px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .application .page ul.pagination_page {
    text-align: center;
  }
}
.application .page ul.pagination_page li {
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  margin: 0 10px 10px 0;
  border: 1px solid #dcdee0;
}
.application .page ul.pagination_page li:hover,
.application .page ul.pagination_page li.active {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.application .page ul.pagination_page li:hover a,
.application .page ul.pagination_page li.active a,
.application .page ul.pagination_page li:hover span,
.application .page ul.pagination_page li.active span {
  color: white !important;
}
.application .page ul.pagination_page li a,
.application .page ul.pagination_page li span {
  color: #e6e6e6;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.point_couleur {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
.point_couleur + .point_couleur {
  margin-left: -8px;
}
.popup form {
  margin: 20px auto;
}
.popup h2 {
  text-align: center;
}
.popup .reponse_formulaire.notification.active {
  display: block;
}
.premium {
  background-color: #fafafc;
  padding: 20px !important;
  border-radius: 6px;
  margin: 20px auto 20px;
  /* Icône */
  /* Textes */
}
.premium i.material-icons {
  color: #e94e1d;
  float: left;
}
.premium i.material-icons + p,
.premium i.material-icons + h3 {
  text-align: left;
  margin: 0 0 0 30px;
}
.premium h3 {
  margin: 0 0 20px;
  font-weight: bold;
}
.premium p {
  font-size: 12px;
  line-height: 16px;
}
.premium p:last-of-type {
  margin-bottom: 0 !important;
}
.premium a {
  margin: 0;
}
.application .page #formulaire_recherche {
  margin: 0 20px 20px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.application .page #formulaire_recherche form {
  margin: 2px auto 0;
  width: auto;
}
.application .page #formulaire_recherche form .editer-groupe label {
  display: none;
}
.application .page #formulaire_recherche form .editer-groupe input[type="text"],
.application .page #formulaire_recherche form .editer-groupe input[type="search"] {
  transition: all 0.2s ease;
  width: 130px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  color: #3d474d;
  padding: 5px 0 5px 30px;
  border-bottom: 3px solid white;
}
.application .page #formulaire_recherche form .editer-groupe input[type="text"]:hover,
.application .page #formulaire_recherche form .editer-groupe input[type="search"]:hover,
.application .page #formulaire_recherche form .editer-groupe input[type="text"]:focus,
.application .page #formulaire_recherche form .editer-groupe input[type="search"]:focus {
  color: black;
  border-color: #aaaaaa;
  width: 200px;
  padding-right: 20px;
}
.application .page #formulaire_recherche form .editer-groupe input[type="submit"] {
  display: none;
}
.application .page #formulaire_recherche form .editer-groupe input[type="submit"] + i {
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.application .page #formulaire_recherche form .editer-groupe input[type="submit"] + i + i {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  display: none;
  cursor: pointer;
  color: #aaaaaa;
}
.application .page #formulaire_recherche form .editer-groupe input[type="submit"] + i + i.on {
  display: block;
}
.application .page #formulaire_recherche form .editer-groupe input[type="submit"] + i + i:hover {
  color: black;
}
.ui-sortable-handle:before,
.pas_sortable > div:before {
  content: '';
  background: url('//www.congresdesarchis.com/plugins/orion/svg/draggable-16.png') no-repeat;
  display: inline-block;
  margin-top: 2px;
  width: 18px;
  height: 20px;
  cursor: move;
  margin: 3px -5px 0 -18px;
}
.ui-sortable-handle > div,
.pas_sortable > div > div,
.ui-sortable-handle > li,
.pas_sortable > div > li,
.ui-sortable-handle > tr,
.pas_sortable > div > tr {
  display: inline-block;
}
.pas_sortable > div:before {
  cursor: not-allowed;
  opacity: 0;
  display: none;
}
.ui-widget.ui-widget-content {
  font-size: 12px;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0 8px;
}
/* Tableaux */
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) {
  margin: 0 0 20px;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  text-align: left;
  /* Version petite */
  /* Version smartphone */
  /* Commun à toutes les cases, normales et d'en-tête */
  /* Cases d'en-tête */
  /* Cases normales */
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header).mini {
  width: 700px;
}
@media screen and (max-width: 880px) {
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) {
    margin: 0 0 20px;
  }
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 880px) {
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th:first-child,
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td:first-child {
    padding-left: calc(20px*2);
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th:last-child,
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td:last-child {
    padding-right: calc(20px*2) !important;
  }
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th.centrer,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td.centrer {
  text-align: center;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th.centrer div,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td.centrer div {
  margin: auto;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th.a_droite,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td.a_droite {
  text-align: right;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th.couleurs,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td.couleurs {
  width: 20px;
  padding-right: 5px;
  padding-left: 15px;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th.couleurs + td,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td.couleurs + td,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) th.couleurs + th,
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) td.couleurs + th {
  padding-left: 10px;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead {
  /* Version tablette portrait*/
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead th {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  border: 0;
  padding: 10px 20px;
  margin: calc(20px/3) 0 calc(20px/2);
  border-bottom: 1px solid #eaeaea;
  /* Colonnes inactives mais cliquables */
  /* Colonne active */
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead th a:not(.bouton) {
  color: #3d474d;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead th a:not(.bouton):hover {
  color: black;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead th strong.on {
  color: black;
}
@media screen and (max-width: 880px) {
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) thead {
    display: none;
  }
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr {
  /* Version smartphone */
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td {
  font-size: 12px;
  line-height: 16px;
  padding: calc(20px/2) 20px;
  position: relative;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.action {
  cursor: pointer;
  padding: 8px 0px;
  width: 30px;
  text-align: center;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.action:hover i {
  color: #e94e1d;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.action.warning .material-icons {
  color: orange;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.libelle {
  min-width: 250px;
  text-transform: capitalize;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td h3 {
  margin-bottom: 0;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td p {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  white-space: initial;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td a:not(.bouton) {
  color: #3d474d;
  line-height: 26px;
  display: inline-block;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td a:not(.bouton) i:hover {
  color: #e94e1d;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td a:not(.bouton):hover {
  color: #e94e1d;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td:not(.action) i {
  color: #e94e1d;
  vertical-align: middle;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.erreur {
  color: red;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr.haut td {
  height: 70px;
}
@media screen and (max-width: 880px) {
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 23px;
    min-height: 80px;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr:nth-child(odd) {
    background-color: #f7f7f7;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr:nth-child(odd) td {
    background-color: #f7f7f7;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr:nth-child(even) {
    background-color: white;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr:nth-child(even) td {
    background-color: white;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td {
    display: block;
    padding: 0 15px 5px 0;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td:first-child {
    font-weight: bold;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.couleurs {
    width: auto;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.alignerResponsive {
    display: inline-block;
  }
  .application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) tr td.tag {
    position: absolute;
    top: 0;
    left: 0;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 10px;
  }
}
.application .page #application table:not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table):not(.fc-col-header) + .bouton {
  margin-left: 20px;
}
/* Espace entre un titre / texte et un tableau */
.application .page #application h2 + table,
.application .page #application h2 + p + table {
  margin-top: 20px;
}
/* tags */
.tag,
.tag label {
  border-radius: 6px;
  padding: 4px 8px 5px;
  font-size: 12px;
  line-height: 16px;
  transition: all 0.2s ease;
  text-align: center;
  color: white !important;
  position: relative;
  line-height: initial !important;
  /* Version tablette */
}
.tag.bleu,
.tag label.bleu {
  background-color: #00a2bf;
}
.tag.vert,
.tag label.vert {
  background-color: green;
}
.tag.jaune,
.tag label.jaune {
  background-color: #FBBD08;
}
.tag.orange,
.tag label.orange {
  background-color: #e94e1d;
}
.tag.rouge,
.tag label.rouge {
  background-color: #DB2828;
}
.tag.gris,
.tag label.gris {
  background-color: #444;
}
/* Bulles */
.bulle {
  border-radius: 100%;
  background-color: green;
  color: white;
  display: inline-block;
  padding: 4px 9px;
}
/* Avatar utilisateur */
.utilisateur {
  display: inline-block;
}
.utilisateur p {
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(20px/4);
  font-size: 12px;
  line-height: 16px;
}
.utilisateur p strong {
  color: white;
  font-weight: normal;
  display: block;
}
.formulaire_editer_motdepasse_utilisateur .editer_nom,
.formulaire_editer_motdepasse_utilisateur .editer_email {
  display: none;
}
/* SPIP propose différents types de chargement qu'on masque par défaut */
#joindre_mediatheque__new,
#joindre_distant__new,
#defaultsubmit__new,
.sourceup,
.editer_fichier_upload > label {
  display: none;
}
/* Imports */
@font-face {
  font-family: 'selawiklight';
  src: url('//www.congresdesarchis.com/plugins/orion/css/fonts/selawik/selawkl-webfont.eot');
  src: url('//www.congresdesarchis.com/plugins/orion/css/fonts/selawik/selawkl-webfont.eot?#iefix') format('embedded-opentype'), url('//www.congresdesarchis.com/plugins/orion/css/fonts/selawik/selawkl-webfont.woff2') format('woff2'), url('//www.congresdesarchis.com/plugins/orion/css/fonts/selawik/selawkl-webfont.woff') format('woff'), url('//www.congresdesarchis.com/plugins/orion/css/fonts/selawik/selawkl-webfont.svg#selawiklight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.selawiklight {
  font-family: "selawiklight";
}
.application .page #application {
  /* Articles */
}
.application .page #application article {
  margin: 0 20px 24px;
  /* Version tablette */
  /* Formulaire avec un seul champ */
  /* Widget */
}
.application .page #application article.pasDeMarges {
  display: block;
  margin: 0;
  padding: 0;
}
.application .page #application article.pasDeMarges.cacher {
  display: none;
}
.application .page #application article.pasDeMarges h2,
.application .page #application article.pasDeMarges p,
.application .page #application article.pasDeMarges .bouton {
  margin: 20px 0;
}
.application .page #application article.colonne {
  margin: 0 0 24px;
}
.application .page #application article.colonne p {
  font-size: 12px;
  line-height: 16px;
}
.application .page #application article.colonne table th:first-child,
.application .page #application article.colonne table td:first-child {
  padding-left: 3px;
}
.application .page #application article p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  max-width: 800px;
}
.application .page #application article p.x3 {
  font-size: 12px;
  line-height: 16px;
}
.application .page #application article p.alerte {
  color: white;
  background-color: #e94e1d;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 20px;
}
.application .page #application article p.alerte a {
  color: white;
  text-decoration: underline;
}
.application .page #application article form {
  margin: calc(20px/3) 0;
}
.application .page #application article form div.editer,
.application .page #application article form li.editer {
  margin-bottom: 20px;
}
.application .page #application article form label,
.application .page #application article form legend {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #e94e1d;
  display: block;
  margin-bottom: calc(20px/3);
}
.application .page #application article form textarea {
  height: 100px;
}
.application .page #application article form .explication {
  font-size: 12px;
  line-height: 16px;
}
.application .page #application article form fieldset {
  margin: 0 0 20px;
}
.application .page #application article form .choix label {
  display: inline-block;
  vertical-align: middle;
  color: #3d474d;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.application .page #application article .formulaire_login form {
  margin: 0 auto;
}
.application .page #application article ol,
.application .page #application article ul {
  margin: 20px;
}
.application .page #application article h2 {
  margin-bottom: 20px;
}
.application .page #application article h2 + .bouton {
  margin-top: 20px;
}
@media screen and (max-width: 1130px) {
  .application .page #application article {
    min-width: 300px;
  }
}
.application .page #application article.un_champ {
  display: block;
  margin: 24px 0 0 24px;
  padding: 0;
}
.application .page #application article.un_champ form {
  position: relative;
  margin: 0;
}
.application .page #application article.un_champ form label {
  display: none;
}
.application .page #application article.un_champ form fieldset {
  margin: 0;
}
.application .page #application article.un_champ form input {
  font-size: 24px;
  line-height: 26px;
  padding: 12px 60px 12px 16px;
}
.application .page #application article.un_champ form input[type='submit'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  top: 14px;
  left: auto;
  line-height: initial;
  width: 40px;
  padding: 0;
  background: url('//www.congresdesarchis.com/plugins/orion/css/global/svg/save-24px.svg') no-repeat center;
  color: black;
  background-size: 40px;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.application .page #application article.un_champ form input[type='submit']:hover {
  opacity: 1;
}
.application .page #application article.widget {
  border-radius: 6px;
  box-shadow: 0 25px 72px 0 rgba(0, 0, 0, 0.05);
  margin: 24px 0 24px 24px;
  min-width: 1px;
  min-height: 320px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: inline-flex;
  text-align: center;
  padding: 0;
  width: 270px;
}
.application .page #application article.widget > div {
  margin: auto 0;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.application .page #application article.widget > div > div {
  padding: 0 20px 20px;
}
.application .page #application article.widget > div i {
  font-size: 24px;
  line-height: 26px;
  color: #e94e1d;
  display: inline-block;
  vertical-align: middle;
  max-width: 32px;
  margin-right: calc(20px/3);
}
.application .page #application article.widget > div p {
  color: gray;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
}
.application .page #application article.widget > div p span {
  display: inline-block;
  vertical-align: middle;
}
.application .page #application article.widget > div h2 {
  margin-bottom: calc(20px/2);
  padding: calc(20px/2) 20px;
  background-color: #000000;
  color: white;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.application .page #application article.widget > div .graphique {
  position: relative;
  margin-top: 20px;
}
.application .page #application article.widget > div .graphique strong {
  position: absolute;
  top: 0;
  left: 0;
  top: 88px;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
.application .page #application article.widget:hover {
  transform: scale(1.05);
}
/* Couleurs par défaut */
.couleur {
  color: #e94e1d;
}
/* Backgrounds en dégradés verticaux */
.degrade_v {
  background-color: #e94e1d;
  background: linear-gradient(190deg, #e94e1d 0%, #e94e1d 100%);
}
/* Background coloré */
.background {
  background-color: #e94e1d;
}
/* Texte coloré */
.couleur {
  color: #e94e1d;
}
/* Header */
.application .page footer {
  display: none;
}
/* Divers */
.ombre {
  box-shadow: 0 25px 72px 0 rgba(0, 0, 0, 0.05);
}
.ombrelegere {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.pointer {
  cursor: pointer;
}
.radius {
  border-radius: 6px;
}
.arrondis {
  border-radius: 10px;
}
.animer {
  transition: all 0.2s ease;
}
/* Général */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #e6e6e6;
}
html {
  scroll-behavior: smooth;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #e6e6e6;
}
a:hover {
  color: #e94e1d;
}
section {
  padding: 15px;
  clear: both;
}
/* Citations */
blockquote p {
  font-style: italic;
}
/* Newlsetter */
.formulaire_newsletter label {
  display: none;
}
.formulaire_newsletter p.boutons {
  display: inline-block;
}
.formulaire_newsletter .editer-groupe {
  width: 250px;
  display: inline-block;
}
#spip-admin {
  display: none !important;
}
/* Header */
.application .page {
  /* .header */
  /* Compteurs masqués par défaut */
}
.application .page h1 {
  font-size: 30px;
  line-height: 36px;
  padding: 20px 0 0 20px;
  display: block;
  font-weight: bold;
  color: black;
  text-align: left;
  margin: 0;
  /* Version grand écran */
  /* Version tablette */
  /* Compteur */
}
.application .page h1 span,
.application .page h1 i {
  display: inline-block;
  vertical-align: bottom;
}
.application .page h1 i {
  color: #e94e1d;
  line-height: 26px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: bottom;
  margin-bottom: 3px;
}
.application .page h1 i.red {
  color: red !important;
}
.application .page h1 i.black {
  color: black !important;
}
@media screen and (min-width: 880px) {
  .application .page h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 1130px) {
  .application .page h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding: 0 50px;
    color: white;
  }
  .application .page h1 i {
    color: white;
  }
}
.application .page h1 #compteur {
  font-size: 14px;
  line-height: 20px;
  line-height: 16px;
}
.application .page .header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eaeaea;
}
.application .page .header + .contenu {
  margin-top: 86px;
}
.application .page .header + .ajax-id-filtres + .contenu {
  margin-top: 129px;
}
@media screen and (min-width: 1130px) {
  .application .page .header {
    padding-left: 270px;
  }
  .application .page .header + .contenu {
    margin-top: 150px;
  }
  .application .page .header + .ajax-id-filtres + .contenu {
    margin-top: 212px;
  }
}
.application .page header {
  padding: 16px 18px 6px 20px;
  position: relative;
  box-shadow: none;
  background-color: white;
  /* Version tablette */
  /* Notifications */
  /* Boutons */
}
@media screen and (max-width: 1130px) {
  .application .page header {
    width: 100%;
    padding: 10px 10px 9px;
    position: fixed;
    border-bottom: 1px solid #eaeaea;
    background-color: #e94e1d;
    background: linear-gradient(90deg, #e94e1d 0%, #e94e1d 100%);
  }
  .application .page header i {
    display: none;
  }
  .application .page header span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.application .page header .reponse {
  margin: 10px 0 0 20px;
  display: none;
}
.application .page header .reponse.visible {
  display: inline-block;
  vertical-align: middle;
}
.application .page header .reponse p {
  margin: 0;
}
.application .page header .boutons {
  position: absolute;
  top: 0;
  left: 0;
  top: 30px;
  right: 0;
  left: auto;
  transition: all 0.2s ease;
  /* Version tablette */
  /* Version smartphone */
}
@media screen and (max-width: 1130px) {
  .application .page header .boutons {
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
    top: auto;
  }
  .application .page header .boutons .bouton {
    margin: 20px 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  .application .page header .boutons {
    display: none;
  }
}
.application .page .compteur {
  display: none;
}
/* Panneau d'infos sur la droite de l'écran */
#infos {
  position: fixed;
  right: -350px;
  top: 0;
  z-index: 100;
  overflow: auto;
  width: 350px;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: #fafafc;
  border-left: 1px solid #f0f0f0;
  transition: all 0.2s ease;
  opacity: 1 !important;
  /* Croix pour fermer */
  /* Titre du panneau */
  /* Avatar ou icone */
  /* Boutons solitaires */
  /* Editeur SPIP */
  /* Boxes */
}
#infos.panneau_grand {
  width: 700px;
}
#infos.on {
  right: 0;
}
@media screen and (max-width: 600px) {
  #infos {
    width: 100%;
    right: -100%;
  }
}
#infos .fermer {
  position: absolute;
  top: 0;
  left: 0;
  top: 10px;
  left: auto;
  right: 10px;
  cursor: pointer;
}
#infos h2 {
  margin: 20px 0;
  min-width: 100%;
}
#infos h3 {
  margin: 0 0 20px;
  display: flex;
}
#infos .avatar {
  border-radius: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: auto;
}
#infos > a.bouton {
  margin: 10px auto;
}
#infos .previsuEditer,
#infos .previsuVoir,
#infos .markItUpTabs {
  display: none;
}
#infos .markItUp .markItUpHeader {
  min-height: 1px;
}
#infos .markItUp .markItUpHeader ul a {
  padding: 5px;
}
#infos article {
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  margin: 20px auto 20px;
  box-shadow: 0 25px 72px 0 rgba(0, 0, 0, 0.05);
  /* Textes */
  /* Images */
  /* Boutons */
  /* Icônes */
  /* Listes */
  /* Version liste textuelle */
  /* Formulaire */
  /* Formulaire de suppression d'objet */
  /* Tableaux */
  /* Edition de logos */
  /* Articles colorés */
}
#infos article p {
  font-size: 12px;
  line-height: 16px;
}
#infos article p small {
  display: block;
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 600px) {
  #infos article p br {
    display: block;
  }
}
#infos article p .bouton {
  margin: 10px auto;
}
#infos article .spip_logo {
  margin: auto;
}
#infos article .bouton {
  margin: 20px auto 0;
}
#infos article ul:not(.liste) {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  /* Version à checker */
}
#infos article ul:not(.liste) li {
  list-style: none;
  margin-bottom: 5px;
}
#infos article ul:not(.liste) li i.material-icons {
  float: none;
  color: #e6e6e6;
}
#infos article ul:not(.liste) li i.material-icons:hover {
  color: #e94e1d;
}
#infos article ul:not(.liste) li .tag {
  opacity: 0.5;
}
#infos article ul:not(.liste) li.on .tag,
#infos article ul:not(.liste) li:hover .tag {
  opacity: 1;
  color: white;
}
#infos article ul:not(.liste) li a {
  display: inline-block;
  vertical-align: middle;
}
#infos article ul:not(.liste).tags {
  text-align: center;
}
#infos article ul:not(.liste).centrer {
  text-align: center;
}
#infos article ul:not(.liste).colonnes {
  display: flex;
  justify-content: center;
}
#infos article ul:not(.liste).colonnes li {
  margin: 0 10px;
}
#infos article ul:not(.liste).checks li a,
#infos article ul:not(.liste).checks li span {
  display: inline-block;
  vertical-align: middle;
}
#infos article ul:not(.liste).checks li a {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background-color: #aaaaaa;
  position: relative;
}
#infos article ul:not(.liste).checks li a span {
  display: none;
}
#infos article ul:not(.liste).checks li.on a,
#infos article ul:not(.liste).checks li:hover a {
  background-color: #e94e1d;
}
#infos article ul:not(.liste).checks li.on a:after,
#infos article ul:not(.liste).checks li:hover a:after {
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 7px;
  left: 2px;
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
}
#infos article ul.liste {
  text-align: left;
}
#infos article ul.liste li {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 20px;
}
#infos article .formulaire_spip p.reponse {
  background-color: #008000;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
  width: fit-content;
  padding: 4px;
  margin: auto;
}
#infos article form {
  margin: 0;
}
#infos article form span {
  font-size: 12px;
  line-height: 12px;
}
#infos article form div {
  width: 100%;
}
#infos article form fieldset {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#infos article form div.editer,
#infos article form fieldset.editer {
  margin: 0 0 5px;
  text-align: left;
  width: 100%;
}
#infos article form div.editer label,
#infos article form fieldset.editer label {
  font-size: 12px;
  line-height: 16px;
}
#infos article form div.editer > label,
#infos article form fieldset.editer > label {
  color: #e94e1d;
  font-weight: bold;
}
#infos article form div.editer.pasDeLabel label,
#infos article form fieldset.editer.pasDeLabel label {
  display: none;
}
#infos article form div.editer select,
#infos article form fieldset.editer select,
#infos article form div.editer textarea,
#infos article form fieldset.editer textarea,
#infos article form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.color),
#infos article form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.color) {
  padding: 8px;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}
#infos article form div.editer select,
#infos article form fieldset.editer select {
  padding: 8px 2px;
}
#infos article form div.editer textarea,
#infos article form fieldset.editer textarea {
  height: 50px;
}
#infos article form div.editer.saisie_radio,
#infos article form fieldset.editer.saisie_radio {
  text-align: left;
}
#infos article form fieldset.editer legend {
  margin: 10px 0 5px;
}
#infos article form .choix {
  text-align: left;
  margin-bottom: 4px;
  width: 100%;
}
#infos article form p.boutons {
  padding: 4px;
  margin-top: 20px;
  text-align: center;
}
#infos article form p.boutons .bouton {
  font-size: 14px;
  line-height: 32px;
}
#infos article form p.boutons input[type="submit"],
#infos article form p.boutons .bouton {
  margin: 0 calc(20px/3);
}
#infos article form input[type="file"] {
  font-size: 12px;
  margin: 10px 0 -10px;
}
#infos article .formulaire_objet_supprimer .warning {
  border: 1px solid red;
  border-radius: 10px;
  position: relative;
  padding: 10px;
  margin: 30px 0 10px 5px;
}
#infos article .formulaire_objet_supprimer .warning h3,
#infos article .formulaire_objet_supprimer .warning p,
#infos article .formulaire_objet_supprimer .warning li {
  color: red;
  font-size: 12px;
  line-height: 16px;
}
#infos article .formulaire_objet_supprimer .warning li {
  color: #3d474d;
}
#infos article .formulaire_objet_supprimer .warning h3 {
  background-color: red;
  color: white;
  width: fit-content;
  padding: 4px 15px 4px 10px;
  margin-top: -25px;
  border-radius: 10px;
  text-transform: uppercase;
}
#infos article .formulaire_objet_supprimer .warning h3 i {
  color: white !important;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  font-size: 20px;
}
#infos article table {
  width: 100%;
}
#infos article table thead tr th {
  text-align: left;
  padding-left: 4px;
  font-size: 14px;
  line-height: 20px;
}
#infos article table tr td {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
}
#infos article table tr td a i.material-icons,
#infos article table tr td a span {
  color: #3d474d;
  margin-right: 5px;
}
#infos article table tr td a:hover i.material-icons,
#infos article table tr td a:hover span {
  color: #e94e1d;
}
#infos article table tr td a i,
#infos article table tr td a span {
  display: inline-block;
  vertical-align: middle;
}
#infos article table tr td.centrer {
  text-align: center;
}
#infos article table tr:nth-child(even) td {
  background-color: #f7f7f7;
}
#infos article table tfoot tr td {
  font-weight: bold;
}
#infos article table tfoot tr:first-child td {
  background-color: #e94e1d;
  color: white;
}
#infos article .formulaire_editer_logo h3.titrem {
  display: none;
}
#infos article .formulaire_editer_logo .spip_logo a {
  display: block;
}
#infos article .formulaire_editer_logo .spip_logo a img {
  margin: auto;
}
#infos article .formulaire_editer_logo input[type="submit"] {
  margin: 5px auto 0;
}
#infos article.aligner_gauche {
  text-align: left;
}
#infos article.warning {
  background-color: #e94e1d;
  color: white;
}
/* Masque d'arrière-plan */
#infos_masque {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  transition: all 0.2s ease;
  background-color: rgba(250, 250, 250, 0.5);
  opacity: 0;
}
#infos_masque.on {
  z-index: 100;
  opacity: 1;
}
/* Slide de l'application */
@media screen and (min-width: 1130px) {
  .application .page #application.off .header .boutons {
    opacity: 0;
  }
}
/* Application */
.application {
  /* Affichage de l'icone application en petits écrans sur le tableau de bord */
  /* Ecran spéciaux pour le sélecteur d'espaces */
}
.application .page {
  /* Barre utilisateur */
  /* Colonne de navigation */
  /* Menu hamburger */
  /* Version tablette */
  /* Applications en mode tablette */
  /* Encart utilisateur */
  /* Menu utilisateur */
  /* Sélecteur d'espaces */
}
.application .page #user_bar {
  width: 50px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1130px) {
  .application .page #user_bar {
    display: none;
  }
}
.application .page nav {
  background-color: #fafafc;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 220px;
  z-index: 2;
  left: 50px;
  border-right: 1px solid #fafafc;
  /* Logo */
  /* Retour au tableau de bord */
  /* Sélecteur d'espaces */
  /* Liste des applications */
  /* Bouton créer un espace */
}
.application .page nav .logo {
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 17px;
  /* Version tablette */
}
.application .page nav .logo a {
  color: #e94e1d;
  margin: 25px auto;
  display: block;
}
.application .page nav .logo a picture {
  margin: 14px auto;
  display: block;
}
.application .page nav .logo a picture + span {
  display: none;
}
.application .page nav .logo a span {
  margin: 10px auto;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1130px) {
  .application .page nav .logo {
    margin: 15px auto;
    display: block;
  }
  .application .page nav .logo a {
    margin: 0;
  }
  .application .page nav .logo a span {
    margin: 3px auto;
  }
}
.application .page nav a.home {
  display: block;
  padding: 8px 2px 8px 16px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  color: #3d474d;
  /* Texte et icône */
  /* Au survol */
}
.application .page nav a.home i,
.application .page nav a.home span {
  display: inline-block;
  vertical-align: middle;
}
.application .page nav a.home:hover i,
.application .page nav a.home:hover span {
  color: #e94e1d;
}
.application .page nav ul.menu {
  margin-top: 40px;
  /* Liste des espaces */
}
.application .page nav ul.menu > li {
  list-style: none;
  display: none;
  /* Lien vers l'espace */
  /* Au survol d'un item */
}
.application .page nav ul.menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 2px 4px 16px;
}
.application .page nav ul.menu > li > a span {
  min-width: 136px;
}
.application .page nav ul.menu > li > a i,
.application .page nav ul.menu > li > a span {
  display: inline-block;
  vertical-align: middle;
}
.application .page nav ul.menu > li.on,
.application .page nav ul.menu > li:hover {
  display: block;
}
.application .page nav ul.menu > li.on a i {
  color: #3d474d;
}
.application .page nav ul.menu > li.on a span {
  max-width: calc((220px)-50);
}
.application .page nav ul.menu > li:hover a i {
  color: #e94e1d;
}
.application .page nav ul.menu > li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 1130px) {
  .application .page nav ul.menu > li span {
    max-width: 200px;
  }
}
.application .page nav ul.menu#espaces li.on span {
  font-weight: 500;
  color: #3d474d;
}
.application .page nav ul.menu#espaces li.on span + i {
  display: inline-block;
  vertical-align: middle;
}
.application .page nav ul.menu#espaces li.on:hover span,
.application .page nav ul.menu#espaces li.on:hover i {
  color: #e94e1d;
}
.application .page nav ul.menu#espaces li span + i {
  display: none;
}
.application .page nav ul.menu#espaces.deplie > li {
  display: block;
  /* Nouvel espace */
}
.application .page nav ul.menu#espaces.deplie > li:hover {
  border-radius: 6px;
}
.application .page nav ul.menu#espaces.deplie > li:hover a,
.application .page nav ul.menu#espaces.deplie > li:hover i {
  color: #e94e1d;
}
.application .page nav ul.menu#espaces.deplie > li > a {
  font-size: 12px;
  line-height: 16px;
  color: #474747;
}
.application .page nav ul.menu#espaces.deplie > li.on span + i {
  display: none;
}
.application .page nav ul.menu#espaces.deplie > li i {
  display: none;
}
.application .page nav ul.menu#espaces.deplie > li:last-child {
  margin-top: 10px;
}
.application .page nav ul.menu#espaces.deplie > li:last-child i {
  display: inline-block;
  vertical-align: middle;
  color: #e94e1d;
}
@media screen and (max-width: 880px) {
  .application .page nav ul.menu#espaces > li,
  .application .page nav ul.menu#espaces > li.on {
    display: block;
  }
  .application .page nav ul.menu#espaces > li a span,
  .application .page nav ul.menu#espaces > li.on a span,
  .application .page nav ul.menu#espaces > li a i,
  .application .page nav ul.menu#espaces > li.on a i {
    color: white;
  }
  .application .page nav ul.menu#espaces > li a i,
  .application .page nav ul.menu#espaces > li.on a i {
    transform: rotate(270deg);
  }
  .application .page nav ul.menu#espaces li.on:hover span,
  .application .page nav ul.menu#espaces li.on:hover i {
    color: white;
  }
  .application .page nav ul.menu#espaces.deplie > li {
    /* Nouvel espace */
  }
  .application .page nav ul.menu#espaces.deplie > li:hover a,
  .application .page nav ul.menu#espaces.deplie > li:hover i {
    color: white;
  }
  .application .page nav ul.menu#espaces.deplie > li > a {
    color: white;
  }
  .application .page nav ul.menu#espaces.deplie > li:last-child i {
    color: white;
  }
}
.application .page nav p.titre_espaces {
  display: none;
}
.application .page nav p.titre_espaces.on {
  display: block;
}
.application .page nav p.titre_espaces.on span + i {
  transform: rotate(180deg);
}
.application .page nav ul.liste {
  padding: 20px 0;
  /* Pour chaque application */
}
.application .page nav ul.liste > li a {
  font-weight: bold;
}
.application .page nav ul.liste li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  transition: all 0.2s ease;
  margin: 0 0 10px calc(20px/4);
  /* Applications */
  /* Au survol */
  /* Application active */
  /* Mon équipe */
  /* Applications enfant */
}
.application .page nav ul.liste li a {
  text-transform: none;
  display: block;
  padding: 6px calc(20px/2) 0;
  color: #6a6f85;
  border-radius: 6px;
}
.application .page nav ul.liste li a > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.application .page nav ul.liste li a i {
  max-width: 30px;
  font-size: 30px;
}
.application .page nav ul.liste li > a:hover {
  color: #e94e1d;
}
.application .page nav ul.liste li.on > a {
  color: #e94e1d;
  font-weight: bold;
}
@media screen and (min-width: 1130px) {
  .application .page nav ul.liste li.on ul {
    height: initial;
    display: block;
  }
}
.application .page nav ul.liste li.equipe {
  margin-top: 20px;
}
.application .page nav ul.liste li ul {
  height: 0;
  overflow: hidden;
  display: none;
  transition: all 0.2s ease;
  margin: 0 0px 20px 30px;
}
.application .page nav ul.liste li ul li {
  margin-bottom: 4px;
}
.application .page nav ul.liste li ul li a {
  padding: 2px calc(20px/2);
  font-weight: normal;
}
.application .page nav ul.liste li ul li.on a {
  font-weight: normal;
}
.application .page nav .miseajour {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 0 0;
  border: 1px solid #ddd;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  transition: all 0.2s ease;
  cursor: pointer;
  position: absolute;
  bottom: 17px;
  left: 20px;
}
.application .page nav .miseajour i,
.application .page nav .miseajour span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.application .page nav .miseajour i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.application .page nav .miseajour i.red {
  color: red !important;
}
.application .page nav .miseajour i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .application .page nav .miseajour i {
    font-size: 18px;
    line-height: 22px;
  }
}
.application .page nav .miseajour span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.application .page nav .miseajour:hover {
  border-color: #e94e1d;
  background-color: #e94e1d;
  transform: scale(1.05);
  color: white;
}
.application .page nav .miseajour:hover i,
.application .page nav .miseajour:hover span {
  color: white;
}
.application .page nav .bouton {
  margin: 20px;
}
.application .page nav #creer_espace {
  display: none;
}
@media screen and (max-width: 1130px) {
  .application .page nav #creer_espace {
    display: block;
    width: fit-content;
    color: white;
  }
}
@media screen and (min-width: 880px) {
  .application .page .hamburger {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  .application .page {
    /* On affiche le menu hamburger */
    /* on passe le menu en écran qui défile au clic */
  }
  .application .page .hamburger {
    display: block;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    top: 5px;
    left: 10px;
    transition: all 0.2s ease;
  }
  .application .page .hamburger .hamburger-inner,
  .application .page .hamburger .hamburger-inner::after,
  .application .page .hamburger .hamburger-inner::before {
    background-color: white;
    width: 25px;
    height: 3px;
  }
  .application .page .hamburger .hamburger-inner::before {
    top: -7px;
  }
  .application .page .hamburger .hamburger-inner::after {
    top: -14px;
  }
  .application .page .hamburger.is-active {
    margin-top: 3px;
  }
  .application .page .hamburger.is-active .hamburger-inner,
  .application .page .hamburger.is-active .hamburger-inner::after,
  .application .page .hamburger.is-active .hamburger-inner::before {
    background-color: white;
  }
  .application .page .hamburger.is-active .hamburger-inner::before {
    top: 0;
  }
  .application .page nav {
    float: none;
    position: fixed;
    top: 0;
    bottom: 60px;
    z-index: 5;
    left: -100%;
    margin: 0;
    transition: all 0.2s ease;
    height: 100%;
  }
  .application .page nav.ouvert {
    left: 0;
  }
  .application .page nav.ouvert #applications {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .application .page {
    /* on passe le menu en écran qui défile au clic */
  }
  .application .page nav {
    width: 100%;
  }
  .application .page .hamburger .hamburger-inner,
  .application .page .hamburger .hamburger-inner::after,
  .application .page .hamburger .hamburger-inner::before {
    background-color: white;
  }
  .application .page .hamburger.is-active {
    margin-top: 3px;
  }
  .application .page .hamburger.is-active .hamburger-inner,
  .application .page .hamburger.is-active .hamburger-inner::after,
  .application .page .hamburger.is-active .hamburger-inner::before {
    background-color: white;
  }
  .application .page nav.ouvert {
    background: linear-gradient(90deg, #e94e1d 0%, #e94e1d 100%);
    border-color: #e94e1d;
  }
}
@media screen and (max-width: 1130px) {
  .application .page #applications {
    position: fixed;
    top: 0;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 5px;
    border-top: 1px solid #f7f7f7;
    width: 100%;
    background-color: white;
  }
  .application .page #applications li {
    text-align: center;
    flex: 1 1 0;
    margin: 0;
    line-height: 12px;
  }
  .application .page #applications li a {
    padding: 0;
    color: #e6e6e6;
  }
  .application .page #applications li a i {
    display: block;
    margin: auto;
    font-size: 22px;
    max-width: 100px;
  }
  .application .page #applications li a span {
    font-size: 11px;
    line-height: 11px;
  }
  .application .page #applications li ul {
    height: 0;
    overflow: hidden;
    display: none;
  }
  .application .page #applications li.on a {
    background: none;
    color: #e94e1d;
  }
  .application .page #applications li:hover a {
    background: none;
  }
}
.application .page #utilisateur {
  padding: 0 20px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  left: 7px;
  z-index: 100;
  bottom: 65px;
  top: auto;
  max-width: 190px;
  /* Version tablette portrait */
}
.application .page #utilisateur div {
  border-radius: 35px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  background-color: white;
  box-shadow: 0 25px 72px 0 rgba(0, 0, 0, 0.05);
}
.application .page #utilisateur div img {
  display: block;
}
.application .page #utilisateur .abonnement {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  border-radius: 30px;
  background-color: #e94e1d;
}
.application .page #utilisateur p {
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(20px/4);
  margin-right: calc(20px/2);
  font-size: 12px;
  line-height: 16px;
  color: #3d474d;
  white-space: nowrap;
  overflow: hidden;
  max-width: 120px;
  text-overflow: ellipsis;
}
.application .page #utilisateur p strong {
  font-weight: normal;
}
.application .page #utilisateur i {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  right: 0;
  left: auto;
  margin: -10px 0 0 0;
  display: block;
  cursor: pointer;
  color: #3d474d;
}
.application .page #utilisateur i:hover {
  color: #e94e1d;
}
@media screen and (max-width: 1130px) {
  .application .page #utilisateur {
    left: -100%;
    transition: all 0.2s ease;
  }
  .application .page #utilisateur.ouvert {
    left: 20px;
  }
}
.application .page #menu_utilisateur {
  position: fixed;
  top: 0;
  left: 0;
  left: 10px;
  right: auto;
  bottom: 10px;
  top: auto;
  z-index: 2;
  /* Version tablette portrait */
}
.application .page #menu_utilisateur li {
  list-style: none;
}
.application .page #menu_utilisateur li * {
  display: inline-block;
  vertical-align: middle;
}
.application .page #menu_utilisateur li i {
  transform: scaleX(-1);
  font-size: 24px;
  line-height: 26px;
}
.application .page #menu_utilisateur li a {
  color: white;
}
.application .page #menu_utilisateur li a span {
  display: none;
}
@media screen and (max-width: 1130px) {
  .application .page #menu_utilisateur {
    box-shadow: none;
    top: auto;
    left: 20px;
    z-index: 10;
    border-radius: 0;
  }
}
.application .page #selecteur_espace {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.application .page #selecteur_espace.active {
  display: flex;
}
.application .page #selecteur_espace article {
  margin: auto;
  text-align: center;
}
.application .page #selecteur_espace article ul {
  list-style: none;
  color: #3d474d;
}
.application .page #selecteur_espace article ul li {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 15px;
  margin: 20px auto;
}
.application .page #selecteur_espace article ul li h3 {
  margin: 0;
  padding: 0;
}
.application .page #selecteur_espace article ul li a {
  color: #3d474d;
  font-weight: bold;
}
.application .page #selecteur_espace article ul li:hover {
  border-color: #e94e1d;
}
.application .page #selecteur_espace article ul li:hover a {
  color: #e94e1d;
}
.application i.notifications {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  top: 11px;
  left: auto;
  right: 15px;
  color: #e94e1d;
  z-index: 11;
  cursor: pointer;
}
@media screen and (max-width: 1130px) {
  .application.tableaudebord i.notifications {
    display: block;
  }
}
.application.espaces .page nav p.titre_espaces,
.application.tableaudebord .page nav p.titre_espaces,
.application.profil .page nav p.titre_espaces {
  display: block;
}
/* Positionnement */
.block {
  display: block;
}
.cacher {
  display: none;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
/* Alignements */
.alignerCentre {
  text-align: center;
}
.alignerDroite {
  text-align: right;
}
.alignerGauche {
  text-align: left;
}
.adroite {
  float: right;
}
.justifie {
  text-align: justify;
}
/* Colonage nouvelle version */
@media (min-width: 600px) {
  .quart {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 880px) {
  .colonne {
    display: inline-block;
    margin-right: -4px;
  }
}
@media (min-width: 880px) {
  .quart {
    width: 25%;
  }
}
@media (min-width: 880px) {
  .tiers {
    width: 33%;
  }
}
@media (min-width: 880px) {
  .w40 {
    width: 40%;
  }
}
@media (min-width: 880px) {
  .moitie {
    width: 50%;
  }
}
@media (min-width: 880px) {
  .w60 {
    width: 60%;
  }
}
@media (min-width: 880px) {
  .deuxtiers {
    width: 66%;
  }
}
@media (min-width: 880px) {
  .troisquart {
    width: 75%;
  }
}
/* Masquer certains éléments sur smartphone */
br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: initial;
  }
}
/* Points de ruptures */
/* Taille des blocs */
.wrapper {
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
}
/* Application */
.application {
  background-color: #fff;
  height: initial;
}
.application .page {
  /* Application */
}
.application .page #application {
  margin-left: 270px;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  /* Version tablette */
  /* Commun */
  /* Menu */
}
@media screen and (max-width: 1130px) {
  .application .page #application {
    margin-left: 0;
  }
}
.application .page #application section {
  padding: 0;
  margin-top: 80px;
}
.application .page #application article {
  padding: 20px 20px 20px;
}
@media screen and (max-width: 600px) {
  .application .page #application article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.application .page #application article a:not(.bouton) {
  color: #e94e1d;
}
.application .page #application article a:not(.bouton):hover {
  color: #e6e6e6;
}
.application .page #application #onglets {
  position: relative;
  padding: 0 20px 0 calc(20px*2);
  background-color: white;
  display: flex;
  justify-content: flex-start;
}
.application .page #application #onglets ul {
  width: 2000px;
  display: flex;
  align-items: flex-end;
}
.application .page #application #onglets li {
  list-style: none;
  padding: 6px 0 12px;
  margin: 0 calc(20px/2);
  border-bottom: 3px solid white;
  display: flex;
}
@media screen and (max-width: 880px) {
  .application .page #application #onglets li {
    padding: 10px 0 10px;
  }
}
.application .page #application #onglets li:first-of-type {
  margin-left: 0;
}
.application .page #application #onglets li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #3d474d;
}
.application .page #application #onglets li a span,
.application .page #application #onglets li a i {
  margin-right: 5px;
}
.application .page #application #onglets li.cacher {
  display: none;
}
.application .page #application #onglets li.on {
  border-bottom: 3px solid #e94e1d;
}
.application .page #application #onglets li.on a {
  color: black;
}
.application .page #application #onglets li.on a + a {
  margin-left: 10px;
  color: #aaa;
}
.application .page #application #onglets li.on a + a i {
  margin: 0;
}
.application .page #application #onglets li:hover {
  border-bottom: 3px solid #000000;
}
.application .page #application #onglets li:hover a {
  color: #000000;
}
.application .page #application #onglets li:hover a.action {
  border: 0;
}
@media screen and (max-width: 1130px) {
  .application .page #application #onglets {
    margin-top: 43px;
    padding: 0 20px 0;
  }
}
/* Reset */
:root {
  font-size: 10px;
}
/* Tailles de typo */
.x3 {
  font-size: 12px;
  line-height: 16px;
}
.x4 {
  font-size: 14px;
  line-height: 20px;
}
.x5 {
  font-size: 18px;
  line-height: 22px;
}
.x6 {
  font-size: 24px;
  line-height: 26px;
}
.x7 {
  font-size: 30px;
  line-height: 36px;
}
.x8 {
  font-size: 50px;
  line-height: 56px;
}
.pasDePuces {
  list-style: none;
}
.enavant {
  color: #e94e1d;
  font-weight: bold;
}
.info {
  color: #aaa;
}
.gras {
  font-weight: bold;
}
.majuscules {
  text-transform: uppercase;
}
.ucfirst {
  text-transform: capitalize;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.centrer {
  text-align: center;
}
.alignerGauche {
  text-align: left;
}
/* Titres */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h2 {
  color: black;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
h2 em {
  font-style: normal;
  color: #e6e6e6;
}
h2 small {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
}
@media screen and (min-width: 880px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h3 {
  margin: 20px 0;
  font-weight: bold;
}
p.warning {
  color: orange !important;
  font-weight: bold;
}
/* Espacements */
p {
  margin: 1rem 0;
}
/* Material Icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Divers */
.numero {
  background-color: #e94e1d;
  color: white;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: -4px;
  text-align: center;
  line-height: 20px;
}
/* Pages */
/* Application */
.application {
  /* Tableau de bord */
}
.application .page #application {
  /* Tableau de bord général */
}
.application .page #application.tableauDeBord {
  text-align: center;
  padding-top: 65px;
}
.application .page #application.tableauDeBord h1 {
  padding: 0;
  text-align: center;
}
.application .page #application.tableauDeBord h1 a {
  display: block;
}
.application .page #application.tableauDeBord a.principal {
  margin: 20px auto;
}
.application .page #application.tableauDeBord h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.application .page #application.tableauDeBord #selecteur_espace {
  display: block;
  background: none;
  position: relative;
  width: auto;
  height: auto;
}
.application .page #application.tableauDeBord ul {
  max-width: 300px;
  margin: auto;
}
.application.tableaudebord .page {
  /* Sur plus grand que tablette portrait */
}
@media screen and (min-width: 880px) {
  .application.tableaudebord .page section {
    padding-right: 330px;
  }
}
/* Création d'un évènement */
.application.espaces .page #application .header #onglets,
.application.espaces .page #application .header .arbo {
  display: none;
}
@media screen and (min-width: 1130px) {
  .application.espaces .page #application .header + .contenu {
    margin-top: 68px;
  }
}
/* Typos */
/* Pas utilisé pour l'instant, pb d'icones qui ne correspondent pas... */
/*@font-face {
	  font-family: 'Material Icons';
	  font-style: normal;
	  font-weight: 400;
	  src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url('MaterialIcons-Regular.ttf') format('truetype');
	}
*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.red {
  color: red !important;
}
.material-icons.black {
  color: black !important;
}
/* Général */
html,
body {
  color: #3d474d;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
@media screen and (min-width: 1130px) {
  html,
  body {
    height: 100%;
  }
}
a {
  color: #e94e1d;
}
/* Style Balao */
/* Framework ORION */
/* Général */
.inscriptions .formulaire_spip form legend {
  font-weight: bold;
  margin-top: 40px;
}
/* Composants pour la page web publique */
.inscriptions .formulaire_spip form {
  margin: 0 auto;
}
.inscriptions .formulaire_spip form .editer.off {
  display: none;
}
.inscriptions .formulaire_spip form .editer .detail {
  margin-top: 5px;
}
.inscriptions .formulaire_spip form .editer .detail li {
  list-style: none;
}
.inscriptions .formulaire_spip form .editer .detail li p {
  text-align: justify;
  margin-top: 0;
}
.inscriptions .formulaire_spip form .editer .prix {
  float: right;
  font-weight: bold;
}
table.commande {
  width: 100%;
  margin: 40px auto;
}
table.commande tr td {
  padding: 10px;
  border-bottom: 1px dotted gray;
}
table.commande tr td:last-child {
  text-align: right;
}
table.commande tr:last-child td {
  border: 0;
}
table.commande thead td {
  font-weight: bold;
}
table.commande tfoot tr td {
  background-color: #ddd;
  border: 0;
}
table.commande tfoot tr:last-child td {
  background-color: #e94e1d;
  color: white;
  border: 0;
}
.inscription_boutons {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.inscription_boutons > * {
  margin: 0 10px;
}
.inscription_boutons .formulaire_spip form button[type="submit"],
.inscription_boutons .formulaire_spip form input[type="submit"],
.inscription_boutons .formulaire_spip form input[type="button"],
.inscription_boutons .formulaire_spip form .button,
.inscription_boutons .formulaire_spip form a.button {
  margin: 0;
}
.formulaire_spip {
  /* Boutons radios et checkboxes */
}
.formulaire_spip .choix input[type="checkbox"],
.formulaire_spip .choix input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  margin: 5px 0 0 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: #ffffff no-repeat center center;
  cursor: pointer;
}
.formulaire_spip .choix input[type="checkbox"]:invalid,
.formulaire_spip .choix input[type="radio"]:invalid {
  border-color: red;
}
.formulaire_spip .choix input[type="checkbox"]:active,
.formulaire_spip .choix [type="radio"]:active,
.formulaire_spip .choix input[type="checkbox"]:focus,
.formulaire_spip .choix [type="radio"]:focus {
  border-color: #696;
  outline: none;
}
.formulaire_spip .choix input[type="checkbox"]:checked,
.formulaire_spip .choix [type="radio"]:checked {
  background-color: #696;
  outline: 1px;
  border-color: #696;
}
.formulaire_spip .choix input[type="radio"] {
  border-radius: 50px;
}
.formulaire_formidable_paiement .reponse_formulaire_ok {
  display: none;
}
/* Gestion des groupes */
.formulaire_spip form div.editer.editer_groupe {
  display: flex;
  flex-wrap: wrap;
}
.formulaire_spip form div.editer.editer_groupe legend {
  width: 100%;
}
.formulaire_spip form div.editer.editer_groupe .choix {
  border: 1px solid #dcdee0;
  border-radius: 8px;
  padding: 7px 20px;
  margin: 0 5px 0 0;
  cursor: pointer;
  display: flex;
}
.formulaire_spip form div.editer.editer_groupe .choix label {
  cursor: pointer;
  margin: auto;
}
.formulaire_spip form div.editer.editer_groupe .choix.on,
.formulaire_spip form div.editer.editer_groupe .choix:hover {
  background-color: #e94e1d;
  color: white;
  font-weight: bold;
}
.formulaire_spip form div.editer.editer_groupe .choix input {
  margin: auto 5px auto 0;
}
.formulaire_spip form div.editer.editer_groupe legend {
  margin: 0 auto 20px;
}
/* Questions liées aux forfait */
.questions_liees {
  display: none;
}
.questions_liees.active {
  display: block;
}
#billetterie .formulaire_spip form .editer .choix {
  margin-bottom: 2rem;
}
#billetterie .formulaire_spip form .editer .detail {
  margin-bottom: 0;
}
body.enquete section article #photos {
  display: flex;
  justify-content: center;
}
body.enquete section article #photos img {
  margin: 0 10px;
}
body.enquete section article h2 {
  text-align: left;
  margin-top: 40px;
}
body.enquete section article .formulaire_spip form {
  max-width: 715px;
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d,
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s,
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8,
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g,
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 {
  display: flex;
  flex-wrap: wrap;
  /* Style actif lorsque la case est cochée */
  /* Ajout d'effets au survol */
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d label,
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s label,
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8 label,
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g label,
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 label {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  /* Espace entre le titre et les options */
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d .choix,
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s .choix,
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8 .choix,
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g .choix,
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 .choix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Centre les éléments */
  margin: 0 10px 10px 0;
  /* Espace entre les options */
  padding: 10px 0;
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d .choix input[type="radio"],
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s .choix input[type="radio"],
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8 .choix input[type="radio"],
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g .choix input[type="radio"],
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 .choix input[type="radio"] {
  display: none;
  /* Cache les cases à cocher par défaut */
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d .choix label,
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s .choix label,
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8 .choix label,
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g .choix label,
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 .choix label {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  min-width: 40px;
  /* Assure une largeur uniforme */
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d .choix input[type="radio"]:checked + label,
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s .choix input[type="radio"]:checked + label,
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8 .choix input[type="radio"]:checked + label,
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g .choix input[type="radio"]:checked + label,
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 .choix input[type="radio"]:checked + label {
  background-color: #e40041;
  color: white;
  border-color: #e40041;
}
body.enquete section article .editer_question_9w9oklos7b9njt6r18yhmn5wj7oag1iedrk5xc6d .choix label:hover,
body.enquete section article .editer_question_1hjkf5hjydac6xt79aaifs19utfiqtzj25nag87s .choix label:hover,
body.enquete section article .editer_question_ivjbpiii0i0weqz708d2rqmumi4g76zsmyw9o5x8 .choix label:hover,
body.enquete section article .editer_question_j69suqyyjjc4o5y1e7jgha6p1nxq53o437a2kz8g .choix label:hover,
body.enquete section article .editer_question_m4qnfu8xwm4v4jhhkuyhc764gwhrkxmlu7q3gbz6 .choix label:hover {
  background-color: #e0e0e0;
  border-color: #aaa;
}
body.enquete section article .editer_question_4s9m7vzlwvkh2wre3w9415ia9gathidx40btoejo label strong,
body.enquete section article .editer_question_h99jf0i06x78d18gambo8gauze6acacdl9ocr7bu label strong,
body.enquete section article .editer_question_njkv93dnmrbwsyuwcx8ldy9k8p0txy9bgp4lhzzv label strong {
  font-weight: normal;
}
/* Styles du projet */
.minimum {
  min-height: 60vh;
}
.wrapper {
  max-width: 1033px;
}
.wrapper .arbo {
  opacity: 1;
}
@media screen and (max-width: calc(880px - 1px)) {
  section {
    padding: 15px 0;
  }
  .wrapper {
    width: 90%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 60px;
  padding: 0;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
header .wrapper {
  display: flex;
  padding: 0;
  /* Logo Congrès des Architectes */
  /* Dates et lieu */
  /* Menu */
  /* Inscription */
  /* Menu hamburger */
}
header .wrapper .spip_logo_site {
  margin: auto 100px auto 0;
  position: relative;
  z-index: 15;
  width: 115px;
  display: block;
}
header .wrapper .spip_logo_site img.responsive {
  display: none;
}
header .wrapper .spip_logo_site span {
  display: none;
}
header .wrapper .spip_logo_site img {
  display: block;
}
@media screen and (max-width: calc(880px - 1px)) {
  header .wrapper .spip_logo_site {
    width: 95px;
    margin-right: auto;
  }
}
header .wrapper .dates_lieu {
  margin-top: 30px;
  color: #e40041;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}
header .wrapper .dates_lieu strong {
  font-weight: 600;
}
@media screen and (max-width: calc(880px - 1px)) {
  header .wrapper .dates_lieu {
    text-align: right;
    margin-top: 16px;
    margin-right: 60px;
    margin-bottom: 18px;
    font-size: 1.8rem;
    max-width: 180px;
  }
  header .wrapper .dates_lieu strong {
    display: block;
  }
}
header .wrapper nav {
  margin: 20px auto auto 0;
}
header .wrapper nav ul {
  display: flex;
}
header .wrapper nav ul li {
  position: relative;
  list-style: none;
  border-bottom: 4px solid white;
  padding: 3px 0 15px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
  margin: auto 70px auto 0;
}
header .wrapper nav ul li a {
  display: block;
  font-size: 1.4rem;
  color: #000;
}
header .wrapper nav ul li:hover a,
header .wrapper nav ul li.on a {
  color: #e40041;
}
@media screen and (min-width: 880px) {
  header .wrapper nav ul li:hover,
  header .wrapper nav ul li.on {
    border-bottom: 4px solid #e40041;
  }
}
header .wrapper nav ul li .submenu {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 880px) {
  header .wrapper nav ul li .submenu {
    display: none;
    position: absolute;
    top: 42px;
    width: 200px;
    left: 0;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0;
    index: 1000;
  }
}
@media screen and (max-width: 880px) {
  header .wrapper nav ul li .submenu {
    display: block !important;
  }
}
header .wrapper nav ul li .submenu li {
  margin: 0;
  padding: 5px 0;
  text-transform: none;
}
header .wrapper nav ul li .submenu li a {
  font-size: 1.2rem;
}
header .wrapper nav ul li:hover .submenu,
header .wrapper nav ul li.open .submenu {
  display: block;
}
header .wrapper nav ul li:hover .submenu a,
header .wrapper nav ul li.open .submenu a {
  color: #000;
}
@media screen and (min-width: 880px) {
  header .wrapper nav ul li:hover .submenu li,
  header .wrapper nav ul li.open .submenu li {
    border-bottom: none;
  }
  header .wrapper nav ul li:hover .submenu li:hover,
  header .wrapper nav ul li.open .submenu li:hover {
    border-bottom: none;
  }
}
header .wrapper nav ul li:hover .submenu li:hover a,
header .wrapper nav ul li.open .submenu li:hover a {
  color: #e40041;
}
header .wrapper nav.ouvert {
  right: 0;
  display: flex;
}
header .wrapper nav.ouvert ul {
  display: block;
  text-align: center;
  margin: auto;
}
header .wrapper nav.ouvert ul li {
  margin: 2rem auto;
  display: block;
  font-size: 2.5rem;
  line-height: 3.8rem;
}
header .wrapper nav.ouvert ul li a {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
header .wrapper .cta_inscription,
header .wrapper .cta_hotel {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
  padding: 12px 15px;
  margin: 25px 0 auto auto;
  position: absolute;
  right: 0;
  top: 20px;
}
header .wrapper .cta_inscription i,
header .wrapper .cta_hotel i,
header .wrapper .cta_inscription span,
header .wrapper .cta_hotel span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
header .wrapper .cta_inscription i,
header .wrapper .cta_hotel i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
header .wrapper .cta_inscription i.red,
header .wrapper .cta_hotel i.red {
  color: red !important;
}
header .wrapper .cta_inscription i.black,
header .wrapper .cta_hotel i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  header .wrapper .cta_inscription i,
  header .wrapper .cta_hotel i {
    font-size: 18px;
    line-height: 22px;
  }
}
header .wrapper .cta_inscription span,
header .wrapper .cta_hotel span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
header .wrapper .cta_inscription em,
header .wrapper .cta_hotel em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  header .wrapper .cta_inscription em,
  header .wrapper .cta_hotel em {
    display: none;
  }
}
header .wrapper .cta_inscription big,
header .wrapper .cta_hotel big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
header .wrapper .cta_inscription.grand span,
header .wrapper .cta_hotel.grand span {
  line-height: 22px;
}
header .wrapper .cta_inscription.grand i,
header .wrapper .cta_hotel.grand i {
  font-size: 40px;
  color: #e94e1d;
}
header .wrapper .cta_inscription:hover,
header .wrapper .cta_hotel:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
header .wrapper .cta_inscription:hover i,
header .wrapper .cta_hotel:hover i,
header .wrapper .cta_inscription:hover span,
header .wrapper .cta_hotel:hover span {
  color: white;
}
header .wrapper .cta_inscription.couleur,
header .wrapper .cta_hotel.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
header .wrapper .cta_inscription.couleur span,
header .wrapper .cta_hotel.couleur span,
header .wrapper .cta_inscription.couleur i,
header .wrapper .cta_hotel.couleur i {
  color: white;
}
header .wrapper .cta_inscription.couleur:hover,
header .wrapper .cta_hotel.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
header .wrapper .cta_inscription.adroite,
header .wrapper .cta_hotel.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  header .wrapper .cta_inscription.adroite,
  header .wrapper .cta_hotel.adroite {
    float: none;
  }
}
header .wrapper .cta_inscription.agauche,
header .wrapper .cta_hotel.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  header .wrapper .cta_inscription.agauche,
  header .wrapper .cta_hotel.agauche {
    float: none;
  }
}
header .wrapper .cta_inscription.pasDeMarges,
header .wrapper .cta_hotel.pasDeMarges {
  margin: 0 auto!important;
}
header .wrapper .cta_inscription.compact,
header .wrapper .cta_hotel.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
header .wrapper .cta_inscription.compact:hover,
header .wrapper .cta_hotel.compact:hover {
  color: white;
}
header .wrapper .cta_inscription.principal,
header .wrapper .cta_hotel.principal {
  display: inline-block;
  margin-top: 20px;
}
header .wrapper .cta_inscription:hover,
header .wrapper .cta_hotel:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
@media screen and (max-width: calc(880px - 1px)) {
  header .wrapper .cta_inscription,
  header .wrapper .cta_hotel {
    display: none;
  }
}
header .wrapper .cta_hotel {
  border-color: black;
  color: white;
  background-color: black;
  top: 70px;
}
header .wrapper .hamburger {
  display: block;
  right: 20px;
  top: 50px;
  position: absolute;
  z-index: 10;
}
header .wrapper .hamburger .hamburger-inner,
header .wrapper .hamburger .hamburger-inner::after,
header .wrapper .hamburger .hamburger-inner::before {
  background-color: #e40041;
}
header .wrapper .hamburger:hover {
  background: none;
  border: none;
  transform: none;
}
header + section {
  margin-top: 150px;
}
@media screen and (max-width: calc(880px - 1px)) {
  header + section {
    margin-top: 130px;
  }
}
/* Version ordinateur */
@media screen and (min-width: 880px) {
  header .wrapper {
    /* On cache le menu hamburger */
  }
  header .wrapper .hamburger {
    display: none;
  }
}
/* Version tablette */
@media screen and (max-width: calc(880px - 1px)) {
  header .wrapper {
    /* on passe le menu en écran qui défile au clic */
  }
  header .wrapper nav {
    position: fixed;
    top: 0;
    z-index: 5;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0;
    transition: all 0.2s ease;
  }
}
#top {
  background-color: black;
  display: flex;
  position: relative;
  z-index: 6;
}
#top .wrapper {
  padding: 5px 0;
}
#top .wrapper p {
  margin: auto 25px auto 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  line-height: 1.3rem;
  font-weight: 500;
}
#top .wrapper ul {
  display: flex;
  justify-content: left;
}
#top .wrapper ul li {
  list-style: none;
  width: 25px;
  height: 25px;
}
#top .wrapper ul li a {
  margin: auto;
}
@media screen and (max-width: calc(880px - 1px)) {
  #top .wrapper p,
  #top .wrapper ul {
    display: none;
  }
}
#top .wrapper .espaces {
  margin: auto 0 auto auto;
}
@media screen and (max-width: calc(880px - 1px)) {
  #top .wrapper .espaces {
    /*margin:auto; width:100%; pour quand on aura les 2 items */
    margin: auto 0 auto auto;
    display: flex;
  }
}
#top .wrapper .espaces a {
  margin: auto 0;
  padding: 1px 0;
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  line-height: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: calc(880px - 1px)) {
  #top .wrapper .espaces a {
    padding: 4px 0;
  }
}
#top .wrapper .espaces a.partenaires {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/espace_partenaires.svg') no-repeat left center;
  background-size: contain;
  padding-left: 32px;
}
#top .wrapper .espaces a.presse {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/espace_presse.svg') no-repeat left center;
  background-size: contain;
  padding-left: 32px;
  margin-left: 30px;
}
#top .wrapper .espaces a:hover {
  font-weight: 700;
}
footer {
  background-color: black;
  padding: 40px 40px 20px;
  margin-top: 80px;
  color: white;
}
@media screen and (min-width: 880px) {
  footer .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
footer .wrapper > div {
  margin-bottom: 5rem;
}
@media screen and (min-width: 880px) {
  footer .wrapper > div {
    max-width: 25%;
  }
}
footer .wrapper > div h4 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .wrapper > div a {
  color: white;
}
footer .wrapper > div a:hover {
  color: #e40041;
}
footer .wrapper > div ul {
  display: flex;
}
footer .wrapper > div ul li {
  list-style: none;
  transition: all 0.2s ease;
  transform: scale(0.9);
}
footer .wrapper > div ul li img {
  width: 40px;
  height: 40px;
}
footer .wrapper > div ul li:hover {
  transform: scale(1);
}
footer ul.legal {
  display: flex;
  justify-content: center;
}
footer ul.legal li {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.7rem;
  list-style: none;
  margin: 0 10px;
}
footer ul.legal li:not(:last-child):after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: white;
  margin-left: 20px;
}
footer ul.legal li a {
  color: white;
}
footer ul.legal li a:hover {
  color: #e40041;
}
html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
}
.petit {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.normal {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.moyen {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.intermediaire {
  font-size: 2.2rem;
  line-height: 3.3rem;
}
.grand {
  font-size: 2.5rem;
  line-height: 3.8rem;
}
.tresgrand {
  font-size: 3rem;
  line-height: 4.3rem;
}
h1,
h2 {
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  h1 br,
  h2 br {
    display: block;
  }
}
h1 strong,
h2 strong {
  color: #e40041;
}
h1 em.soustitre,
h2 em.soustitre {
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.8rem;
  color: black;
}
@media (min-width: 600px) {
  h1 em.soustitre,
  h2 em.soustitre {
    display: block;
  }
}
h1 em.soustitre strong,
h2 em.soustitre strong {
  color: #e40041;
}
h2 {
  color: #e40041;
}
h2 em {
  color: black;
}
h3 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 4rem 0 2rem;
}
section a {
  color: #e40041;
}
section a:hover {
  color: #e40041;
  text-decoration: underline;
}
section p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  max-width: 870px;
}
section p strong {
  font-weight: 600;
}
section p strong i {
  font-style: normal;
  color: #e40041;
}
@media (max-width: 880px) {
  section p br {
    display: none;
  }
}
section ul:not(.documents):not(.detail) {
  margin: 3rem 0;
}
section ul:not(.documents):not(.detail) li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
section ul:not(.documents):not(.detail) li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #e40041;
  border-radius: 10px;
}
section .chapo p {
  font-weight: 600;
}
section .chapo p strong {
  color: #e40041;
}
/* Composants */
#banniere {
  padding: 0;
  max-height: 60vh;
  overflow: hidden;
}
#banniere img {
  width: 100%;
  min-height: 110px;
  object-fit: cover;
}
#banniere .smartphone {
  display: none;
}
@media screen and (max-width: 880px) {
  #banniere .smartphone {
    display: block;
  }
}
@media screen and (max-width: 880px) {
  #banniere > img {
    display: none;
  }
}
.page_rubrique #banniere img {
  min-height: 170px;
}
.banniere {
  position: relative;
}
@media (min-width: 880px) {
  .banniere:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(40deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
  .banniere .texte {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .banniere .texte > div h2 {
    margin-top: 0;
  }
  .banniere .texte > div h2,
  .banniere .texte > div p,
  .banniere .texte > div h2 em {
    color: white;
  }
  .banniere .texte > div p {
    margin-bottom: 0;
  }
}
.banniere .texte > div {
  margin: auto;
  text-align: center;
}
.banniere .texte > div h2 {
  margin-top: 30px;
}
.bouton {
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
}
.bouton:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.bouton_couleur {
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.bouton_noir {
  border-color: black;
  color: white;
  background-color: black;
}
.chiffres_cles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.chiffres_cles li {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  padding: 65px 0 0 0;
  margin: 0 40px 40px;
}
.chiffres_cles li:before {
  display: none;
}
.chiffres_cles li p {
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}
.chiffres_cles li img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (min-width: 600px) {
  .chiffres_cles li img {
    left: 20px;
  }
}
.chiffres_cles li strong {
  font-weight: 800;
  color: #e40041;
  font-size: 3.5rem;
  line-height: 5rem;
  display: block;
  position: relative;
  z-index: 2;
}
.chiffres_court li img {
  left: 45%;
  transform: translateX(-75%);
}
.cartes {
  background-color: #f6f6f6;
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.cartes li {
  position: relative;
  padding-bottom: 100px;
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media screen and (min-width: 880px) {
  .cartes li {
    margin-top: -100px;
  }
}
.cartes li h3,
.cartes li p {
  padding: 10px 20px 0;
}
.cartes li h3 {
  font-size: 2.2rem;
  line-height: 3.3rem;
  margin: 20px 0 0;
}
.cartes li p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.cartes li a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  border-color: black;
  color: white;
  background-color: black;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.cartes li a i,
.cartes li a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.cartes li a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.cartes li a i.red {
  color: red !important;
}
.cartes li a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .cartes li a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.cartes li a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.cartes li a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .cartes li a em {
    display: none;
  }
}
.cartes li a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.cartes li a.grand span {
  line-height: 22px;
}
.cartes li a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.cartes li a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.cartes li a:hover i,
.cartes li a:hover span {
  color: white;
}
.cartes li a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.cartes li a.couleur span,
.cartes li a.couleur i {
  color: white;
}
.cartes li a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.cartes li a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .cartes li a.adroite {
    float: none;
  }
}
.cartes li a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .cartes li a.agauche {
    float: none;
  }
}
.cartes li a.pasDeMarges {
  margin: 0 auto!important;
}
.cartes li a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.cartes li a.compact:hover {
  color: white;
}
.cartes li a.principal {
  display: inline-block;
  margin-top: 20px;
}
.cartes li a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.cartes li a:hover {
  transform: translateX(-50%);
}
section article {
  margin: 60px auto;
}
section article .logo {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: auto;
}
@media screen and (max-width: 880px) {
  section article .logo {
    margin: 0 0 40px;
    max-width: 500px;
  }
}
section article .texte {
  display: block;
}
@media (min-width: 880px) {
  section article .texte {
    display: flex;
    margin: auto;
  }
  section article .texte > div {
    margin: auto;
  }
}
section article .texte a.spip_in,
section article .ps a.spip_in,
section article .texte a.spip_ancre,
section article .ps a.spip_ancre {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  border-color: black;
  color: white;
  background-color: black;
  margin: 40px 0 0;
}
section article .texte a.spip_in i,
section article .ps a.spip_in i,
section article .texte a.spip_ancre i,
section article .ps a.spip_ancre i,
section article .texte a.spip_in span,
section article .ps a.spip_in span,
section article .texte a.spip_ancre span,
section article .ps a.spip_ancre span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
section article .texte a.spip_in i,
section article .ps a.spip_in i,
section article .texte a.spip_ancre i,
section article .ps a.spip_ancre i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
section article .texte a.spip_in i.red,
section article .ps a.spip_in i.red,
section article .texte a.spip_ancre i.red,
section article .ps a.spip_ancre i.red {
  color: red !important;
}
section article .texte a.spip_in i.black,
section article .ps a.spip_in i.black,
section article .texte a.spip_ancre i.black,
section article .ps a.spip_ancre i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  section article .texte a.spip_in i,
  section article .ps a.spip_in i,
  section article .texte a.spip_ancre i,
  section article .ps a.spip_ancre i {
    font-size: 18px;
    line-height: 22px;
  }
}
section article .texte a.spip_in span,
section article .ps a.spip_in span,
section article .texte a.spip_ancre span,
section article .ps a.spip_ancre span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
section article .texte a.spip_in em,
section article .ps a.spip_in em,
section article .texte a.spip_ancre em,
section article .ps a.spip_ancre em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  section article .texte a.spip_in em,
  section article .ps a.spip_in em,
  section article .texte a.spip_ancre em,
  section article .ps a.spip_ancre em {
    display: none;
  }
}
section article .texte a.spip_in big,
section article .ps a.spip_in big,
section article .texte a.spip_ancre big,
section article .ps a.spip_ancre big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
section article .texte a.spip_in.grand span,
section article .ps a.spip_in.grand span,
section article .texte a.spip_ancre.grand span,
section article .ps a.spip_ancre.grand span {
  line-height: 22px;
}
section article .texte a.spip_in.grand i,
section article .ps a.spip_in.grand i,
section article .texte a.spip_ancre.grand i,
section article .ps a.spip_ancre.grand i {
  font-size: 40px;
  color: #e94e1d;
}
section article .texte a.spip_in:hover,
section article .ps a.spip_in:hover,
section article .texte a.spip_ancre:hover,
section article .ps a.spip_ancre:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
section article .texte a.spip_in:hover i,
section article .ps a.spip_in:hover i,
section article .texte a.spip_ancre:hover i,
section article .ps a.spip_ancre:hover i,
section article .texte a.spip_in:hover span,
section article .ps a.spip_in:hover span,
section article .texte a.spip_ancre:hover span,
section article .ps a.spip_ancre:hover span {
  color: white;
}
section article .texte a.spip_in.couleur,
section article .ps a.spip_in.couleur,
section article .texte a.spip_ancre.couleur,
section article .ps a.spip_ancre.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
section article .texte a.spip_in.couleur span,
section article .ps a.spip_in.couleur span,
section article .texte a.spip_ancre.couleur span,
section article .ps a.spip_ancre.couleur span,
section article .texte a.spip_in.couleur i,
section article .ps a.spip_in.couleur i,
section article .texte a.spip_ancre.couleur i,
section article .ps a.spip_ancre.couleur i {
  color: white;
}
section article .texte a.spip_in.couleur:hover,
section article .ps a.spip_in.couleur:hover,
section article .texte a.spip_ancre.couleur:hover,
section article .ps a.spip_ancre.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
section article .texte a.spip_in.adroite,
section article .ps a.spip_in.adroite,
section article .texte a.spip_ancre.adroite,
section article .ps a.spip_ancre.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  section article .texte a.spip_in.adroite,
  section article .ps a.spip_in.adroite,
  section article .texte a.spip_ancre.adroite,
  section article .ps a.spip_ancre.adroite {
    float: none;
  }
}
section article .texte a.spip_in.agauche,
section article .ps a.spip_in.agauche,
section article .texte a.spip_ancre.agauche,
section article .ps a.spip_ancre.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  section article .texte a.spip_in.agauche,
  section article .ps a.spip_in.agauche,
  section article .texte a.spip_ancre.agauche,
  section article .ps a.spip_ancre.agauche {
    float: none;
  }
}
section article .texte a.spip_in.pasDeMarges,
section article .ps a.spip_in.pasDeMarges,
section article .texte a.spip_ancre.pasDeMarges,
section article .ps a.spip_ancre.pasDeMarges {
  margin: 0 auto!important;
}
section article .texte a.spip_in.compact,
section article .ps a.spip_in.compact,
section article .texte a.spip_ancre.compact,
section article .ps a.spip_ancre.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
section article .texte a.spip_in.compact:hover,
section article .ps a.spip_in.compact:hover,
section article .texte a.spip_ancre.compact:hover,
section article .ps a.spip_ancre.compact:hover {
  color: white;
}
section article .texte a.spip_in.principal,
section article .ps a.spip_in.principal,
section article .texte a.spip_ancre.principal,
section article .ps a.spip_ancre.principal {
  display: inline-block;
  margin-top: 20px;
}
section article .texte a.spip_in:hover,
section article .ps a.spip_in:hover,
section article .texte a.spip_ancre:hover,
section article .ps a.spip_ancre:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.centre {
  max-width: 850px;
  margin: 0 auto 100px;
}
.centre h1 strong,
.centre h2 strong {
  color: #e40041;
}
.centre h1,
.centre h2,
.centre p {
  text-align: center;
}
.centre p {
  font-weight: 400;
}
.centre .texte a.spip_in,
.centre .texte a.spip_ancre {
  margin: 40px auto 20px;
}
.centre .texte a.spip_in + a.spip_in,
.centre .texte a.spip_ancre + a.spip_in,
.centre .texte a.spip_in + a.spip_ancre,
.centre .texte a.spip_ancre + a.spip_ancre {
  margin-top: 15px;
}
.hauteur_mini {
  min-height: 60vh;
}
.hauteur_mini a.bouton {
  margin: 50px auto;
}
@media screen and (min-width: 880px) {
  .image_a_gauche .logo,
  .image_a_droite .logo,
  .image_a_gauche .ps,
  .image_a_droite .ps {
    width: 40%;
  }
  .image_a_gauche .texte,
  .image_a_droite .texte {
    width: 55%;
  }
}
@media screen and (min-width: 880px) {
  .image_a_gauche {
    display: flex;
    align-items: start;
  }
  .image_a_gauche .logo,
  .image_a_gauche .ps {
    margin-right: 5%;
  }
}
@media screen and (min-width: 880px) {
  .image_a_droite {
    display: flex;
    align-items: start;
  }
  .image_a_droite .logo,
  .image_a_droite .ps {
    order: 2;
  }
  .image_a_droite .texte {
    order: 1;
  }
  .image_a_droite .logo,
  .image_a_droite .ps {
    margin-left: 5%;
  }
}
#intro {
  margin: 50px auto 0;
}
#intro p {
  font-weight: 600;
}
#intro p strong {
  color: #e40041;
}
.ps {
  background-color: #f6f6f6;
}
.formulaire_spip form {
  /* Boutons radios et checkboxes */
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.formulaire_spip form div.editer textarea {
  border-radius: 0;
}
.formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.formulaire_spip form div.editer textarea:focus {
  color: #e40041;
  border-color: #e40041;
}
.formulaire_spip form .choix input[type="checkbox"]:invalid,
.formulaire_spip form .choix input[type="radio"]:invalid {
  border-color: #e40041;
}
.formulaire_spip form .choix input[type="checkbox"]:active,
.formulaire_spip form .choix [type="radio"]:active,
.formulaire_spip form .choix input[type="checkbox"]:focus,
.formulaire_spip form .choix [type="radio"]:focus {
  border-color: #e40041;
  outline: none;
}
.formulaire_spip form .choix input[type="checkbox"]:checked,
.formulaire_spip form .choix [type="radio"]:checked {
  background-color: black;
  outline: 1px;
  border-color: black;
}
.formulaire_spip form .choix input[type="radio"] {
  border-radius: 50px;
}
.formulaire_spip form button[type="submit"],
.formulaire_spip form input[type="submit"] {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.formulaire_spip form button[type="submit"] i,
.formulaire_spip form input[type="submit"] i,
.formulaire_spip form button[type="submit"] span,
.formulaire_spip form input[type="submit"] span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.formulaire_spip form button[type="submit"] i,
.formulaire_spip form input[type="submit"] i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.formulaire_spip form button[type="submit"] i.red,
.formulaire_spip form input[type="submit"] i.red {
  color: red !important;
}
.formulaire_spip form button[type="submit"] i.black,
.formulaire_spip form input[type="submit"] i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .formulaire_spip form button[type="submit"] i,
  .formulaire_spip form input[type="submit"] i {
    font-size: 18px;
    line-height: 22px;
  }
}
.formulaire_spip form button[type="submit"] span,
.formulaire_spip form input[type="submit"] span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.formulaire_spip form button[type="submit"] em,
.formulaire_spip form input[type="submit"] em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .formulaire_spip form button[type="submit"] em,
  .formulaire_spip form input[type="submit"] em {
    display: none;
  }
}
.formulaire_spip form button[type="submit"] big,
.formulaire_spip form input[type="submit"] big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.formulaire_spip form button[type="submit"].grand span,
.formulaire_spip form input[type="submit"].grand span {
  line-height: 22px;
}
.formulaire_spip form button[type="submit"].grand i,
.formulaire_spip form input[type="submit"].grand i {
  font-size: 40px;
  color: #e94e1d;
}
.formulaire_spip form button[type="submit"]:hover,
.formulaire_spip form input[type="submit"]:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.formulaire_spip form button[type="submit"]:hover i,
.formulaire_spip form input[type="submit"]:hover i,
.formulaire_spip form button[type="submit"]:hover span,
.formulaire_spip form input[type="submit"]:hover span {
  color: white;
}
.formulaire_spip form button[type="submit"].couleur,
.formulaire_spip form input[type="submit"].couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.formulaire_spip form button[type="submit"].couleur span,
.formulaire_spip form input[type="submit"].couleur span,
.formulaire_spip form button[type="submit"].couleur i,
.formulaire_spip form input[type="submit"].couleur i {
  color: white;
}
.formulaire_spip form button[type="submit"].couleur:hover,
.formulaire_spip form input[type="submit"].couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.formulaire_spip form button[type="submit"].adroite,
.formulaire_spip form input[type="submit"].adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .formulaire_spip form button[type="submit"].adroite,
  .formulaire_spip form input[type="submit"].adroite {
    float: none;
  }
}
.formulaire_spip form button[type="submit"].agauche,
.formulaire_spip form input[type="submit"].agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .formulaire_spip form button[type="submit"].agauche,
  .formulaire_spip form input[type="submit"].agauche {
    float: none;
  }
}
.formulaire_spip form button[type="submit"].pasDeMarges,
.formulaire_spip form input[type="submit"].pasDeMarges {
  margin: 0 auto!important;
}
.formulaire_spip form button[type="submit"].compact,
.formulaire_spip form input[type="submit"].compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.formulaire_spip form button[type="submit"].compact:hover,
.formulaire_spip form input[type="submit"].compact:hover {
  color: white;
}
.formulaire_spip form button[type="submit"].principal,
.formulaire_spip form input[type="submit"].principal {
  display: inline-block;
  margin-top: 20px;
}
.formulaire_spip form button[type="submit"]:hover,
.formulaire_spip form input[type="submit"]:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.formulaire_spip form .editer_groupe .choix:nth-child(5) label:after {
  content: '(activité de moins de 3 ans)';
  display: block;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.formulaire_spip form .editer_groupe .choix input[type="radio"]:checked {
  background-color: black;
  border-color: black;
}
.formulaire_spip form .editer_groupe .choix input[type="radio"]:not(:checked) + label {
  opacity: 0.7;
}
.formulaire_spip form .editer_groupe .choix:hover label {
  opacity: 1;
}
.formulaire_spip form p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: left !important;
}
table.commande tfoot tr:last-child td {
  background-color: #e40041;
}
ul.fichiers {
  width: 100%;
}
ul.fichiers li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: 30px;
  padding: 10px;
}
ul.fichiers li:before {
  display: none !important;
}
ul.fichiers li:nth-child(even) {
  background-color: #f6f6f6;
}
ul.fichiers li a {
  margin: 0;
}
ul.fichiers li p {
  flex: 1;
}
ul.fichiers li p strong {
  display: block;
}
.spip_documents_center img {
  margin: auto;
}
/* Pour Viméo */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* Ratio 16:9 (56.25% = 9/16 * 100) */
  margin: auto;
  display: block;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 880px) {
  .grille {
    display: flex;
  }
}
.grille h2 {
  width: 180px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.grille > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grille a article {
  transition: 0.2s all ease;
  transform: scale(1);
  width: 230px;
  height: 200px;
  margin: 0 10px 20px!important;
  display: block !important;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.grille a article .logo {
  display: flex;
  width: 100%;
  height: 110px;
  background-color: white;
  margin: 10px auto;
  box-shadow: none !important;
}
.grille a article .logo img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.grille a article .texte {
  border-top: 2px solid #e6e6e6;
  margin: 0 5%;
  height: 73px;
  width: 90%;
}
.grille a article .texte p {
  margin: auto;
  padding: 3px 4px 10px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  color: #575757;
  line-height: 1.4rem;
}
.grille a article .emplacement {
  background-color: #e40041;
  position: absolute;
  bottom: -10px;
  right: 0;
  color: white;
  padding: 1px 4px;
}
.grille a article .emplacement p {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.grille a:hover {
  text-decoration: none;
}
.grille a:hover article {
  transform: scale(1.05);
}
.grille + .bouton {
  margin: 40px 0 40px 130px;
}
@media screen and (max-width: 880px) {
  .grille + .bouton {
    margin-left: 0;
  }
}
.arbo {
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: left !important;
  padding-left: 0;
}
.arbo a:hover {
  color: #e40041;
}
.spip_document_file a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.spip_document_file a i,
.spip_document_file a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.spip_document_file a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.spip_document_file a i.red {
  color: red !important;
}
.spip_document_file a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .spip_document_file a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.spip_document_file a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.spip_document_file a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .spip_document_file a em {
    display: none;
  }
}
.spip_document_file a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.spip_document_file a.grand span {
  line-height: 22px;
}
.spip_document_file a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.spip_document_file a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.spip_document_file a:hover i,
.spip_document_file a:hover span {
  color: white;
}
.spip_document_file a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.spip_document_file a.couleur span,
.spip_document_file a.couleur i {
  color: white;
}
.spip_document_file a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.spip_document_file a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .spip_document_file a.adroite {
    float: none;
  }
}
.spip_document_file a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .spip_document_file a.agauche {
    float: none;
  }
}
.spip_document_file a.pasDeMarges {
  margin: 0 auto!important;
}
.spip_document_file a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.spip_document_file a.compact:hover {
  color: white;
}
.spip_document_file a.principal {
  display: inline-block;
  margin-top: 20px;
}
.spip_document_file a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.spip_document_file:last-of-type:not(:first-of-type) a {
  border-color: black;
  color: white;
  background-color: black;
}
.documents {
  list-style: none;
  margin-top: 40px;
}
@media (min-width: 880px) {
  .documents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.documents li {
  display: flex;
  transition: all 0.2s ease;
  text-align: center;
  width: fit-content;
  max-width: initial;
  margin: 0 !important;
}
@media (min-width: 880px) {
  .documents li {
    margin: 0 20px!important;
  }
}
.documents li img {
  margin: auto auto 10px;
}
.documents li a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
  max-width: 400px;
  display: flex;
  padding: 15px 15px 11px;
}
.documents li a i,
.documents li a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.documents li a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.documents li a i.red {
  color: red !important;
}
.documents li a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .documents li a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.documents li a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.documents li a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .documents li a em {
    display: none;
  }
}
.documents li a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.documents li a.grand span {
  line-height: 22px;
}
.documents li a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.documents li a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.documents li a:hover i,
.documents li a:hover span {
  color: white;
}
.documents li a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.documents li a.couleur span,
.documents li a.couleur i {
  color: white;
}
.documents li a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.documents li a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .documents li a.adroite {
    float: none;
  }
}
.documents li a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .documents li a.agauche {
    float: none;
  }
}
.documents li a.pasDeMarges {
  margin: 0 auto!important;
}
.documents li a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.documents li a.compact:hover {
  color: white;
}
.documents li a.principal {
  display: inline-block;
  margin-top: 20px;
}
.documents li a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.documents li a:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin-left: 20px;
  margin-top: -3px;
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_telecharger.svg') no-repeat top left;
  background-size: contain;
}
.documents li:hover {
  transform: scale(1.05);
}
.documents li a:hover {
  text-decoration: none;
}
.tuiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-bottom: 50px;
}
.tuiles li {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 185px;
  height: 185px;
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
.tuiles li:before {
  display: none;
}
.tuiles li p {
  display: block;
}
.tuiles li p strong {
  color: #e40041;
  display: block;
}
.tuiles li .spip_document_image {
  margin-top: 5px;
}
#live h2 {
  margin: 4rem 0 .5rem;
}
#live article {
  background-color: #eee;
  display: flex;
  padding: 20px;
  margin: 10px 0;
}
#live article img {
  margin-right: 20px;
  height: auto;
  align-self: start;
}
#live article h3 {
  margin: 0;
}
#live article p {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#live article span {
  display: block;
  display: flex;
  align-items: center;
}
#live article span:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #e40041;
  margin-right: 10px;
}
.attention {
  background-color: #e40041;
  color: white;
  text-align: center;
  padding: 20px;
  width: fit-content;
  margin: 50px auto 0;
}
.attention p {
  font-weight: 600;
  margin: 0;
}
/* Pages */
.page_sommaire section {
  /* Retour en images */
  /* Architectes engagés */
  /* Reims et le centre des congrès */
  /* Capitale de la région Champagne */
  /* Venir au Congrès */
  /* Edition 2023 */
}
@media screen and (min-width: 880px) {
  .page_sommaire section article {
    display: flex;
  }
}
.page_sommaire section#best-of-reims {
  margin-top: 30px;
}
.page_sommaire section#best-of-reims .wrapper article > div {
  width: 100%;
}
.page_sommaire section#best-of-reims .wrapper article > div > div {
  width: 100%;
}
.page_sommaire section#architectes-engages {
  margin-bottom: 30px;
}
.page_sommaire section#architectes-engages img {
  margin: auto;
}
@media screen and (min-width: 880px) {
  .page_sommaire section#architectes-engages .logo {
    max-width: 38%;
    width: auto;
  }
  .page_sommaire section#architectes-engages .texte {
    max-width: 55%;
    margin-left: 7%;
  }
}
.page_sommaire section#architectes-engages a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
  margin-top: 4rem;
}
.page_sommaire section#architectes-engages a i,
.page_sommaire section#architectes-engages a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.page_sommaire section#architectes-engages a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.page_sommaire section#architectes-engages a i.red {
  color: red !important;
}
.page_sommaire section#architectes-engages a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .page_sommaire section#architectes-engages a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.page_sommaire section#architectes-engages a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.page_sommaire section#architectes-engages a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .page_sommaire section#architectes-engages a em {
    display: none;
  }
}
.page_sommaire section#architectes-engages a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.page_sommaire section#architectes-engages a.grand span {
  line-height: 22px;
}
.page_sommaire section#architectes-engages a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.page_sommaire section#architectes-engages a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.page_sommaire section#architectes-engages a:hover i,
.page_sommaire section#architectes-engages a:hover span {
  color: white;
}
.page_sommaire section#architectes-engages a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.page_sommaire section#architectes-engages a.couleur span,
.page_sommaire section#architectes-engages a.couleur i {
  color: white;
}
.page_sommaire section#architectes-engages a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.page_sommaire section#architectes-engages a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .page_sommaire section#architectes-engages a.adroite {
    float: none;
  }
}
.page_sommaire section#architectes-engages a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .page_sommaire section#architectes-engages a.agauche {
    float: none;
  }
}
.page_sommaire section#architectes-engages a.pasDeMarges {
  margin: 0 auto!important;
}
.page_sommaire section#architectes-engages a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.page_sommaire section#architectes-engages a.compact:hover {
  color: white;
}
.page_sommaire section#architectes-engages a.principal {
  display: inline-block;
  margin-top: 20px;
}
.page_sommaire section#architectes-engages a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.page_sommaire section#reims-et-son-centre-des-congres {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/background_centre_congres_angers.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 100px 15px;
}
.page_sommaire section#reims-et-son-centre-des-congres:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #626262;
  background: linear-gradient(354deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.page_sommaire section#reims-et-son-centre-des-congres h2,
.page_sommaire section#reims-et-son-centre-des-congres p {
  color: white;
  text-align: center;
  position: relative;
  text-shadow: 0 1px 1px black;
}
.page_sommaire section#reims-et-son-centre-des-congres h2 strong,
.page_sommaire section#reims-et-son-centre-des-congres p strong {
  color: white;
  font-size: 3rem;
  line-height: 4.3rem;
}
.page_sommaire section#reims-et-son-centre-des-congres h2 strong em,
.page_sommaire section#reims-et-son-centre-des-congres p strong em {
  color: #e40041;
}
.page_sommaire section#reims-et-son-centre-des-congres h2 em,
.page_sommaire section#reims-et-son-centre-des-congres p em {
  color: white;
}
.page_sommaire section#reims-et-son-centre-des-congres a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.page_sommaire section#reims-et-son-centre-des-congres a i,
.page_sommaire section#reims-et-son-centre-des-congres a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.page_sommaire section#reims-et-son-centre-des-congres a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.page_sommaire section#reims-et-son-centre-des-congres a i.red {
  color: red !important;
}
.page_sommaire section#reims-et-son-centre-des-congres a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .page_sommaire section#reims-et-son-centre-des-congres a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.page_sommaire section#reims-et-son-centre-des-congres a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.page_sommaire section#reims-et-son-centre-des-congres a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .page_sommaire section#reims-et-son-centre-des-congres a em {
    display: none;
  }
}
.page_sommaire section#reims-et-son-centre-des-congres a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.page_sommaire section#reims-et-son-centre-des-congres a.grand span {
  line-height: 22px;
}
.page_sommaire section#reims-et-son-centre-des-congres a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.page_sommaire section#reims-et-son-centre-des-congres a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.page_sommaire section#reims-et-son-centre-des-congres a:hover i,
.page_sommaire section#reims-et-son-centre-des-congres a:hover span {
  color: white;
}
.page_sommaire section#reims-et-son-centre-des-congres a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.page_sommaire section#reims-et-son-centre-des-congres a.couleur span,
.page_sommaire section#reims-et-son-centre-des-congres a.couleur i {
  color: white;
}
.page_sommaire section#reims-et-son-centre-des-congres a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.page_sommaire section#reims-et-son-centre-des-congres a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .page_sommaire section#reims-et-son-centre-des-congres a.adroite {
    float: none;
  }
}
.page_sommaire section#reims-et-son-centre-des-congres a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .page_sommaire section#reims-et-son-centre-des-congres a.agauche {
    float: none;
  }
}
.page_sommaire section#reims-et-son-centre-des-congres a.pasDeMarges {
  margin: 0 auto!important;
}
.page_sommaire section#reims-et-son-centre-des-congres a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.page_sommaire section#reims-et-son-centre-des-congres a.compact:hover {
  color: white;
}
.page_sommaire section#reims-et-son-centre-des-congres a.principal {
  display: inline-block;
  margin-top: 20px;
}
.page_sommaire section#reims-et-son-centre-des-congres a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.page_sommaire section#reims-et-son-centre-des-congres p {
  font-weight: 600;
}
.page_sommaire section#reims-et-son-centre-des-congres p:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_sommaire section#capitale-region h2 {
  display: none;
}
.page_sommaire section#capitale-region p {
  text-align: center;
}
.page_sommaire section#capitale-region p:first-of-type {
  font-weight: 600;
}
.page_sommaire section#venir-au-congres .logo {
  order: 2;
}
.page_sommaire section#venir-au-congres .texte {
  order: 1;
}
.page_sommaire section#venir-au-congres h2 {
  color: #e40041;
}
.page_sommaire section#venir-au-congres a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.page_sommaire section#venir-au-congres a i,
.page_sommaire section#venir-au-congres a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.page_sommaire section#venir-au-congres a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.page_sommaire section#venir-au-congres a i.red {
  color: red !important;
}
.page_sommaire section#venir-au-congres a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .page_sommaire section#venir-au-congres a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.page_sommaire section#venir-au-congres a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.page_sommaire section#venir-au-congres a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .page_sommaire section#venir-au-congres a em {
    display: none;
  }
}
.page_sommaire section#venir-au-congres a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.page_sommaire section#venir-au-congres a.grand span {
  line-height: 22px;
}
.page_sommaire section#venir-au-congres a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.page_sommaire section#venir-au-congres a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.page_sommaire section#venir-au-congres a:hover i,
.page_sommaire section#venir-au-congres a:hover span {
  color: white;
}
.page_sommaire section#venir-au-congres a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.page_sommaire section#venir-au-congres a.couleur span,
.page_sommaire section#venir-au-congres a.couleur i {
  color: white;
}
.page_sommaire section#venir-au-congres a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.page_sommaire section#venir-au-congres a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .page_sommaire section#venir-au-congres a.adroite {
    float: none;
  }
}
.page_sommaire section#venir-au-congres a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .page_sommaire section#venir-au-congres a.agauche {
    float: none;
  }
}
.page_sommaire section#venir-au-congres a.pasDeMarges {
  margin: 0 auto!important;
}
.page_sommaire section#venir-au-congres a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.page_sommaire section#venir-au-congres a.compact:hover {
  color: white;
}
.page_sommaire section#venir-au-congres a.principal {
  display: inline-block;
  margin-top: 20px;
}
.page_sommaire section#venir-au-congres a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
@media screen and (min-width: 880px) {
  .page_sommaire section#venir-au-congres .logo {
    width: 38%;
  }
  .page_sommaire section#venir-au-congres .texte {
    width: 55%;
    margin-right: 7%;
  }
}
.page_sommaire section#edition-2023-palais-des-papes {
  position: relative;
  padding: 0;
}
.page_sommaire section#edition-2023-palais-des-papes h2 {
  color: #e40041;
  text-align: center;
}
.page_sommaire section#edition-2023-palais-des-papes #article_122 {
  position: relative;
  z-index: 1;
}
.page_sommaire section#edition-2023-palais-des-papes #article_122 .texte,
.page_sommaire section#edition-2023-palais-des-papes #article_122 .texte div {
  width: 100%;
}
.page_sommaire section#edition-2023-palais-des-papes:after {
  content: '';
  display: block;
  width: 100%;
  height: 440px;
  background-color: #e6e6e6;
  margin-top: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.page_sommaire section blockquote {
  margin-bottom: 40px;
}
.page_sommaire section blockquote:before {
  content: "\00AB";
  font-size: 2.2rem;
  line-height: 3.3rem;
  line-height: 1.2rem;
  color: #e40041;
  display: inline;
  font-weight: bold;
}
.page_sommaire section blockquote:after {
  content: "\00BB";
  font-size: 2.2rem;
  line-height: 3.3rem;
  line-height: 1.2rem;
  color: #e40041;
  display: inline;
  font-weight: bold;
}
.page_sommaire section blockquote strong {
  float: right;
  margin-top: 20px;
}
.page_sommaire section blockquote p {
  display: inline;
}
.page_sommaire section.partenaires {
  margin-top: 150px;
}
.page_sommaire section.partenaires h2 {
  text-align: center;
}
.page_sommaire section.partenaires a.bouton {
  border-color: black;
  color: white;
  background-color: black;
  margin: 30px auto;
}
.page_sommaire section#unsfa .wrapper {
  display: flex;
  justify-content: center;
}
.page_sommaire section#unsfa .wrapper h2,
.page_sommaire section#unsfa .wrapper img {
  margin: auto 20px;
}
@media screen and (max-width: 880px) {
  .page_sommaire section#unsfa .wrapper {
    flex-direction: column;
  }
  .page_sommaire section#unsfa .wrapper h2,
  .page_sommaire section#unsfa .wrapper img {
    margin: auto;
    text-align: center;
  }
}
.inscriptions section article {
  max-width: 850px;
  margin: 0 auto 100px;
  margin: 20px auto 0;
}
.inscriptions section article h1 strong,
.inscriptions section article h2 strong {
  color: #e40041;
}
.inscriptions section article h1,
.inscriptions section article h2,
.inscriptions section article p {
  text-align: center;
}
.inscriptions section article p {
  font-weight: 400;
}
.inscriptions section article .texte a.spip_in,
.inscriptions section article .texte a.spip_ancre {
  margin: 40px auto 20px;
}
.inscriptions section article .texte a.spip_in + a.spip_in,
.inscriptions section article .texte a.spip_ancre + a.spip_in,
.inscriptions section article .texte a.spip_in + a.spip_ancre,
.inscriptions section article .texte a.spip_ancre + a.spip_ancre {
  margin-top: 15px;
}
.inscriptions .formulaire_spip form {
  max-width: 705px;
  /* Masquer le groupe VIP */
}
.inscriptions .formulaire_spip form div.editer.editer_groupe .choix {
  border-radius: 0;
  padding: 7px 10px;
}
.inscriptions .formulaire_spip form div.editer.editer_groupe .choix.on,
.inscriptions .formulaire_spip form div.editer.editer_groupe .choix:hover {
  background-color: #e40041;
}
.inscriptions .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.inscriptions .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.inscriptions .formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.inscriptions .formulaire_spip form div.editer textarea,
.inscriptions .formulaire_spip form li.editer textarea,
.inscriptions .formulaire_spip form fieldset.editer textarea {
  border-radius: 0;
  color: black;
}
.inscriptions .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.inscriptions .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.inscriptions .formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette):focus,
.inscriptions .formulaire_spip form div.editer textarea:focus,
.inscriptions .formulaire_spip form li.editer textarea:focus,
.inscriptions .formulaire_spip form fieldset.editer textarea:focus {
  border-color: #e40041;
  color: #e40041;
}
.inscriptions .formulaire_spip form #bloc_groupe_9nqh2kxrdzl1detetoflm4g37lifvmte9rq5u2lq {
  display: none;
}
.inscriptions .formulaire_spip form span.erreur {
  color: #e40041;
}
.inscriptions.paiement h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: left;
  margin-top: 70px;
}
.inscriptions.paiement p {
  text-align: left;
}
.inscriptions.paiement li strong {
  font-weight: bold;
}
body.espace_partenaires section article {
  max-width: 850px;
  margin: 0 auto 100px;
}
body.espace_partenaires section article h1 strong,
body.espace_partenaires section article h2 strong {
  color: #e40041;
}
body.espace_partenaires section article h1,
body.espace_partenaires section article h2,
body.espace_partenaires section article p {
  text-align: center;
}
body.espace_partenaires section article p {
  font-weight: 400;
}
body.espace_partenaires section article .texte a.spip_in,
body.espace_partenaires section article .texte a.spip_ancre {
  margin: 40px auto 20px;
}
body.espace_partenaires section article .texte a.spip_in + a.spip_in,
body.espace_partenaires section article .texte a.spip_ancre + a.spip_in,
body.espace_partenaires section article .texte a.spip_in + a.spip_ancre,
body.espace_partenaires section article .texte a.spip_ancre + a.spip_ancre {
  margin-top: 15px;
}
body.espace_partenaires section article form {
  max-width: 400px;
  margin: 80px auto;
}
body.espace_partenaires section article form fieldset legend {
  display: none;
}
body.espace_partenaires section article .bouton {
  margin: 40px auto;
}
.exposez {
  /*section#articles .wrapper {
		article{
			&:nth-of-type(2) {.image_a_gauche;}
		}
	}*/
}
.exposez h1 {
  display: none;
}
.exposez header + h1 + section {
  margin-top: 88px;
}
@media screen and (max-width: 880px) {
  .exposez header + h1 + section {
    margin-top: 130px;
  }
}
.exposez section#exposez-au-congres-des-architectes-de-reims a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
  margin: 40px auto 0;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a i,
.exposez section#exposez-au-congres-des-architectes-de-reims a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.exposez section#exposez-au-congres-des-architectes-de-reims a i.red {
  color: red !important;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .exposez section#exposez-au-congres-des-architectes-de-reims a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.exposez section#exposez-au-congres-des-architectes-de-reims a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .exposez section#exposez-au-congres-des-architectes-de-reims a em {
    display: none;
  }
}
.exposez section#exposez-au-congres-des-architectes-de-reims a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.grand span {
  line-height: 22px;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a:hover i,
.exposez section#exposez-au-congres-des-architectes-de-reims a:hover span {
  color: white;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.couleur span,
.exposez section#exposez-au-congres-des-architectes-de-reims a.couleur i {
  color: white;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .exposez section#exposez-au-congres-des-architectes-de-reims a.adroite {
    float: none;
  }
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .exposez section#exposez-au-congres-des-architectes-de-reims a.agauche {
    float: none;
  }
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.pasDeMarges {
  margin: 0 auto!important;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.compact:hover {
  color: white;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a.principal {
  display: inline-block;
  margin-top: 20px;
}
.exposez section#exposez-au-congres-des-architectes-de-reims a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.exposez section#exposez-au-congres-des-architectes-de-reims ul li a {
  border-color: black;
  color: white;
  background-color: black;
  display: flex;
}
.exposez section#temoignages {
  padding: 0 0 80px;
  background: #e6e6e6;
  margin-bottom: 100px;
}
.exposez section#temoignages > img {
  width: 100%;
}
.exposez section#temoignages article {
  margin-top: -50px;
  position: relative;
  background-color: white;
  max-width: 590px;
  padding: 20px 60px 10px;
  border-radius: 30px;
  text-align: center;
}
.exposez section#temoignages article h2 {
  display: none;
}
.exposez section#temoignages article:before,
.exposez section#temoignages article:after {
  content: '';
  display: block;
  width: 80px;
  height: 61px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.exposez section#temoignages article:before {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/guillemet_g.svg') no-repeat;
  background-size: contain;
  left: -150px;
}
.exposez section#temoignages article:after {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/guillemet_d.svg') no-repeat;
  background-size: contain;
  right: -150px;
}
@media screen and (max-width: 880px) {
  .exposez section#temoignages article i br {
    display: initial;
  }
  .exposez section#temoignages article:before,
  .exposez section#temoignages article:after {
    width: 30px;
    height: 20px;
  }
  .exposez section#temoignages article:before {
    left: -10px;
  }
  .exposez section#temoignages article:after {
    right: -10px;
  }
}
.exposez section#pourquoi-exposer h2 {
  text-align: center;
  color: #e40041;
}
.exposez section#pourquoi-exposer ul.spip li {
  max-width: 730px;
  padding: 80px 0 0 80px;
  margin: 0 auto 50px;
  /* Pictos */
}
.exposez section#pourquoi-exposer ul.spip li:before {
  display: none;
}
.exposez section#pourquoi-exposer ul.spip li strong {
  display: block;
}
.exposez section#pourquoi-exposer ul.spip li strong i {
  color: #e40041;
  font-style: normal;
}
.exposez section#pourquoi-exposer ul.spip li:nth-child(1) {
  background: url(//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_accroitre.svg) no-repeat top left;
}
.exposez section#pourquoi-exposer ul.spip li:nth-child(2) {
  background: url(//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_leads.svg) no-repeat top left;
}
.exposez section#pourquoi-exposer ul.spip li:nth-child(3) {
  background: url(//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_lancement.svg) no-repeat top left;
}
.exposez section#pourquoi-exposer ul.spip li:nth-child(4) {
  background: url(//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_echanges.svg) no-repeat top left;
}
.exposez section#pourquoi-exposer ul.spip li:nth-child(5) {
  background: url(//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_positionnement.svg) no-repeat top left;
}
@media screen and (min-width: 880px) {
  .exposez section#pourquoi-exposer ul.spip li:nth-child(odd) {
    padding-right: 200px;
  }
  .exposez section#pourquoi-exposer ul.spip li:nth-child(even) {
    padding-left: 280px;
    background-position: top left 200px;
  }
}
.exposez section#vous-etes-interesse {
  margin: 50px 0;
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/banniere_cta_exposez.jpg') no-repeat center;
  background-size: cover;
}
.exposez section#vous-etes-interesse h2 {
  text-align: center;
  color: white;
}
.exposez section#vous-etes-interesse h2 em {
  color: white;
}
.exposez section#vous-etes-interesse p {
  margin: auto;
}
.exposez section#vous-etes-interesse a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
  margin: 20px auto;
}
.exposez section#vous-etes-interesse a i,
.exposez section#vous-etes-interesse a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.exposez section#vous-etes-interesse a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.exposez section#vous-etes-interesse a i.red {
  color: red !important;
}
.exposez section#vous-etes-interesse a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .exposez section#vous-etes-interesse a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.exposez section#vous-etes-interesse a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.exposez section#vous-etes-interesse a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .exposez section#vous-etes-interesse a em {
    display: none;
  }
}
.exposez section#vous-etes-interesse a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.exposez section#vous-etes-interesse a.grand span {
  line-height: 22px;
}
.exposez section#vous-etes-interesse a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.exposez section#vous-etes-interesse a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.exposez section#vous-etes-interesse a:hover i,
.exposez section#vous-etes-interesse a:hover span {
  color: white;
}
.exposez section#vous-etes-interesse a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.exposez section#vous-etes-interesse a.couleur span,
.exposez section#vous-etes-interesse a.couleur i {
  color: white;
}
.exposez section#vous-etes-interesse a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.exposez section#vous-etes-interesse a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .exposez section#vous-etes-interesse a.adroite {
    float: none;
  }
}
.exposez section#vous-etes-interesse a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .exposez section#vous-etes-interesse a.agauche {
    float: none;
  }
}
.exposez section#vous-etes-interesse a.pasDeMarges {
  margin: 0 auto!important;
}
.exposez section#vous-etes-interesse a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.exposez section#vous-etes-interesse a.compact:hover {
  color: white;
}
.exposez section#vous-etes-interesse a.principal {
  display: inline-block;
  margin-top: 20px;
}
.exposez section#vous-etes-interesse a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.exposez section#rencontres-et-ateliers h2 {
  color: #e40041;
}
@media (min-width: 880px) {
  .exposez section#rencontres-et-ateliers article {
    display: flex;
  }
  .exposez section#rencontres-et-ateliers article .logo {
    order: 2;
  }
  .exposez section#rencontres-et-ateliers article .texte {
    order: 1;
    margin-right: 80px;
  }
}
.exposez section#collecte-de-contacts h2 {
  color: #e40041;
}
@media (min-width: 880px) {
  .exposez section#collecte-de-contacts article {
    display: flex;
  }
  .exposez section#collecte-de-contacts article .texte {
    margin-left: 80px;
  }
}
.exposez section#partenaires-echangeons {
  padding: 0 0;
  margin-top: 80px;
  background: #e6e6e6;
}
.exposez section#partenaires-echangeons > img {
  width: 100%;
}
.exposez section#partenaires-echangeons h2 {
  color: #e40041;
  margin-top: 100px;
}
.exposez section#partenaires-echangeons h2 em {
  max-width: 650px;
  margin: auto;
}
.exposez section#partenaires-echangeons .documents {
  padding-bottom: 50px;
}
.exposez section#partenaires-echangeons .documents li:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_plan_commercialisation.svg') no-repeat;
  background-size: contain;
}
.exposez section#partenaires-echangeons .documents li:nth-child(2):before {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_fiches_techniques.svg') no-repeat;
  background-size: contain;
}
.exposez section#partenaires-echangeons .documents li:nth-child(2) a {
  border-color: black;
  color: white;
  background-color: black;
}
.exposez section#contact-partenaire {
  padding-top: 150px;
  margin-top: -150px;
  /* Styles de base pour le formulaire */
  /* Style pour chaque champ individuel */
  /* Champ textarea spécifique */
  /* Inputs */
  /* Taille spécifique pour le textarea pour qu'il occupe la hauteur totale des autres éléments */
  /* Media queries pour les petits écrans */
}
.exposez section#contact-partenaire h2 {
  text-align: center;
}
.exposez section#contact-partenaire h2 em {
  color: #e40041;
}
@media (min-width: 880px) {
  .exposez section#contact-partenaire {
    /* Alignement des groupes de champs */
  }
  .exposez section#contact-partenaire .formulaire_spip {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  .exposez section#contact-partenaire .editer-groupe {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }
}
.exposez section#contact-partenaire .editer {
  flex: 1 1 calc(50% - 20px);
  /* Permet de diviser les champs en deux colonnes */
  display: flex;
  flex-direction: column;
}
.exposez section#contact-partenaire .editer_textarea_1 {
  flex: 1 1 100%;
  /* Champ textarea occupe toute la largeur disponible */
}
.exposez section#contact-partenaire input,
.exposez section#contact-partenaire textarea {
  border-radius: 10px;
}
.exposez section#contact-partenaire input:focus,
.exposez section#contact-partenaire textarea:focus {
  border: 2px solid black;
  color: black;
}
.exposez section#contact-partenaire textarea {
  resize: vertical;
  min-height: 150px;
}
.exposez section#contact-partenaire button[type="submit"] {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  border-color: black;
  color: white;
  background-color: black;
  margin: auto;
}
.exposez section#contact-partenaire button[type="submit"] i,
.exposez section#contact-partenaire button[type="submit"] span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.exposez section#contact-partenaire button[type="submit"] i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.exposez section#contact-partenaire button[type="submit"] i.red {
  color: red !important;
}
.exposez section#contact-partenaire button[type="submit"] i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .exposez section#contact-partenaire button[type="submit"] i {
    font-size: 18px;
    line-height: 22px;
  }
}
.exposez section#contact-partenaire button[type="submit"] span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.exposez section#contact-partenaire button[type="submit"] em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .exposez section#contact-partenaire button[type="submit"] em {
    display: none;
  }
}
.exposez section#contact-partenaire button[type="submit"] big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.exposez section#contact-partenaire button[type="submit"].grand span {
  line-height: 22px;
}
.exposez section#contact-partenaire button[type="submit"].grand i {
  font-size: 40px;
  color: #e94e1d;
}
.exposez section#contact-partenaire button[type="submit"]:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.exposez section#contact-partenaire button[type="submit"]:hover i,
.exposez section#contact-partenaire button[type="submit"]:hover span {
  color: white;
}
.exposez section#contact-partenaire button[type="submit"].couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.exposez section#contact-partenaire button[type="submit"].couleur span,
.exposez section#contact-partenaire button[type="submit"].couleur i {
  color: white;
}
.exposez section#contact-partenaire button[type="submit"].couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.exposez section#contact-partenaire button[type="submit"].adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .exposez section#contact-partenaire button[type="submit"].adroite {
    float: none;
  }
}
.exposez section#contact-partenaire button[type="submit"].agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .exposez section#contact-partenaire button[type="submit"].agauche {
    float: none;
  }
}
.exposez section#contact-partenaire button[type="submit"].pasDeMarges {
  margin: 0 auto!important;
}
.exposez section#contact-partenaire button[type="submit"].compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.exposez section#contact-partenaire button[type="submit"].compact:hover {
  color: white;
}
.exposez section#contact-partenaire button[type="submit"].principal {
  display: inline-block;
  margin-top: 20px;
}
.exposez section#contact-partenaire button[type="submit"]:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.exposez section#contact-partenaire button[type="submit"] span {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (max-width: 880px) {
  .exposez section#contact-partenaire .formulaire_spip,
  .exposez section#contact-partenaire .editer-groupe {
    flex-direction: column;
  }
  .exposez section#contact-partenaire .editer {
    flex: 1 1 100%;
    /* Chaque champ occupe 100% de la largeur */
  }
  .exposez section#contact-partenaire .editer_textarea_1 {
    min-height: 200px;
    /* Augmente la hauteur du textarea pour les petits écrans */
  }
}
body.dates-acces-plan {
  /* Rejoindre le Centre des Congrès */
  /* infos pratiques */
  /* Plan d'accès au Centre des Congrès */
}
body.dates-acces-plan #intro h2 {
  color: black;
}
body.dates-acces-plan #intro p {
  text-align: center;
}
body.dates-acces-plan #intro p strong {
  font-size: 2.5rem;
  line-height: 3.8rem;
  display: block;
}
body.dates-acces-plan #intro a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  border-color: black;
  color: white;
  background-color: black;
  margin: 20px;
  display: inline-block;
}
body.dates-acces-plan #intro a i,
body.dates-acces-plan #intro a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
body.dates-acces-plan #intro a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
body.dates-acces-plan #intro a i.red {
  color: red !important;
}
body.dates-acces-plan #intro a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  body.dates-acces-plan #intro a i {
    font-size: 18px;
    line-height: 22px;
  }
}
body.dates-acces-plan #intro a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
body.dates-acces-plan #intro a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  body.dates-acces-plan #intro a em {
    display: none;
  }
}
body.dates-acces-plan #intro a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
body.dates-acces-plan #intro a.grand span {
  line-height: 22px;
}
body.dates-acces-plan #intro a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
body.dates-acces-plan #intro a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
body.dates-acces-plan #intro a:hover i,
body.dates-acces-plan #intro a:hover span {
  color: white;
}
body.dates-acces-plan #intro a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
body.dates-acces-plan #intro a.couleur span,
body.dates-acces-plan #intro a.couleur i {
  color: white;
}
body.dates-acces-plan #intro a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
body.dates-acces-plan #intro a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  body.dates-acces-plan #intro a.adroite {
    float: none;
  }
}
body.dates-acces-plan #intro a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  body.dates-acces-plan #intro a.agauche {
    float: none;
  }
}
body.dates-acces-plan #intro a.pasDeMarges {
  margin: 0 auto!important;
}
body.dates-acces-plan #intro a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
body.dates-acces-plan #intro a.compact:hover {
  color: white;
}
body.dates-acces-plan #intro a.principal {
  display: inline-block;
  margin-top: 20px;
}
body.dates-acces-plan #intro a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
body.dates-acces-plan #intro a + a {
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
body.dates-acces-plan #article_186 {
  text-align: center;
}
body.dates-acces-plan #article_186 h2 em {
  display: block;
}
body.dates-acces-plan #article_186 p {
  margin: 20px auto;
}
body.dates-acces-plan #article_186 p i {
  font-style: normal;
  color: #e40041;
  font-weight: bold;
}
body.dates-acces-plan #article_186 a {
  margin: 50px auto;
}
@media screen and (min-width: 880px) {
  body.dates-acces-plan #article_186 ul {
    display: flex;
    margin: 80px auto 0;
  }
}
body.dates-acces-plan #article_186 ul li {
  list-style: none;
  margin: 0 2% 80px;
  padding-top: 160px;
  padding-left: 0;
}
@media screen and (min-width: 880px) {
  body.dates-acces-plan #article_186 ul li {
    width: 28%;
  }
}
body.dates-acces-plan #article_186 ul li:before {
  display: none;
}
body.dates-acces-plan #article_186 ul li > strong {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  color: #e40041;
}
body.dates-acces-plan #article_186 ul li > strong:after {
  content: '';
  display: block;
  margin: 20px auto;
  height: 2px;
  width: 20px;
  background-color: #e40041;
}
body.dates-acces-plan #article_186 ul li:first-of-type {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_velo.svg') no-repeat top center;
  background-size: 130px;
}
body.dates-acces-plan #article_186 ul li:nth-of-type(2) {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_transports_commun.svg') no-repeat top center;
  background-size: 130px;
}
body.dates-acces-plan #article_186 ul li:last-of-type {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_taxi.svg') no-repeat top center;
  background-size: 130px;
}
body.dates-acces-plan #article_212 li i {
  color: #e40041;
  font-style: normal;
  font-weight: bold;
}
body.dates-acces-plan #article_187 {
  text-align: center;
}
body.venir-a-angers #intro h1 {
  display: block;
}
body.venir-a-angers #intro .centre {
  margin-bottom: 0;
}
@media screen and (min-width: 880px) {
  body.venir-a-angers section article.normal .texte > div {
    display: flex;
    gap: 50px;
  }
}
body.venir-a-angers section article.normal .texte > div .chapo p {
  font-weight: normal;
}
body.venir-a-angers section article.normal .texte > div .chapo p:first-of-type {
  font-weight: 600;
}
body.venir-a-angers section article.normal .texte > div div {
  flex: 1;
}
@media screen and (min-width: 880px) {
  body.venir-a-angers section article.normal .texte > div h2 {
    padding-top: 100px;
  }
}
body.venir-a-angers section article.normal .texte > div > div:last-child {
  background-color: #f6f6f6;
  max-width: 450px;
  padding: 10px;
}
@media screen and (min-width: 880px) {
  body.venir-a-angers section article.normal .texte > div > div:last-child {
    padding: 20px;
  }
}
body.venir-a-angers section article.normal .texte > div ul li {
  margin: 0 0 30px;
}
body.venir-a-angers section article.normal .texte > div ul li:before {
  display: none;
}
body.venir-a-angers section article.normal .texte > div ul li br.manualbr {
  display: none;
}
body.venir-a-angers section article.normal .texte > div ul li strong {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
body.venir-a-angers section article.normal .texte > div ul li strong i {
  font-style: normal;
  color: #e40041;
}
body.venir-a-angers section article.normal#article_188 .texte > div > div:first-child,
body.venir-a-angers section article.normal#article_190 .texte > div > div:first-child {
  order: 2;
}
body.venir-a-angers section article.normal#article_188 .texte > div > div:last-child,
body.venir-a-angers section article.normal#article_190 .texte > div > div:last-child {
  order: 1;
}
body.venir-a-angers section article.normal#article_188 {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_train.svg') no-repeat bottom right 15%;
  background-size: 330px;
}
body.venir-a-angers section article.normal#article_189 {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_voiture.svg') no-repeat bottom left 15%;
  background-size: 330px;
}
body.venir-a-angers section article.normal#article_190 {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_avion.svg') no-repeat bottom right 15%;
  background-size: 330px;
}
.partenaires section article {
  max-width: 850px;
  margin: 0 auto 100px;
}
.partenaires section article h1 strong,
.partenaires section article h2 strong {
  color: #e40041;
}
.partenaires section article h1,
.partenaires section article h2,
.partenaires section article p {
  text-align: center;
}
.partenaires section article p {
  font-weight: 400;
}
.partenaires section article .texte a.spip_in,
.partenaires section article .texte a.spip_ancre {
  margin: 40px auto 20px;
}
.partenaires section article .texte a.spip_in + a.spip_in,
.partenaires section article .texte a.spip_ancre + a.spip_in,
.partenaires section article .texte a.spip_in + a.spip_ancre,
.partenaires section article .texte a.spip_ancre + a.spip_ancre {
  margin-top: 15px;
}
section.partenaires {
  margin-bottom: 100px;
}
section.partenaires h2 {
  text-align: center;
}
.congres {
  /* Découvrir le congrès */
  /* Un programme riche & captivant */
  /* Chiffres clés */
  /* Zone d'expo */
  /* Inscrivez-vous dès maintenant */
  /* Reims */
  /* Prix & concours */
}
.congres h1 {
  display: none;
}
.congres #rendez-vous-annuel article {
  margin-top: 0;
}
.congres #programme-riche-captivant h2 em {
  display: inline;
}
.congres #programme-riche-captivant ul {
  margin: 80px auto auto;
}
.congres #programme-riche-captivant ul li img {
  left: 45%;
  transform: translateX(-75%);
}
.congres #chiffres-cles {
  background: #f6f6f6;
  margin-top: 80px;
  margin-bottom: 150px;
}
.congres #chiffres-cles article {
  margin-top: 40px;
}
.congres #chiffres-cles ul + .spip_document figure {
  margin-bottom: -75px;
}
.congres #chiffres-cles ul,
.congres #programme-riche-captivant ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.congres #chiffres-cles ul li,
.congres #programme-riche-captivant ul li {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  padding: 65px 0 0 0;
  margin: 0 40px 40px;
}
.congres #chiffres-cles ul li:before,
.congres #programme-riche-captivant ul li:before {
  display: none;
}
.congres #chiffres-cles ul li p,
.congres #programme-riche-captivant ul li p {
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}
.congres #chiffres-cles ul li img,
.congres #programme-riche-captivant ul li img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (min-width: 600px) {
  .congres #chiffres-cles ul li img,
  .congres #programme-riche-captivant ul li img {
    left: 20px;
  }
}
.congres #chiffres-cles ul li strong,
.congres #programme-riche-captivant ul li strong {
  font-weight: 800;
  color: #e40041;
  font-size: 3.5rem;
  line-height: 5rem;
  display: block;
  position: relative;
  z-index: 2;
}
.congres #zone-exposition h2 {
  color: black;
}
.congres #zone-exposition h2 em {
  display: inline;
  color: #e40041;
}
.congres #zone-exposition article {
  flex-wrap: wrap;
}
.congres #zone-exposition article .ps {
  order: 3;
  width: 100%;
  margin-right: 0;
  margin-top: 150px;
  padding-bottom: 50px;
}
.congres #zone-exposition article .ps ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-bottom: 50px;
}
.congres #zone-exposition article .ps ul li {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 185px;
  height: 185px;
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
.congres #zone-exposition article .ps ul li:before {
  display: none;
}
.congres #zone-exposition article .ps ul li p {
  display: block;
}
.congres #zone-exposition article .ps ul li p strong {
  color: #e40041;
  display: block;
}
.congres #zone-exposition article .ps ul li .spip_document_image {
  margin-top: 5px;
}
.congres #zone-exposition article .ps p {
  text-align: center;
  margin: auto;
}
@media (min-width: 600px) {
  .congres #zone-exposition article .ps p {
    display: flex;
    justify-content: center;
  }
}
.congres #zone-exposition article .ps p a {
  margin: 40px auto;
}
@media (min-width: 600px) {
  .congres #zone-exposition article .ps p a {
    margin: 40px 20px;
  }
}
.congres #zone-exposition article .ps p a:first-of-type {
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.congres #inscrivez-vous h2 em {
  display: inline;
}
.congres.congres-de-angers #intro {
  display: none;
}
.congres.congres-de-angers #reims-capitale-champagne {
  margin-top: 50px;
}
.congres.congres-de-angers #video {
  background-color: #f6f6f6;
  margin-top: 80px;
}
.congres.congres-de-angers #video article {
  margin-top: -80px;
}
.congres.congres-de-angers #video article .texte {
  display: block;
}
.congres.prix-et-concours #intro {
  padding-bottom: 0;
}
.congres.prix-et-concours #intro h1 {
  display: block;
}
.congres.prix-et-concours #intro .wrapper.centre {
  margin-bottom: 0;
}
.congres.prix-et-concours #introduction-prix {
  padding-top: 0;
}
.congres.prix-et-concours #introduction-prix div p:first-of-type {
  margin-top: 0;
}
.congres.prix-et-concours #prix-ecca-unsfa,
.congres.prix-et-concours #trophee-qualitel,
.congres.prix-et-concours #ppc {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 100px;
}
.congres.prix-et-concours .image_a_gauche,
.congres.prix-et-concours .image_a_droite {
  margin-top: 0;
}
.congres.prix-et-concours .image_a_gauche .texte,
.congres.prix-et-concours .image_a_droite .texte {
  margin: 75px auto auto;
}
@media (min-width: 880px) {
  .congres.prix-et-concours .image_a_gauche .ps,
  .congres.prix-et-concours .image_a_droite .ps {
    padding: 60px 40px 50px;
  }
}
.congres.prix-et-concours .image_a_gauche .ps h3,
.congres.prix-et-concours .image_a_droite .ps h3 {
  margin-bottom: 0;
  margin-top: 3rem;
}
.congres.prix-et-concours .image_a_gauche .ps h3:first-of-type,
.congres.prix-et-concours .image_a_droite .ps h3:first-of-type {
  border-top: 1px solid #575757;
  padding-top: 50px;
}
.congres.prix-et-concours .image_a_gauche .ps .spip_document_file:first-of-type,
.congres.prix-et-concours .image_a_droite .ps .spip_document_file:first-of-type {
  margin-top: 60px;
}
.congres.prix-et-concours .image_a_gauche .ps .spip_document_file a,
.congres.prix-et-concours .image_a_droite .ps .spip_document_file a {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_telecharger.svg') no-repeat center right 15px #e40041;
  padding-right: 50px;
}
.congres.prix-et-concours .image_a_gauche .ps .spip_document_file + .spip_document_file a,
.congres.prix-et-concours .image_a_droite .ps .spip_document_file + .spip_document_file a {
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/picto_telecharger.svg') no-repeat center right 15px #000000;
  padding-right: 50px;
}
.congres.prix-ecca-candidature header + #banniere,
.congres.prix-ppc-candidature header + #banniere,
.congres.prix-ecca-dossier header + #banniere,
.congres.prix-ppc-dossier header + #banniere {
  margin-top: 0 !important;
}
.congres.prix-ecca-candidature article .spip_document_file a,
.congres.prix-ppc-candidature article .spip_document_file a,
.congres.prix-ecca-dossier article .spip_document_file a,
.congres.prix-ppc-dossier article .spip_document_file a {
  margin: 20px auto;
}
.congres.prix-ecca-candidature .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-candidature .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-dossier .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-dossier .formulaire_spip form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-candidature .formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-candidature .formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-dossier .formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-dossier .formulaire form div.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-candidature .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-candidature .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-dossier .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-dossier .formulaire_spip form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-candidature .formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-candidature .formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-dossier .formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-dossier .formulaire form li.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-candidature .formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-candidature .formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-dossier .formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-dossier .formulaire_spip form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-candidature .formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-candidature .formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-dossier .formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ppc-dossier .formulaire form fieldset.editer input:not(.radio):not(.checkbox):not(.submit):not(.palette),
.congres.prix-ecca-candidature .formulaire_spip form div.editer textarea,
.congres.prix-ppc-candidature .formulaire_spip form div.editer textarea,
.congres.prix-ecca-dossier .formulaire_spip form div.editer textarea,
.congres.prix-ppc-dossier .formulaire_spip form div.editer textarea,
.congres.prix-ecca-candidature .formulaire form div.editer textarea,
.congres.prix-ppc-candidature .formulaire form div.editer textarea,
.congres.prix-ecca-dossier .formulaire form div.editer textarea,
.congres.prix-ppc-dossier .formulaire form div.editer textarea,
.congres.prix-ecca-candidature .formulaire_spip form li.editer textarea,
.congres.prix-ppc-candidature .formulaire_spip form li.editer textarea,
.congres.prix-ecca-dossier .formulaire_spip form li.editer textarea,
.congres.prix-ppc-dossier .formulaire_spip form li.editer textarea,
.congres.prix-ecca-candidature .formulaire form li.editer textarea,
.congres.prix-ppc-candidature .formulaire form li.editer textarea,
.congres.prix-ecca-dossier .formulaire form li.editer textarea,
.congres.prix-ppc-dossier .formulaire form li.editer textarea,
.congres.prix-ecca-candidature .formulaire_spip form fieldset.editer textarea,
.congres.prix-ppc-candidature .formulaire_spip form fieldset.editer textarea,
.congres.prix-ecca-dossier .formulaire_spip form fieldset.editer textarea,
.congres.prix-ppc-dossier .formulaire_spip form fieldset.editer textarea,
.congres.prix-ecca-candidature .formulaire form fieldset.editer textarea,
.congres.prix-ppc-candidature .formulaire form fieldset.editer textarea,
.congres.prix-ecca-dossier .formulaire form fieldset.editer textarea,
.congres.prix-ppc-dossier .formulaire form fieldset.editer textarea {
  color: #575757;
}
/* Programme */
body.programme {
  /* Timeline */
}
body.programme #intro a.spip_doc_lien {
  margin: 10px auto;
}
body.programme #article_167,
body.programme #article_168,
body.programme #article_210,
body.programme #article_211 {
  margin: 0 auto;
}
body.programme #article_167 .texte > div,
body.programme #article_168 .texte > div,
body.programme #article_210 .texte > div,
body.programme #article_211 .texte > div {
  width: 100%;
  max-width: 650px;
}
body.programme #article_167 ul,
body.programme #article_168 ul,
body.programme #article_210 ul,
body.programme #article_211 ul {
  width: 100%;
}
body.programme #article_167 ul li,
body.programme #article_168 ul li,
body.programme #article_210 ul li,
body.programme #article_211 ul li {
  margin-bottom: 15px;
}
body.programme #article_167 ul li i,
body.programme #article_168 ul li i,
body.programme #article_210 ul li i,
body.programme #article_211 ul li i {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  font-weight: bold;
  color: #575757;
}
body.programme #article_167 ul li i:nth-of-type(2),
body.programme #article_168 ul li i:nth-of-type(2),
body.programme #article_210 ul li i:nth-of-type(2),
body.programme #article_211 ul li i:nth-of-type(2) {
  color: #575757;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
body.programme #article_167 ul li strong,
body.programme #article_168 ul li strong,
body.programme #article_210 ul li strong,
body.programme #article_211 ul li strong {
  color: #e40041;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.partenaire section article {
  max-width: 800px;
}
.partenaire section article.encart {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f1f2f2;
}
@media screen and (min-width: 600px) {
  .partenaire section article.encart {
    display: flex;
    height: 250px;
  }
}
.partenaire section article.encart img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: white;
}
@media screen and (min-width: 600px) {
  .partenaire section article.encart img {
    width: 300px;
  }
}
.partenaire section article.encart .texte {
  padding: 20px 40px;
  font-weight: bold;
  display: block;
}
.partenaire section article.encart .texte h1 {
  color: black;
  text-align: left;
  font-size: 2.5rem;
  line-height: 3.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.partenaire section article.encart .texte p {
  text-align: left;
  margin: 10px auto 20px;
}
.partenaire section article.encart .texte p:first-of-type {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
}
.partenaire section article.encart .texte a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.partenaire section article.encart .texte a i,
.partenaire section article.encart .texte a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.partenaire section article.encart .texte a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.partenaire section article.encart .texte a i.red {
  color: red !important;
}
.partenaire section article.encart .texte a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .partenaire section article.encart .texte a i {
    font-size: 18px;
    line-height: 22px;
  }
}
.partenaire section article.encart .texte a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.partenaire section article.encart .texte a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .partenaire section article.encart .texte a em {
    display: none;
  }
}
.partenaire section article.encart .texte a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.partenaire section article.encart .texte a.grand span {
  line-height: 22px;
}
.partenaire section article.encart .texte a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
.partenaire section article.encart .texte a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.partenaire section article.encart .texte a:hover i,
.partenaire section article.encart .texte a:hover span {
  color: white;
}
.partenaire section article.encart .texte a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.partenaire section article.encart .texte a.couleur span,
.partenaire section article.encart .texte a.couleur i {
  color: white;
}
.partenaire section article.encart .texte a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.partenaire section article.encart .texte a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .partenaire section article.encart .texte a.adroite {
    float: none;
  }
}
.partenaire section article.encart .texte a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .partenaire section article.encart .texte a.agauche {
    float: none;
  }
}
.partenaire section article.encart .texte a.pasDeMarges {
  margin: 0 auto!important;
}
.partenaire section article.encart .texte a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.partenaire section article.encart .texte a.compact:hover {
  color: white;
}
.partenaire section article.encart .texte a.principal {
  display: inline-block;
  margin-top: 20px;
}
.partenaire section article.encart .texte a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.partenaire section article p {
  text-align: left;
  margin: 40px auto;
}
.legal section article:first-child {
  max-width: 850px;
  margin: 0 auto 100px;
}
.legal section article:first-child h1 strong,
.legal section article:first-child h2 strong {
  color: #e40041;
}
.legal section article:first-child h1,
.legal section article:first-child h2,
.legal section article:first-child p {
  text-align: center;
}
.legal section article:first-child p {
  font-weight: 400;
}
.legal section article:first-child .texte a.spip_in,
.legal section article:first-child .texte a.spip_ancre {
  margin: 40px auto 20px;
}
.legal section article:first-child .texte a.spip_in + a.spip_in,
.legal section article:first-child .texte a.spip_ancre + a.spip_in,
.legal section article:first-child .texte a.spip_in + a.spip_ancre,
.legal section article:first-child .texte a.spip_ancre + a.spip_ancre {
  margin-top: 15px;
}
.legal section article:last-child {
  margin-bottom: 100px;
}
.legal h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 4rem 0 2rem;
  color: #e40041;
}
.scan ul li {
  list-style: none;
}
.scan .avatar {
  display: none;
}
.scan img,
.scan table {
  margin: 20px auto;
}
.scan table th,
.scan table td {
  text-align: left;
  padding: 5px 10px;
}
.scan table tbody tr:nth-child(even) {
  background-color: #eee;
}
.scan table tbody tr td:nth-child(2) {
  color: #e40041;
  font-weight: bold;
}
@media screen and (max-width: 880px) {
  .scan table thead {
    display: none;
  }
  .scan table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .scan table tr td:nth-child(1),
  .scan table tr td:nth-child(2),
  .scan table tr td:nth-child(3) {
    width: 100%;
  }
  .scan table tr td:nth-child(4) img,
  .scan table tr td:nth-child(5) img {
    margin: auto;
  }
}
.scan .formulaire form div.editer textarea {
  color: black;
}
.scan .formulaire form div.editer textarea::placeholder {
  color: black;
}
.scan a.couleur {
  background-color: #e40041;
}
.scan.off {
  background-color: #e40041;
  color: white;
  padding-top: 40px;
}
.scan.off .page h1,
.scan.off .page p {
  color: white;
}
.scan.fiche,
.scan.collecte {
  color: black;
}
.scan.fiche:before,
.scan.collecte:before {
  content: '';
  display: block;
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/logo_cgs23.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  margin: -30px 0 20px;
}
.scan.fiche .page article,
.scan.collecte .page article {
  padding: 5px 15px;
  max-width: 400px;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.scan.fiche .page article h3,
.scan.collecte .page article h3,
.scan.fiche .page article p,
.scan.collecte .page article p {
  color: #e40041;
}
.scan.fiche .page article h3,
.scan.collecte .page article h3 {
  margin: 2rem 0;
}
.scan.fiche .page article p,
.scan.collecte .page article p {
  text-align: left;
}
.scan.fiche .page a,
.scan.collecte .page a {
  color: #e40041;
  border-color: white;
}
.scan.on {
  background-color: green;
  color: white;
  padding-top: 40px;
}
.scan.on .page p {
  color: white;
}
.scan.on .page a {
  color: white;
  border-color: white;
}
.vote .page {
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 0 10px;
}
.vote .page:before {
  content: '';
  display: block;
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/logo_unsfa.webp') no-repeat;
  background-size: contain;
  width: 120px;
  height: 90px;
  margin: 0 0 50px -10px;
}
.vote .page:after {
  content: "Assemblée Générale Vendredi 25 octobre Vote";
  display: block;
  position: absolute;
  top: 25px;
  right: 10px;
  text-align: right;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 500;
  max-width: 220px;
  border-right: 3px solid #e40041;
  padding-right: 10px;
}
.vote .page h1 {
  font-size: 2.2rem;
  line-height: 3.3rem;
}
.vote .page h2 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #e40041;
  margin-top: 40px;
}
.vote .page p strong,
.vote .page p.erreur {
  color: #e40041;
}
.vote .page small,
.vote .page span.obligatoire {
  display: none;
}
.vote .page select {
  font-size: 1.5rem;
  line-height: 2.2rem;
  border: 1px solid #ddd;
  padding: 5px;
}
.vote .page input[type='submit'] {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
}
.vote .page input[type='submit'] i,
.vote .page input[type='submit'] span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
.vote .page input[type='submit'] i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.vote .page input[type='submit'] i.red {
  color: red !important;
}
.vote .page input[type='submit'] i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .vote .page input[type='submit'] i {
    font-size: 18px;
    line-height: 22px;
  }
}
.vote .page input[type='submit'] span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
.vote .page input[type='submit'] em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .vote .page input[type='submit'] em {
    display: none;
  }
}
.vote .page input[type='submit'] big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.vote .page input[type='submit'].grand span {
  line-height: 22px;
}
.vote .page input[type='submit'].grand i {
  font-size: 40px;
  color: #e94e1d;
}
.vote .page input[type='submit']:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
.vote .page input[type='submit']:hover i,
.vote .page input[type='submit']:hover span {
  color: white;
}
.vote .page input[type='submit'].couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
.vote .page input[type='submit'].couleur span,
.vote .page input[type='submit'].couleur i {
  color: white;
}
.vote .page input[type='submit'].couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
.vote .page input[type='submit'].adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .vote .page input[type='submit'].adroite {
    float: none;
  }
}
.vote .page input[type='submit'].agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  .vote .page input[type='submit'].agauche {
    float: none;
  }
}
.vote .page input[type='submit'].pasDeMarges {
  margin: 0 auto!important;
}
.vote .page input[type='submit'].compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
.vote .page input[type='submit'].compact:hover {
  color: white;
}
.vote .page input[type='submit'].principal {
  display: inline-block;
  margin-top: 20px;
}
.vote .page input[type='submit']:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
.vote .page legend {
  font-weight: bold;
  margin-bottom: 10px;
}
.vote .page .choix {
  margin-bottom: 5px;
}
.vote .page p.boutons {
  margin-top: 20px;
}
body.photos h1 {
  text-align: center;
}
body.photos h1 + p {
  margin: auto;
  text-align: center;
}
#photos .grille > div {
  justify-content: center;
}
#photos .grille a article {
  margin: 0 10px 15px 0!important;
  height: 205px;
}
#photos .grille a article .logo {
  margin: 0;
  height: 130px;
}
#photos .grille a article .texte {
  border: 0;
}
#photos .grille a article .texte p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  width: 100%;
}
#photos .grille a:hover article .texte p {
  color: #e40041;
}
#galerie .grille > div {
  justify-content: center;
}
#galerie .grille a article {
  margin: 0 10px 15px 0!important;
  height: 129px;
}
#galerie .grille a article .logo {
  margin: 0;
  height: 130px;
}
#galerie .grille + .bouton {
  margin: 40px auto;
}
body.presse #intro p {
  font-weight: normal;
}
body.presse #intro p i {
  font-style: normal;
  font-weight: bold;
}
body.presse #accreditation-presse {
  margin-top: 100px;
}
body.presse #accreditation-presse:before {
  content: '';
  display: block;
  background: url('//www.congresdesarchis.com/plugins/balao_cgs2024/images/accreditation.svg') no-repeat;
  background-size: contain;
  width: 60px;
  height: 100px;
  margin: 0 auto;
}
body.presse #accreditation-presse article {
  margin-top: 40px;
}
body.presse #accreditation-presse h2 {
  color: #000;
  text-align: center;
}
body.presse #accreditation-presse h2 strong {
  color: #e40041;
}
body.presse #accreditation-presse a {
  border-radius: 4px;
  padding: 4px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
  color: #e6e6e6;
  cursor: pointer;
  /* Contenu du bouton */
  /* Icône */
  /* Texte */
  /* Partie du texte masquée sur petits écrans */
  /* Texte en gros */
  /* Gros boutons */
  /* Effet hover */
  /* Version colorée */
  /* Version qui flotte à droite */
  /* Version qui flotte à gauche */
  /* Sans marges */
  /* Version compacte */
  /* Version principale pour création d'espace */
  color: #e40041;
  padding: 15px 15px;
  border: 1px solid #e40041;
  border-radius: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 600;
  display: block;
  max-width: fit-content;
  background-color: #e40041;
  border-color: #e40041;
  color: white;
  margin: 40px auto;
}
body.presse #accreditation-presse a i,
body.presse #accreditation-presse a span {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}
body.presse #accreditation-presse a i {
  margin: -2px 3px 0 -12px;
  font-size: 32px;
  /* Preferred icon size */
  /* Support for all WebKit browsers. */
  /* Support for Safari and Chrome. */
  /* Support for Firefox. */
  /* Support for IE. */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
body.presse #accreditation-presse a i.red {
  color: red !important;
}
body.presse #accreditation-presse a i.black {
  color: black !important;
}
@media screen and (max-width: 600px) {
  body.presse #accreditation-presse a i {
    font-size: 18px;
    line-height: 22px;
  }
}
body.presse #accreditation-presse a span {
  font-size: 14px;
  line-height: 20px;
  line-height: 32px;
}
body.presse #accreditation-presse a em {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  body.presse #accreditation-presse a em {
    display: none;
  }
}
body.presse #accreditation-presse a big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
body.presse #accreditation-presse a.grand span {
  line-height: 22px;
}
body.presse #accreditation-presse a.grand i {
  font-size: 40px;
  color: #e94e1d;
}
body.presse #accreditation-presse a:hover {
  transform: scale(1.05);
  color: white;
  background-color: #e94e1d;
}
body.presse #accreditation-presse a:hover i,
body.presse #accreditation-presse a:hover span {
  color: white;
}
body.presse #accreditation-presse a.couleur {
  background-color: #e94e1d;
  border: 1px solid #e94e1d;
  color: white;
}
body.presse #accreditation-presse a.couleur span,
body.presse #accreditation-presse a.couleur i {
  color: white;
}
body.presse #accreditation-presse a.couleur:hover {
  background-color: #e94e1d;
  color: white;
  border-color: #e94e1d;
}
body.presse #accreditation-presse a.adroite {
  float: right;
  margin: 0 0 0 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  body.presse #accreditation-presse a.adroite {
    float: none;
  }
}
body.presse #accreditation-presse a.agauche {
  float: left;
  margin: 0 0 20px 20px;
  /* Version tablette */
}
@media screen and (max-width: 600px) {
  body.presse #accreditation-presse a.agauche {
    float: none;
  }
}
body.presse #accreditation-presse a.pasDeMarges {
  margin: 0 auto!important;
}
body.presse #accreditation-presse a.compact {
  border-radius: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 10px 5px 0 0;
}
body.presse #accreditation-presse a.compact:hover {
  color: white;
}
body.presse #accreditation-presse a.principal {
  display: inline-block;
  margin-top: 20px;
}
body.presse #accreditation-presse a:hover {
  background-color: #e40041;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}
body.presse #demande-de-tournage {
  background-color: #f6f6f6;
  margin-top: 200px;
}
body.presse #demande-de-tournage article {
  display: flex;
  flex-wrap: wrap;
  margin-top: -180px;
}
@media screen and (min-width: 880px) {
  body.presse #demande-de-tournage article .logo {
    width: 40%;
  }
}
body.presse #demande-de-tournage article h2 {
  color: #000;
}
body.presse #demande-de-tournage article h2 strong {
  color: #e40041;
}
body.presse #demande-de-tournage article h3 {
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 3.3rem;
  margin-bottom: 10px;
}
body.presse #demande-de-tournage article p strong {
  color: #e40041;
}
body.presse #demande-de-tournage article p a {
  color: black;
  font-weight: bold;
}
body.contenus-multimedia #intro .wrapper,
body.communiques #intro .wrapper {
  margin-bottom: 20px;
}
body.contenus-multimedia article,
body.communiques article {
  max-width: 800px;
  margin: 20px auto;
}
body.contenus-multimedia article .texte div,
body.communiques article .texte div {
  width: 100%;
}
/* Badges */
.scan {
  text-align: center;
  padding: 40px 10px 10px;
  /* Avatar */
  /* Infos complémentaires */
  /* Boutons */
  /* Validité */
}
.scan .avatar {
  margin: auto auto 10px;
}
.scan .avatar:not(.mini) {
  transform: scale(2);
  margin-bottom: 40px;
}
.scan p small {
  display: block;
  color: black;
}
.scan a.bouton {
  margin: 20px auto;
}
.scan.valide {
  background-color: green;
  color: white;
}
.scan.invalide {
  background-color: red;
  color: white;
}
.scan.a_confirmer {
  background-color: blue;
  color: white;
}
