/*
#@0
#@1
*/
@charset "UTF-8";
/* les styles spécifiques du plugin ice_inscription */
/* pour mémoire des breakpoints :
		--breakpoint-lg: 1024px; 
		--breakpoint-xl: 1440px; 
		--breakpoint-xxl: 1920px;
*/
/* KNACSS + xxl
$tiny: 320px !default;
$small: 414px !default;
$medium: 768px !default;
$large: 1024px !default;
$extra-large: 1440px !default;
$xxl: 1920px !default;
*/
/* BOOTSTRAP
$tiny: 400px !default;
$small: 576px !default;
$medium: 768px !default;
$large: 992px !default;
$extra-large: 1200px !default;
$xxl: 1520px !default;
*/
/* Acadaix / sq_gen */
/* Breakpoints pour la grille
_mixins.scss fourni en plus les  @include respond-to("medium-up") {...} */
/* Additionnal "utility" breakpoints aliases 
 ex. @include respond-to("medium-up") {...}  */
.formulaire_spip fieldset legend {
  text-align: left;
  background-color: transparent;
  border: none;
}
.acces_inscription h3 {
  margin-bottom: 0;
}
.iajax {
  margin-top: 2em;
}
.bouton_tous {
  float: right;
  margin-bottom: 1em;
  margin-left: 3rem;
}
div.dataTables_wrapper div.dataTables_filter {
  display: inline;
  margin-left: 2em;
}
.formulaire_spip, .formulaire_spip .editer > label, .formulaire_spip .explication {
  background-color: inherit;
  color: #000;
  font-size: 18px;
}
.bloc_formulaire {
  margin-bottom: 2em;
  padding: 2em 1rem;
  background-color: #DDD;
}
@media (min-width: 992px) {
  .bloc_formulaire {
    padding: 2em;
  }
}
.radio, .checkbox {
  /*display: inline;  */
  margin: 4px 5px 0 20px;
}
/* surcharge de la largeur de page pour le form d'inscription */
.page_inscriptions .col-md-8 {
  width: initial;
  max-width: 1200px;
  margin: auto;
  float: none;
}
.formulaire_inscription_ice.formulaire_spip {
  padding: initial;
}
.formulaire_inscription_ice .label {
  white-space: initial;
  text-align: left;
}
.formulaire_inscription_ice .bloc_formulaire input.text {
  width: 100%;
}
/* les ateliers dans le form d'inscription */
#bloc_ateliers .bloc_ateliers, #bloc_ateliers .bloc_base {
  width: calc(100% - 1rem);
}
@media (min-width: 992px) {
  #bloc_ateliers .bloc_ateliers, #bloc_ateliers .bloc_base {
    width: calc(50% - 1rem);
  }
}
#bloc_ateliers .choix {
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  background-color: #fff;
  padding: 0.5rem;
}
#bloc_ateliers .choix label {
  font-size: 1.85rem;
  font-weight: 600;
}
#bloc_ateliers .choix .details {
  font-size: 1.75rem;
  font-style: oblique;
}
#bloc_ateliers .choix .details a.mediabox {
  color: #555;
  margin-left: 2rem;
}
#bloc_ateliers .aucune_activite {
  font-size: 2rem;
  padding-left: 2rem;
  text-transform: capitalize;
}
#bloc_ateliers .txt_presentation {
  margin-bottom: 2rem;
}
.popin_atelier {
  /*font-size: 1.5rem;*/
  width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
}
.popin_atelier h2 {
  font-size: 2.5rem;
}
.important {
  font-weight: bold;
  font-size: 150%;
}
.invisible, .choix_ateliers.invisible {
  display: none;
}
/*#bloc_assurances .choix { float: right; }*/
.txt_presentation p {
  margin: 0px;
}
.formulaire_spip #bloc_repas input.text {
  width: 5em;
}
.formulaire_spip #bloc_bivouac input.text {
  width: 5em;
}
#affiche_total {
  background-color: #aaa !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2em;
  padding: 0 0.5em;
}
table.spip {
  margin-bottom: 2em;
}
table.spip thead {
  background-color: #777;
}
ul.groupe li {
  margin-bottom: 0;
}
ul.groupe > li > a:hover {
  background-color: #0cf;
}
blockquote.spip {
  color: #fff;
  background-color: #d9534f;
  background-image: none;
  border-color: #d43f3a;
}
blockquote.spip .gros {
  font-size: 2em;
}
.cadre_jour {
  border: 1px solid #777;
  background-color: #EEE;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.cadre_jour:first-of-type {
  margin-top: 2rem;
}
.choix_ateliers {
  display: flex;
  align-items: first baseline;
  margin-bottom: 2rem;
  justify-content: space-between;
  flex-direction: column;
}
.choix_ateliers > div {
  width: 50%;
}
@media (min-width: 992px) {
  .choix_ateliers {
    flex-direction: row;
  }
  .choix_ateliers > div {
    padding-left: 2rem;
  }
}
.titre_choix {
  font-size: 2.5rem;
}
.titre_choix {
  cursor: pointer;
}
.img_atelier {
  float: left;
  margin: 1rem 2rem 2rem 1rem;
}
h3.auteur_inscription {
  margin: 4rem 0 2rem;
}
.liste_chef .table {
  margin-bottom: 0;
}
.liste_chef caption {
  background-color: var(--c_blanc);
}
.crayon-html {
  z-index: 9999;
}
.popin_atelier a {
  color: #0257ca;
}
/* forms logins des pages d'admin 
.page_tableau_de_bord #formulaire_login .editer label,
.page_validations #formulaire_login .editer label,
.page_recapitulatif #formulaire_login .editer label { 
	color: #000; 
}
*/
/* form création de compte */
.page_inscriptions .creation_compte, .page_inscriptions .acces_inscription {
  padding: 2rem;
  border: solid 1px #CCC;
  background-color: #EEE;
  border-radius: 0.5rem;
  margin-bottom: 4rem;
}
.page_inscriptions .creation_compte select {
  width: auto;
  max-width: 100%;
}
.page_inscriptions .creation_compte .h4-like.si_SMS {
  border: 3px solid #24a624;
  background-color: rgba(87, 232, 47, 0.3);
}
.page_inscriptions #formulaire_login label {
  color: #000;
}
.page_inscriptions .editer_password label:after {
  content: " (6 caractères minimum)";
}
.page_inscriptions .formulaire_login .boutons, .page_inscriptions .formulaire_inscription .boutons {
  font-size: var(--font-size-h2);
  margin-top: 1rem;
}
/* form login de la page de creation de compte */
.mobile_envoye {
  margin-top: 2rem;
}
body#page-top {
  background-color: #ffffff;
  color: #000 !important;
}
nav.navbar {
  background-color: #000000;
  padding: 0;
  width: 100%;
}
div.navbar-header a, div#footer a {
  color: #3A75D1 !important;
}
/* Tableau de bord */
#tableau_de_bord {
  margin-top: 2rem;
}
.page_tableau_de_bord main.main {
  font-size: 1.5rem;
}
.page_tableau_de_bord .bloc_bivouac {
  float: right;
  margin-right: 5rem;
}
.ateliers_jour {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
}
.tableau_ateliers {
  display: table;
  padding-left: 0;
}
.tableau_ateliers li {
  display: table-row;
}
.tableau_ateliers li:first-of-type {
  font-size: 120%;
  font-weight: 700;
}
.tableau_ateliers li > div {
  display: table-cell;
  padding: 0.5rem 1rem;
  border-top: solid #DDD 1px;
  vertical-align: middle;
}
.tableau_ateliers li {
  background-color: #FEFF7F;
}
.tableau_ateliers li:nth-of-type(2n) div {
  background-color: #EEE;
}
.tableau_ateliers li:nth-of-type(2n + 1) div {
  background-color: #FFF;
}
.tableau_ateliers .c_atelier {
  border-right: solid #DDD 1px;
}
.tableau_ateliers .c_atelier .no_edit {
  color: #777;
}
.tableau_ateliers .rang {
  cursor: move;
}
.c_places {
  white-space: nowrap;
}
.a_details {
  display: flex;
  justify-content: space-between;
}
.center {
  text-align: center;
}
.table-hover > tbody > tr:hover {
  background-color: #B4B2B2 !important;
}
#indicatif {
  width: 4rem;
}
#tableau_recapitulatif th {
  width: 25%;
}
#tableau_recapitulatif td {
  width: 75%;
}
#recherche_inscrit {
  float: left;
  background-color: #EEE;
  border: solid 1px #777;
  margin: 4em 1em 0;
  padding: 0.5em;
}
#tableau_ateliers {
  text-align: center;
}
.submit {
  background: #666;
  border: medium none;
  border-radius: 8px;
  color: #eee;
  padding: 10px 15px;
}
a.liste_chef {
  color: #3A75D1;
}
td.c_note p {
  font-size: 14px;
}
.bouton_monocolonne {
  float: right;
}
.bouton_monocolonne a {
  color: #000;
}
/* adaptations pour affichages dans une modale */
.lity-content #tableau_de_bord {
  margin-top: 20px;
}
.formulaire_gamumail .markItUp .markItUpHeader ul a em {
  width: 2rem;
  height: 2rem;
}
/* page paiement */
h2.titre_paiement {
  font-size: 4rem;
}
#formulaire_mode_paiement {
  text-align: center;
}
#formulaire_mode_paiement .selectionnez {
  font-size: var(--font-size-h2);
}
.secu_stripe {
  margin-top: 2rem;
  color: #6772e5;
}
.secu_stripe svg {
  fill: #6772e5;
}
.payer_stripe {
  margin-right: auto;
  margin-left: auto;
}
.payer_stripe p.h4 {
  display: none;
}
.payer_stripe button.submit {
  background-color: #DDD;
  width: 400px;
  height: 100px;
  font-size: 30px;
}
.payer_stripe button.submit:hover {
  background-color: #AAA;
}
.payer_stripe button.submit .logo {
  min-width: 120px;
}
.payer_stripe .info {
  border: none;
  background-color: unset;
}
.retour_bank .main, .retour_bank a {
  font-size: 30px;
}
.retour_bank .lien_retour {
  color: #0257ca;
  margin-top: 6rem;
  display: block;
}
.retour_bank .cadre_ref {
  padding: 2rem;
  background-color: #EEE;
  color: #777;
  margin-top: 2rem;
}
.retour_bank .gros {
  font-size: 1.2em;
  color: #000;
}
.inscription_ok {
  border: 3px solid #24a624;
  background-color: rgba(87, 232, 47, 0.3);
}
/* page temps_reel */
.page_temps_reel .rapport_ok {
  border: 3px solid #24a624;
  background-color: rgba(87, 232, 47, 0.3);
}
.page_temps_reel .rapport_ko {
  border: 3px solid #f70324;
  background-color: rgba(232, 47, 103, 0.3);
}
.page_temps_reel .rapport_ko_ok {
  border: 3px solid #383838;
  background-color: rgba(170, 169, 170, 0.3);
}
.page_temps_reel .un_rapport {
  padding: 1rem;
  font-size: 2rem;
  margin: 2rem;
  display: flex;
  align-items: center;
}
.page_temps_reel .un_rapport .titre {
  width: 50%;
}
.page_temps_reel .main.flex, .page_temps_reel .main.flex .ajaxbloc {
  display: flex;
  padding: 2rem;
  width: 100%;
}
.page_temps_reel .lien_sec {
  color: #0257ca;
  margin-left: 2rem;
}
.page_temps_reel .w50pc {
  width: 100%;
}
@media (min-width: 768px) {
  .page_temps_reel .w50pc {
    width: 50%;
  }
}
/* page validations */
#tableau_general .c_atelier_vendredi, #tableau_general .c_atelier_samedi, #tableau_general .c_atelier_dimanche {
  min-width: 150px;
  width: 150px;
}
.c_impression_badge .btn-warning, .c_impression_badge .ptm {
  margin-top: 1rem;
}
.c_stripe a, .c_voir_fiche a {
  color: #0257ca;
}
.c_voir_fiche {
  text-align: center;
  vertical-align: middle;
}
.c_voir_fiche a {
  font-size: 200%;
}
.page_validations #tableau_general_wrapper {
  font-size: 1.5rem;
}
.page_validations .btn {
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.page_validations .btn-danger, .page_validations .btn-warning {
  color: #fff;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.page_validations .btn-danger:hover, .page_validations .btn-warning:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
.page_validations .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.page_validations .btn-info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}
.page_validations .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.page_validations .btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
}
/* page tableau de bord */
.gros {
  font-size: 150%;
}
.gros small {
  color: #777;
  font-weight: 400;
  font-style: oblique;
}
.c_total_atelier, .c_licences, .c_repas {
  text-align: center;
}
#tableau_types .gris {
  background-color: #e9e9e9;
}
#tableau_types .centre {
  text-align: center;
}
.titre_tableau {
  margin-top: 6rem;
}
/* form envoi gamumail */
.formulaire_gamumail h2 {
  font-size: 2rem;
}
.formulaire_gamumail a {
  color: #3A75D1 !important;
}
#cboxContent h1 {
  font-size: 3rem;
}
#cboxContent #tableau_de_bord {
  margin-top: 2rem;
}
/* impression */
@media print {
  .tableau_ateliers li > div {
    border-color: #000 !important;
  }
  .tableau_ateliers li:nth-of-type(2n) div {
    background-color: #DDD !important;
  }
  .tableau_ateliers li {
    break-inside: avoid-page !important;
  }
  .titre_tableau {
    break-before: always;
  }
  .debug_info {
    display: none !important;
  }
}
