@charset "utf-8";
/* Best Western, Responsive HTML5 Event Template */
/* CSS Document */

/*////////////////////////////////////////////*/
/*///                ADMIN                 ///*/
/*////////////////////////////////////////////*/

/*////////////////////////////////////////////*/
/*///          CONTAINERS, CARDS           ///*/
/*////////////////////////////////////////////*/
#accueil .container{ max-width:900px !important;}
#accueil .container-fluid{ background-color: #5E338C;}
#accueil .row{ padding: 20px 0px 60px 0px; !important;}
html #accueil * { font-family: Open Sans !important; }
#accueil .f300 { font-weight: 300; }
#accueil .f400 { font-weight: 400; }
#accueil .f600 { font-weight: 600; }
#accueil .f700 { font-weight: 700; }
#accueil .f800 { font-weight: 800; }
#accueil nav a {
	color: #5E338C! important;
	text-decoration: none! important;
}
#accueil nav a:hover {
	color: #922D61! important;
	text-decoration: none! important;
}
#accueil a {
	color: #5E338C! important;
	text-decoration: none! important;
}
#accueil a:hover {
	color: #922D61! important;
	text-decoration: underline! important;
}
#accueil footer a, #accueil .container-fluid a {
	color: #FFF! important;
	text-decoration: none! important;
}
#accueil footer a:hover, #accueil .container-fluid a:hover {
	color: #FFF! important;
	text-decoration: underline! important;
}
.btn-primary {
  color: #fff;
  background-color: #5E338C !important; }
.btn-secondary {
  color: #fff;
  background-color: #922D61 !important; }
.primary {
  background-color: #5E338C !important; }
.secondary {
  background-color: #922D61 !important; }
.primary-text {
  color: #5E338C !important; }
.secondary-text {
  color: #922D61 !important; }

.note-primary {
  background-color: #f6edff !important;
  border-color: #5E338C !important;
}

ul.ulnone {
	list-style-type: none;
}
ul.noteprimary {
	list-style-type: disc;
	color: #5E338C;
}
strong.noteprimary {
	color: #000;
	font-weight: 300;
	font-size: 0.9em;
}


#admin .container-fluid {
    height: calc(100% - 3rem) !important;
}
@media (min-width: 576px) {
    #admin .container-fluid {
        height: calc(100% - 4.5rem) !important;
    }
}
@media (min-width: 768px) {
    #admin .container-fluid {
        height: calc(100% - 5rem) !important;
    }
}
#admin .blocadmin {
    padding: 0.2rem 0.5rem !important;
}
@media (min-width: 576px) {
    #admin .blocadmin {
        padding: 0.5rem 1rem !important;
    }
}
#admin .blocadmincontent {
    height: calc(100% - 0.6rem) !important;
}
@media (min-width: 576px) {
    #admin .blocadmincontent {
        height: calc(100% - 0.6rem) !important;
    }
}
.h-90 {
    height: 90% !important;
}
.card.card-border {
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.250);
  box-shadow: 0; 
}
.card.card-noborder {
  border: 0;
  box-shadow: 0; 
  opacity: 0;
}
.clearboth {
    clear: both !important;
}
.dnone {
    display: none;
}

/*////////////////////////////////////////////*/
/*///               SPACING                ///*/
/*////////////////////////////////////////////*/
.m-6 {
    margin: 4rem !important;
}
.mt-6,
.my-6 {
    margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 4rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 4rem !important;
}
.mt-n1 {
    margin-top: -0.9rem !important;
}
.mr-n1 {
    margin-right: -0.9rem !important;
}
.ml-n1 {
    margin-left: -0.9rem !important;
}
.mb-n1 {
    margin-bottom: -0.9rem !important;
}
.mt-n2 {
    margin-top: -0.6rem !important;
}
.mr-n2 {
    margin-right: -0.6rem !important;
}
.ml-n2 {
    margin-left: -0.6rem !important;
}
.mb-n2 {
    margin-bottom: -0.6rem !important;
}
.mt-n3 {
    margin-top: -0.3rem !important;
}
.mr-n3 {
    margin-right: -0.3rem !important;
}
.ml-n3 {
    margin-left: -0.3rem !important;
}
.mb-n3 {
    margin-bottom: -0.3rem !important;
}

/*////////////////////////////////////////////*/
/*///                COLORS                ///*/
/*////////////////////////////////////////////*/
.blue-darken-4-text {
    color: #0d47a1 !important;
}
.greydark-4me-text {
    color: #323131 !important;
}
.border-grey {
    border-color: #C6C6C6 !important;
}
.border-blue-darken-4 {
    border-color: #0d47a1 !important;
}
.grey.lighten-6 {
    background-color: #fcfcfc !important;
}
.badge-blue-darken-4 {
    color: #fff !important;
    background-color: #0d47a1 !important;
}

/*////////////////////////////////////////////*/
/*///                FONTS                 ///*/
/*////////////////////////////////////////////*/
.font-weight-book {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.small {
    font-size: 90% !important;
    line-height: 120% !important;
}

/*////////////////////////////////////////////*/
/*///               MODALS                 ///*/
/*////////////////////////////////////////////*/
.modal-footer {
  padding: 0.5rem 1rem !important;
}
.modal-body {
  padding: 0.5rem 1rem !important;
}

/*////////////////////////////////////////////*/
/*///               NOTIFY                 ///*/
/*////////////////////////////////////////////*/
[data-notify="message"] {
	font-size: 0.9rem;
}
@media (max-width: 576px) {
    [data-notify="container"] {
        max-width: 90% !important;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    [data-notify="container"] {
        max-width: 60% !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    [data-notify="container"] {
        max-width: 40% !important;
    }
}

/*////////////////////////////////////////////*/
/*///           BOUTONS-PICTOS             ///*/
/*////////////////////////////////////////////*/
.btn-rounded {
    border-radius: 1.5rem !important;
}
.btn-rounded-1 {
    border-radius: 0.5rem !important;
}
.close {
    opacity: 1 !important;
    font-weight: 300 !important;
    line-height: 1.3rem !important;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .5 !important;
}
.btn-outline-blue-darken-4 {
    color: #0d47a1 !important;
    background-color: transparent !important;
    border: 2px solid #0d47a1 !important;
}
.fa-xs {
    font-size: 0.9rem !important;
}
.fa-xms {
    font-size: 1.2rem !important;
}
.fa-s {
    font-size: 1.4rem !important;
}
.picto-on {
    cursor: pointer;
}
.picto-off {
    cursor: default;
}

/*////////////////////////////////////////////*/
/*///                 NAV                  ///*/
/*////////////////////////////////////////////*/
.dropdown-item {
    padding: 0.2rem 1rem !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #e7e7e7 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212529 !important;
    background-color: #e7e7e7 !important;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
}
.dropdown-menu {
    padding: 0.1rem 0 !important;
    margin: 0.05rem 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
}

/*////////////////////////////////////////////*/
/*///                 LOG                  ///*/
/*////////////////////////////////////////////*/
#connexlink, #inscriptlink, #forgotlink {
    min-width: 270px;
}

/*////////////////////////////////////////////*/
/*///              SCROLLBAR               ///*/
/*////////////////////////////////////////////*/
.scrollbar {
    overflow-y: scroll;
}
.scrollbar-blue-darken-4::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
.scrollbar-blue-darken-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #0d47a1;
}
.bordered-blue-darken-4::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #0d47a1;
}
.bordered-blue-darken-4::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}
.thin::-webkit-scrollbar {
    width: 6px;
}
.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}
.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

/*////////////////////////////////////////////*/
/*///               POPOVER                ///*/
/*////////////////////////////////////////////*/
.popover-body {
    padding: 0.3em 0.5rem !important;
}
.popover-body {
  display: none !important;
}
.popover .dropdown-item {
  padding: 0.25rem 0.25rem !important;
}

/*////////////////////////////////////////////*/
/*///             PAGINATION               ///*/
/*////////////////////////////////////////////*/
.pagination .page-link {
    font-family: Helvetica, Arial !important;
    font-size: 0.9rem !important;
    padding: 4px 9px 2px 9px;
    margin: 0;
}

/*////////////////////////////////////////////*/
/*///               QRCODE                 ///*/
/*////////////////////////////////////////////*/
.qrcode {
    width: 80%;
}

/*////////////////////////////////////////////*/
/*///                FORMS                 ///*/
/*////////////////////////////////////////////*/
.md-form.md-outline input[type="text"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]),
.md-form.md-outline input[type="email"]:focus:not([readonly]),
.md-form.md-outline input[type="url"]:focus:not([readonly]),
.md-form.md-outline input[type="time"]:focus:not([readonly]),
.md-form.md-outline input[type="date"]:focus:not([readonly]),
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-outline input[type="tel"]:focus:not([readonly]),
.md-form.md-outline input[type="number"]:focus:not([readonly]),
.md-form.md-outline input[type="search-md"]:focus:not([readonly]),
.md-form.md-outline input[type="search"]:focus:not([readonly]),
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
    border-color: #0d47a1 !important;
    box-shadow: inset 0 0 0 1px #0d47a1 !important;
}
.md-form.md-outline input[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) + label {
    color: #0d47a1 !important;
}
.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0d47a1 !important;
    box-shadow: 0 1px 0 0 #0d47a1 !important;
}
.md-form .prefix {
    color: #adb5bd !important;
}
.md-form .prefix.active {
    color: #0d47a1 !important;
}
.date-4me-label {
    background-color: white !important;
    top: 17px !important;
    left: 5px !important;
    padding-right: 3px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #777 !important;
}
.date-4me {
    min-height: 30px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0d47a1 !important;
  background-color: #0d47a1 !important;
}
/*champs nombre avec plus et moins OUT
.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}

.number-input.number-input {
  border: 1px solid #ced4da;
  width: 10rem;
  border-radius: .25rem;
}

.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: .7rem;
  background-color: #495057;
}

.number-input.number-input input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color:transparent) {

    .number-input.def-number-input.safari_only button:before,
    .number-input.def-number-input.safari_only button:after {
      margin-top: -.3rem;
    }
  }
}
fin champs nombre avec plus et moins*/

/*////////////////////////////////////////////*/
/*///         PERSONNALIZED RADiO          ///*/
/*///        BUTTONS AND CHECKBOXES        ///*/
/*////////////////////////////////////////////*/
input.ch-rd-4me {
    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}
input.ch-rd-4me + label.label-4me:before {
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    margin-right: 10px;
    color: #adb5bd !important;
}
input.ch-rd-4me-lg + label.label-4me-lg:before {
    font-size: 3rem !important;
    line-height: 3rem !important;
}
input.ch-rd-4me-sm + label.label-4me-sm:before {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
}
input.checkbox + label.label-4me:before {
    content: "\f14a";
}
input.radio + label.label-4me:before {
    content: "\f058";
}
input.ch-rd-4me:checked + label.label-4me:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0d47a1 !important;
}
label.label-4me {
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 130% !important;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 6px;
    min-height: 2rem;
}
label.label-4me-lg {
    font-size: 1.2rem !important;
    padding-left: 55px !important;
    padding-top: 11px !important;
    min-height: 3rem;
}
label.label-4me-sm {
    font-size: 0.9rem !important;
    padding-left: 25px !important;
    padding-top: 1px !important;
    min-height: 1.2rem;
}
.label-4me::before {
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    border: 0;
}

/*////////////////////////////////////////////*/
/*///               SWITCHES               ///*/
/*////////////////////////////////////////////*/
.switch, .switch-h {
    font-size: 1rem;
    position: relative;
}
.switch input, .switch-h input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label, .switch-h input + label {
    position: relative;
    min-width: calc(calc(1.8rem * .8) * 2);
    border-radius: calc(1.8rem * .8);
    height: calc(1.8rem * .8);
    line-height: calc(1.8rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(1.8rem * .8) * 2) + .5rem);
    color: #323131;
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(1.5rem * .8) * 2);
    bottom: 0;
    display: inline-block;
}
.switch-h input + label::before,/* pour les switches hauteur totale */
.switch-h input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(1.8rem * .8) * 2);
    bottom: 0;
    display: inline-block;
}
.switch input + label::before {
    right: 0;
    background-color: #eee;
    border: 1px solid #adb5bd;
    border-radius: calc(1.8rem * .8);
    transition: 0.2s all;
    height: 9px;
    margin-top: 7px;
    margin-left: 3px;
}
.switch-h input + label::before {/* pour les switches hauteur totale */
    right: 0;
    background-color: white;
    border: 1px solid #adb5bd;
    border-radius: calc(1.8rem * .8);
    transition: 0.2s all;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.switch.switch-sm input + label::before {/* pour les switches petite taille */
    height: 5px;
    margin-top: 6px;
    margin-left: 2px;
}
.switch.switch-lg input + label::before {/* pour les switches grande taille */
    height: 12px;
    margin-top: 8px;
    margin-left: 4px;
}
.switch-h.switch-sm input + label::before {/* pour les switches hauteur totale petite taille */
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.switch-h.switch-lg input + label::before {/* pour les switches hauteur totale grande taille */
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.switch input + label::after, .switch-h input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(1.8rem * .8) - calc(2px * 2));
    height: calc(calc(1.8rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: #adb5bd;
    transition: 0.2s all;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.switch-h input + label::after {/* pour les switches hauteur totale */
    box-shadow: 0;
}
.switch input:checked + label::before {
}
.switch input:checked + label::after {
    margin-left: calc(1.8rem * .8);
    background-color: #0d47a1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.switch-h input:checked + label::before {/* pour les switches hauteur totale */
    background-color: #0d47a1;
}
.switch-h input:checked + label::after {/* pour les switches hauteur totale */
    margin-left: calc(1.8rem * .8);
    background-color: white;
    box-shadow: 0 !important;
}
.switch input:focus + label::before, .switch-h input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label, .switch-h input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before, .switch-h input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm, .switch-h.switch-sm {/* debut pour les switches petite taille */
    font-size: 0.875rem;
}
.switch.switch-sm input + label, .switch-h.switch-sm input + label {
    min-width: calc(calc(1.3rem * .8) * 2);
    height: calc(1.3rem * .8);
    line-height: calc(1.3rem * .8);
    text-indent: calc(calc(calc(1.3rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1rem * .8) * 2);
}
.switch-h.switch-sm input + label::before {/* pour les switches hauteur totale */
    width: calc(calc(1.3rem * .8) * 2);
}

.switch.switch-sm input + label::after, .switch-h.switch-sm input + label::after {
    width: calc(calc(1.3rem * .8) - calc(2px * 2));
    height: calc(calc(1.3rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after, .switch-h.switch-sm input:checked + label::after {
    margin-left: calc(1.3rem * .8);
}
.switch.switch-lg, .switch.switch-lg {/* fin pour les switches petite taille */
    font-size: 1.25rem;
}
.switch.switch-lg input + label, .switch-h.switch-lg input + label {/* debut pour les switches grande taille */
    min-width: calc(calc(2.2rem * .8) * 2);
    height: calc(2.2rem * .8);
    line-height: calc(2.2rem * .8);
    text-indent: calc(calc(calc(2.2rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(1.8rem * .8) * 2);
}
.switch-h.switch-lg input + label::before {/* pour les switches hauteur totale */
    width: calc(calc(2.2rem * .8) * 2);
}

.switch.switch-lg input + label::after, .switch-h.switch-lg input + label::after {
    width: calc(calc(2.2rem * .8) - calc(2px * 2));
    height: calc(calc(2.2rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after, .switch-h.switch-lg input:checked + label::after {/* fin pour les switches petite taille */
    margin-left: calc(2.2rem * .8);
}
.switch + .switch, .switch-h + .switch {
    margin-left: 1rem;
}
label.label-switch-4me {
    margin-right: 1rem;
    font-size: 1.1rem;
    line-height: 130% !important;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 6px;
    min-height: 2rem;
    text-align: justify;
}
label.label-switch-4me-lg {
    font-size: 1.3rem !important;
    padding-left: 55px !important;
    padding-top: 11px !important;
    min-height: 3rem;
}
label.label-switch-4me-sm {
    font-size: 1rem !important;
    padding-left: 0px !important;
    padding-top: 1px !important;
    min-height: 1.2rem;
}
.label-switch-4me::before {
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    border: 0;
}
/*////////////////////////////////////////////*/
/*///             ACTIVITES                ///*/
/*////////////////////////////////////////////*/
.avaleur {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.valeur {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*////////////////////////////////////////////*/
/*///               ACTIONS                ///*/
/*////////////////////////////////////////////*/
#action .card-deck .card {
    cursor: pointer;
}
/*////////////////////////////////////////////*/
/*///              RESPONSIVE              ///*/
/*////////////////////////////////////////////*/
@media (min-width: 576px) {
    #projetsrow {
        width: 70% !important;
    }
    .qrcode {
        width: 70%;
    }
}

@media (min-width: 768px) {
    #projetsrow {
        width: 60% !important;
    }
    .qrcode {
        width: 70%;
    }
}

@media (min-width: 992px) {
    #projetsrow {
        width: 50% !important;
    }
    .qrcode {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    #projetsrow {
        width: 40% !important;
    }
    .qrcode {
        width: 75%;
    }
}

/* 767px */
@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }
}

body {
}
img {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
.epsace {
    font-size: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
hr#bloc{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	max-width: 1024px;
    	margin: auto;
}
h1, h2 {
	color: inherit;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizelegibility;
}
h1 {
	color: #3274b5;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
	margin: 0;
}
h2 {
	color: #3274b5;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	margin: 0;
}
#questionsdetail h1 {
	color: #3274b5;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0;
}
#questionsdetail h5 {
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	margin: 0;
}
#questionCategorie {
	color: #757575;
}
#buttonQuestionsConfirm.primary-text {
  color: #FFFFFF !important; }
#questionsdetail .h6 {
	font-size: 0.7em !important;
}
#questionsdetail .h5 {
	font-size: 0.8em !important;
	color: #757575;
}
#questionsdetail .h4 {
	font-size: 1em !important;
}
#questionsdetail .h3 {
	font-size: 1.1em !important;
}
#questionsdetail .h2 {
	font-size: 1.2em !important;
}
#questionsdetail .h1 {
	font-size: 1.4em !important;
}
/*////////////////////////////////////////////*/
/*///                COLORS                ///*/
/*////////////////////////////////////////////*/
.grey {
    color: #C6C6C6;
}
.greyl {
    color: #e5e5e5;
}
.blue {
    color: #3274b5;
}
.red {
    color: #a62b17;
}
.green {
    color: #43983a;
}
/*////////////////////////////////////////////*/
/*///                PICTOS                ///*/
/*////////////////////////////////////////////*/
.picto-green {
    background-color: #43983a;
    color: #FFF;
}
.picto-grey {
    background-color: #C6C6C6;
    color: #FFF;
}
.picto-greyl {
    background-color: #e5e5e5;
    color: #FFF;
}
.picto-blue {
    background-color: #3274b5;
    color: #FFF;
}
.picto-red {
    background-color: #a62b17;
    color: #FFF;
}
.picto-green a, .picto-grey a, .picto-greyl a, .picto-blue a, .picto-red a {
	color: #FFF! important;
	text-decoration: none! important;
}
.picto-green a:hover, .picto-grey a:hover, .picto-greyl a:hover, .picto-blue a:hover, .picto-red a:hover {
	color: #FFF! important;
	text-decoration: none! important;
}
.icon-toggle-off, .icon-toggle-on {
    margin-left: -2px;
}
.picto-lt {
    text-align: center;
    margin: 1px;
    display: inline-block;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 7px;
    font-size: 14px;
}
.picto {
    text-align: center;
    margin: 1px;
    display: inline-block;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 8px;
    font-size: 22px;
}
.picto-bg {
    text-align: center;
    margin: 1px;
    display: inline-block;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 11px;
    font-size: 32px;
}
/*////////////////////////////////////////////*/
/*///         BORDERS TABLE ADMIN          ///*/
/*////////////////////////////////////////////*/
.btop1 {
    border-top: 1px solid #3274b5;
}
.btop2 {
    border-top: 2px solid #3274b5;
}
.btop3 {
    border-top: 3px solid #3274b5;
}
.bbot1 {
    border-bottom: 1px solid #3274b5;
}
.bbot2 {
    border-bottom: 2px solid #3274b5;
}
.bbot3 {
    border-bottom: 3px solid #3274b5;
}
/*////////////////////////////////////////////*/
/*///               BUTTONS                ///*/
/*////////////////////////////////////////////*/
.btn-vote:hover,
.btn-vote:focus,
.btn-vote:active,
.btn-vote {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
    display: inline-block;
    *display: inline;
    padding: 6px 50px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    *border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn-blue {
	background-color: #3274b5;
    *background-color: #3274b5;
}
.btn-grey {
	background-color: #D3DCE0;
    *background-color: #D3DCE0;
}
.btn-margin {
    margin: 30px 30px;
}
/*////////////////////////////////////////////*/
/*///                ADMIN                 ///*/
/*////////////////////////////////////////////*/
#add {/* div conteneur boutons ajouter au dessus des listes */
    margin-top: 10px;
    margin-bottom: 30px;
}
#message {/* div conteneur message action opération effectuée */
    margin-top: 10px;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
    font-size: 22px;
}
#conferences .titre p, #quizz .titre p, #quizzReponse .titre p {/* Titre des sessions, quizz et réponses dans les listes */
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
#conferences .titre p {/* Titre des sessions dans les listes */
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 6px 20px 3px 10px;
}
#quizz .titre p, #quizzReponse .titre p {/* Titre des quizz et réponses dans les listes */
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 6px 20px 3px 5px;
}
#quizz .texteListe {/* Texte de la colonne durée et type de quizz dans les listes */
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 6px 5px 3px 5px;
}
#quizz .ordre, #quizzReponse .ordre {/* colonne pour ordonner les quizz et les réponses */
    padding-left: 5px;
}
#conferences .action, #quizz .action, #quizzReponse .action {/* conteneur de toutes les actions des listes sessions, quizz et réponses */
    padding: 3px 0px;
    vertical-align: middle;
}
.action-lists {/* conteneur de chaque action des listes sessions, quizz et réponses */
    display: inline;
}
.action-table-top {/* conteneur des actions au-dessus des tableaux de listes admin */
    text-align: right;
    margin: 10px 0 5px 0;
}
.action-quizzView {/* conteneur pour chaque bouton de la page manage quizz */
    display: inline-block;
}
.picto-quizzView-div {/* conteneur pour chaque picto de la page manage quizz */
    vertical-align: top;
}
.quizzView-div {/* conteneur de chacune des actions des listes sessions, quizz et réponses */
    margin-bottom: 10px;
    margin-left: 40px;
    text-align: left;
}

/*////////////////////////////////////////////*/
/*///                CLIENT                ///*/
/*////////////////////////////////////////////*/


.picto-quizzView-txt {
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    margin-left: 8px;
    font-weight: bold;
    font-size: 18px;
}
/* Responsive: Portrait tablets and up */
@media screen and (max-width: 400px) {
    .picto-quizzView-txt {
        width: 230px;
    }
}
.gris {
	background-color: #EEE;
}
.colorListe {
	background-color: #C6C6C6;
}
.containerform {
    padding: 0 30px;
}
sup {
	padding: 0 0 0 1px;
	text-transform: none;
}
.erreur {
	color: #cc0033;
	font-weight: bold;
	font-size: 12px;
}
#session {
    margin: 0;
    color: #5E5E5E;
    text-align: center;
    padding: 20px 80px 15px 80px;
}
#session p {
    font-size: 23px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.slider-question, .slider-result, .slider-result-experts {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 55px;
    text-align: center;
}
.slider-titre {
    margin: 0;
    padding: 0px 40px 15px 40px;
    text-align: left;
}
.slider-titre p {
    color: #5E5E5E;
    padding: 0;
    font-size: 27px;
    font-weight: 600;
    line-height: 31px;
}
.slider-texte {
    margin: 0;
    padding: 15px 40px 15px 40px;
    text-align: left;
}
.slider-texte p {
    color: #5E5E5E;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.slider-texte p.message {
    margin-bottom: 15px;
}
.slider-texte p.message-reponse {
    margin-bottom: 25px;
}
.slider-texte p b {
    color: #4272a9;
    padding: 0;
    font-size: 19px;
    font-weight: bold;
}
.slider-reponse {
    margin: 0;
    text-align: left;
}
.slider-slider {
    padding-top: 20px;
    font-size: 22px;
}
.slider-btn {
    padding-top: 20px;
}
.slider-envoye {
    padding-top: 20px;
    color: #a62b17;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.slider-envoye p {
    margin-bottom: 30px;
}
.slider-percent, .slider-percent-experts {
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
}
.slider-percent {
    padding: 8px 5px 0px 5px;
}
.slider-percent-experts {
    padding: 0px 5px 0px 5px;
}
.img-result {
    margin-top: 2px;
    margin-bottom: 14px;
}
.img-result-experts {
    margin-bottom: 10px;
}
.img-result-horizontal {
    margin-top: 2px;
    margin-bottom: 15px;
}
.quizz-valid-picto {
    width: 42px;
    height: 42px;
    font-size: 22px;
    padding-top: 6px;
    margin-left: -6px;
}
.slider-valid-picto {
    width: 42px;
    height: 42px;
    font-size: 22px;
    margin-bottom: -20px;
    margin-left: 0px;
    vertical-align: bottom;
}
.slider-attente {
    margin: 0;
    color: #5E5E5E;
    text-align: center;
    padding: 50px 80px 35px 80px;
}
.slider-attente p {
    color: #1e4c7c;
    padding: 50px 0 0 0;
    font-size: 29px;
    line-height: 34px;
    font-weight: normal;
}
#legende-experts {
    text-align: center;
    margin-top: 30px;
}
.legende-experts {
    display: inline-block;
    text-align: center;
    background: url("../images/graph_rouge.png") no-repeat -1000px 3px;
    padding-left: 30px;
}
#bodyvote .slider.slider-horizontal {
  width: 100px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 368px) {
    #bodyvote .slider.slider-horizontal {
        width: 450px;
    }
}
#result-vertical {
    text-align: center;
}
#result-vertical .slider-reponse-vertical p {
    max-width: 120px;
    padding-top: 6px;
    font-size: 14px;
}
.result-td-vertical {
    border-bottom: 1px solid black;
}
.slider-percent-vertical {
    padding-left: 45px;
    padding-right: 4px;
    font-weight: bold;
}
.slider-percent-experts-vertical {
    padding-left: 4px;
    padding-right: 45px;
    font-weight: bold;
}
.img-result-vertical {
    margin-left: 45px;
    margin-right: 4px;
    margin-bottom : 0px;
    padding-bottom: 0px;
}
.img-result-experts-vertical {
    margin-left: 4px;
    margin-right: 45px;
    margin-bottom : 0px;
    padding-bottom: 0px;
}
.img-result-vide-vertical {
    margin-left: 4px;
    margin-right: 45px;
    margin-bottom : 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}
.div-results-vertical {
    display: inline;
    height: 340px;
    vertical-align: bottom;
    padding: 0;
}
#nbVote {
    position: absolute;
    text-align: left;
    left: 10px;
    top: 10px;
    width: 120px;
    height: 25px;
    font-size: 12px;
}
#nbVoteHigh {
    height: 40px;
    margin-left: 40px;
    text-align: left;
}
#nbVoteView {
    text-align: left;
    height: 25px;
    font-size: 16px;
    padding-top: 5px;
}
.votelegende {
    font-size: 14px;
    font-style: italic;
}

.formbloc {
    margin-bottom: 30px;
}
.formbloc input[type="text"], .formbloc textarea, .formbloc select {
    width: 80%;
    max-width: 900px;
}
