@charset "utf-8";
/* © 4myevent - ® 4myevent - Powered by Mathias Gallo */

.clearboth {
    clear: both !important;
}
.dnone {
    display: none;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.popover {
	max-width: 600px;
}
.w-120 {
	width: 120px;
}
.mt-check {
	margin-top: 3px;
}
.custom-select-mn {
  height: calc(1.5em + 0.3rem + 1px) !important;
  margin-top: 0 !important;
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
  padding-left: 0.5rem !important;
  font-size: 0.775rem !important;
}
/*////////////////////////////////////////////*/
/*///               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;
}
.mb-n5 {
    margin-bottom: -0.5rem !important;
}
.mr-01 {
  margin-right: 0.1rem !important;
}
.ml-01 {
  margin-left: 0.1rem !important;
}

/*////////////////////////////////////////////*/
/*///                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;
}
.custom-select-xsm {
  height: calc(1em + 0.5rem + 2px);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  font-size: 0.775rem;
}

/*////////////////////////////////////////////*/
/*///         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;
}
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}
.radio-item input[type='radio'] {
    display: none;
}
.radio-item label {
    font-weight: normal;
    cursor: pointer;
}
.radio-item label.pt {
    color: #3F3E3E;
    font-weight: normal;
	font-family: Futura !important;
	font-weight: 300;
	font-size: 14px !important;
    cursor: pointer;
}
.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #dadcdf;
    background-color: transparent;
	font-family: Futura !important;
}
.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #225984;
    border: 2px solid #225984;
	font-family: Futura !important;
}


.check-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}
.check-item input[type='checkbox'] {
    display: none;
}
.check-item label {
    color: #3F3E3E;
    font-weight: normal;
	font-weight: 300;
	font-size: 18px !important;
    cursor: pointer;
}
.check-item label.pt {
    color: #3F3E3E;
    font-weight: normal;
	font-weight: 300;
	font-size: 15px !important;
    cursor: pointer;
}
.check-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dadcdf;
    background-color: transparent;
}
.check-item input[type=checkbox]:checked+label:after {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 4px;
    content: " ";
    display: block;
    background: #225984;
    border: 2px solid #225984;
}
.label-item label.pt {
    color: #3F3E3E;
    font-weight: normal;
	font-weight: 300;
	font-size: 15px !important;
	padding-top: 3px;
    cursor: pointer;
}

ul {
	list-style-type: none;
}
sup {
	padding: 0 0 0 1px;
	text-transform: none;
}
.erreur {
	color: #cc0033;
	font-weight: bold;
	font-size: 12px;
}
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;
}
/*////////////////////////////////////////////*/
/*///                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: #0d47a1;
    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-lt .fas {
    padding-top: 6px;
}
.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 .fas {
    padding-top: 6px;
}
.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;
}
/*////////////////////////////////////////////*/
/*///               BUTTONS                ///*/
/*////////////////////////////////////////////*/

