@import url('style.css');
@import url('notice.css');

html {
    background: white;
}

/** ONEPAGE LAYOUT **/
.onepage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding: 20px;
    height: 100%;
    min-height: 100vh;
    margin: 0;
}

.onepage a {
    text-decoration: none;
    color: var(--black);
}

.onepage main {
    margin: 20px 0px;
    z-index: 1;
    flex-grow: 1;
}

.header--block {
    padding: 20px;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: var(--primary);
}

.background {
    background-image: url(../images/BG-d.png);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(100vh - 10vh);
    position: absolute;
    top: 10vh;
    left: 0;
    background-position: center top 50%;
}

.btn {
    height: 43px;
    width: 171px;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    white-space: nowrap;
    background-color: var(--white);
    color: var(--primary);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    cursor: pointer;
    font-size: 0.9rem;
    box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.25);
}

.btn--bold {
    font-family: 'Gotham Black', sans-serif;
    font-size: 1.2rem;
}

#landing .btn {
    font-family: 'Gotham Black', sans-serif;
    font-size: 1.12rem;
}

.btn:hover {    
    color: var(--white) !important;
    background-color: var(--disabled-primary) !important;
}

.btn--logout {
    color: var(--separation);
    width: 276px;
}

.btn--subnav {
    min-width: 218px;
    background-color: var(--white);
}

.btn--subnav:hover {
    background-color: var(--secondary);
}

.btn--alert {
    position: relative;
    width: fit-content;
}

.btn--alert span {
    position: absolute;
    right: 0px;
    background: var(--primary);
    color: white;
    width: 23px;
    height: 23px;
    top: -5px;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Raleway';
    border-radius: 23px;
}

.btn--submit {
    background-color: var(--primary);
    color: var(--white);
    width: 80% !important;
    box-sizing: border-box;
    height: 61px;
    position: relative;
    margin: 20px;
    margin-left: 10%;
    font-size: 0.7rem !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.btn--step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: var(--white);
    background-color: var(--primary);
    text-align: center;
    box-sizing: border-box;
}

.btn--step:hover {
    color: var(--white) !important;
    background-color: var(--disabled-primary) !important;
}

.btn--step:disabled {
    background-color: var(--disabled-primary);
}

.btn--step input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.btn--step--secondary {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    color: var(--separation);
    text-align: center;
    box-sizing: border-box;
}

.btn--step--secondary-a {
    color: var(--separation) !important;
}

.btn--step--secondary input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.btn--submit span {
    font-size: 1.2rem !important;
    font-weight: 800;
}

.btn--submit input[type=submit] {
    width: 100%;
    height: 61px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}

.btn--medium {
    width: min-content !important;
}

.btn--icon {
    height: 43px;
    width: 43px;
    padding: 10px;
    font-family: 'Material Icons' !important;
    font-style: normal;
    font-weight: 400;
    /* font-size: 25px !important; */
    color: var(--dark-grey);
}

.dropdown {
    cursor: pointer;
    position: relative;
}

.dropdown .btn {
    width: 171px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.dropdown .dropdown--content {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -5px);
    box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    color: var(--primary);
}

.dropdown .dropdown--content a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 139px;
    height: 33px;
    color: var(--dark-grey);
    padding: 5px 0px;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--border);
    font-family: 'Gotham Black', sans-serif;
    font-size: 1.2rem;
}

.dropdown .dropdown--content a:last-of-type {
    border: none;
}

.dropdown:hover .dropdown--content,
.dropdown:focus .dropdown--content {
    display: block;
}

.dropdown--content:hover,
.dropdown--content:focus {
    display: block;
}


.card--container {
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    position: relative;
}

.card {
    max-width: 620px;
    min-width: 480px;
    padding: 4vh;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 5px 40px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-family: 'Raleway', sans-serif;
}

.card--with-header {
    padding: 0px;
    padding-bottom: 4vh;
}

.card--with-header .card--content,
.card--with-header .card--footer {
    padding-left: 4vh;
    padding-right: 4vh;
}

.card--header {
    display: flex;
    height: 43px;
    font-family: 'Gotham black', sans-serif;
    font-weight: 900;
    font-size: 1.7rem;
    margin: 2vh;
}

.card .card--content #formLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .card--content #formLogin .btn--submit {
    height: 60px;
}

.card .card--content #formLogin .btn--submit span {
    line-height: calc(22px + 1.2rem);
}


.card .card--content form {
    margin: auto;
}

.card .card--content form nav {
    margin: 20px 0px;
    justify-content: space-evenly;
}

.card .card--content form .btn {
    height: 40px;
}

.card .card--content #mForm--3 #mAdresse {
    width: calc(90% + 20px);
}

.card .card--content .select--custom {
    width: calc(90% + 20px);
}

.card .card--content .span-adresse {
    width: calc(90% + 20px);
    display: flex;
}

.card .card--content #mCodePostal {
    width: 30%;
    min-width: 105px;
    margin-left: 0px;
}

.card .card--content #mVille {
    flex: 1;
    margin-right: 0px;
    min-width: 100px !important;
}

.card .card--content #cCodePostal {
    width: 30%;
    min-width: 105px;
    margin-left: 0px;
}

.card .card--content #cVille {
    flex: 1;
    margin-right: 0px;
    min-width: 100px !important;
}

.form-notif {
    text-align: center;
}

.form-notif-container {
    margin: auto;
}

.mdl-switch.is-upgraded {
    margin: 5px;
}

.card input,
.card select,
.section input,
.section select {
    font-family: 'Raleway', sans-serif;
    color: var(--placeholder);
    font-size: 0.87rem;
    font-weight: 700;
    height: 43px;
    border: none;
    width: calc(90% + 20px);
    padding: 5px;
    margin: 10px;
    box-sizing: border-box;
    outline: none;
    background-color: white;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
}

select:disabled,
.input-date:disabled {
    cursor: default;
}

.section input,
.section select {
    width: calc(90% - 20px);
}

.section .input--m {
    display: inline-block;
    width: calc(50% - 22px);
}

.section .input--s {
    display: inline-block;
    width: calc(30% - 22px);
}

.section .input--xs {
    display: inline-block;
    width: calc(20% - 25px);
    min-width: 100px;
}

.section .doctor-availability form {
    display: flex;
    flex-direction: column;
}

.card input::placeholder,
.card select::placeholder,
.section input::placeholder,
.section select::placeholder,
.card input::-moz-placeholder,
.card select::-moz-placeholder,
.section input::-moz-placeholder,
.section select::-moz-placeholder,
.card input::-webkit-input-placeholder,
.card select::-webkit-input-placeholder,
.section input::-webkit-input-placeholder,
.section select::-webkit-input-placeholder,
.card input::-ms-input-placeholder,
.card select::-ms-input-placeholder,
.section input::-ms-input-placeholder,
.section select::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

::placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.card textarea,
.section textarea {
    width: calc(90% + 10px);
    min-height: 10vh;
    padding: 5px;
    background-color: #F0F0F0;
    border: none;
    outline: none;
    /* font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.9rem; */
    margin: 10px;
    font-family: 'Raleway', sans-serif;
    color: var(--placeholder);
    font-size: 0.87rem;
    font-weight: 700;
}

.card select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.card select::-ms-expand {
    display: none;
}

.select--custom,
.date--custom,
.textarea--custom {
    position: relative;
    margin: 10px;
    width: calc(90% + 20px) !important;
}

.select--custom select,
.date--custom .input-date {
    margin: 0px !important;
    width: calc(90% + 20px) !important;
    height: 43px;
    /* for Firefox */
    /* -moz-appearance: none; */
    /* for Chrome */
    /* -webkit-appearance: none; */
}

.textarea--custom .input-textarea {
    margin: 0px !important;
    width: calc(90% + 20px) !important;
    /* for Firefox */
    /* -moz-appearance: none; */
    /* for Chrome */
    /* -webkit-appearance: none; */
}

/* For IE10 */
.select--custom select::-ms-expand,
.date--custom .input-date::-ms-expand {
    display: none;
}

.select--custom span,
.date--custom span {
    height: 43px;
    width: 43px;
    text-align: center;
    font-family: 'Material Icons';
    color: var(--primary);
    font-size: 35px;
    position: absolute;
    vertical-align: middle;
    right: 0px;
    display: inline-block;
    bottom: 0px;
    padding: 5px;
    box-sizing: border-box;
    pointer-events: none;
    background-color: var(--blank);
}

.date--custom span {
    font-size: 25px;
    line-height: 1.2;
}

.select--custom select:disabled+span,
.date--custom .input-date:disabled+span {
    color: var(--disabled-primary) !important;
    cursor: default;
}

.dialog--custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 620px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.dialog--custom h2 {
    color: var(--primary);
    text-align: center;
}


.card .card--footer h3,
.section h3 {
    color: var(--dark-grey);
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    position: relative;
}

.section h4 {
    color: var(--dark-grey);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 0.9rem;
}

.section h3,
.section h4 {
    margin-left: 10px;
}

.title--particle {
    position: relative;
    display: flex;
    align-items: center;
}

.title--particle .particle {
    font-family: 'Material Icons';
    font-size: 25px;
    color: var(--placeholder);
    font-weight: 400;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.title--particle .button-particle {
    font-family: 'Material Icons';
    font-size: 25px;
    color: var(--white);
    font-weight: 400;
    height: 25px;
    width: 20px;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.card .card--footer .btn {
    font-size: 0.85rem;
}

.section--container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section {
    flex: 2;
    padding: 20px;
    min-width: 410px;
    max-width: 70%;
    margin-top: 10px;

}

.section--pink {
    flex: 1;
    max-width: 30%;
    background-color: var(--secondary);
    overflow-x: hidden;
}

.section .btn--step {
    width: 279px;
}

.section .btn--step--secondary {
    width: 279px;
}

.section form h3 {
    margin-top: 0;
}

/** CHECKBOX **/
.toggle {
    position: absolute;
    box-shadow: 0px 0px 3px 3px rgb(213 236 218 / 0.4);
    border-radius: 15px;
    height: 16px;
    width: 36px;
    background-color: var(--dark-primary);
    cursor: pointer;
}

.radio input {
    cursor: pointer;
    opacity: 0;
}

.checkbox--custom .toggle:before {
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 2px solid white;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: white;
    background-position: center;
}

.checkbox--custom input:checked+.toggle:before {
    -webkit-transform: translateX(19px) rotate(360deg);
    -ms-transform: translateX(19px) rotate(360deg);
    transform: translateX(19px) rotate(360deg);
    background-color: white;
    background-position: center;
}

.checkbox--custom input:checked+.toggle {
    background-color: var(--primary);
}

.checkbox--custom input:disabled+.toggle {
    opacity: .5;
    cursor: default;
}

.checkbox--custom {
    min-height: 23px;
    display: flex;
    justify-content: space-between;
    font-family: 'Raleway';
    font-weight: 700;
    color: var(--dark-grey);
    padding: 0px 0px 0px 10px;
}

.checkbox--custom label:first-of-type {
    display: flex;
    align-items: center;
    height: 23px;
    width: 40px;
    position: relative;
}

.checkbox--custom label input[type=checkbox] {
    height: 23px;
    width: 40px;
    top: -10px;
    left: -10px;
    position: absolute;
    opacity: 0;
}

.checkbox--weekly {
    position: relative;
    height: 24px;
    width: 24px;
    margin: auto;
}

.checkbox--weekly input,
.checkbox--weekly span {
    height: 23px;
    width: 23px !important;
    min-width: 23px !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
}

.checkbox--weekly .toggle {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    background-color: var(--white);
}

.checkbox--weekly .toggle:before {
    content: 'close';
    font-family: 'Material Icons';
    color: var(--white);
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    border-radius: 0px;
    background-color: var(--border);
}

.checkbox--weekly input:checked+.toggle::before {
    background-color: var(--valid);
    content: '';
}

.checkbox--weekly input:disabled+.toggle::before {
    opacity: .5;
    cursor: default;
}

.is-checked .mdl-switch__thumb {
    background-color: var(--primary) !important;
}

/** **/
.request--list {
    overflow: auto;
}

.request--list table {
    table-layout: fixed;
    min-width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.12rem;
    border-collapse: collapse;
}

.request--list table .btn--subnav {
    min-width: unset;
    margin: 0;
    box-shadow: 0px 4px 20px -5px rgb(0 0 0 / 25%);
}

.request--list table thead tr {
    background-color: var(--primary);
    color: var(--white);
    height: 50px;
}

.request--list table thead tr th:last-of-type {
    width: 190px;
}

.request--list table td,
.request--list table th {
    padding: 10px;
    /* width: 100px; */
}

.request--list table th {
    cursor: pointer;
}

.request--list table td {
    text-align: center;
    font-size: 0.8rem;
}

.request--list table tbody tr:nth-of-type(odd)  {
    background-color: var(--white);
}

.request--list table tbody tr:nth-of-type(even)  {
    background-color: var(--blank);
}

.weekly--container {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 0.9rem;
    width: fit-content;
    margin: 10px;
}

.weekly--container td {
    height: 40px;
    width: 80px;
    text-align: center;
}

.flex--center {
    display: flex;
    justify-content: center;
}

.bg-white {
    background-color: #F0F0F0 !important;
}

.input-list {
    margin-top: 40px;
}

.input-list .input-list--item {
    display: flex;
}

.input-list .input-list--item .btn--icon {
    margin: 10px;
    color: var(--primary);
    background-color: var(--white);
    box-shadow: none;
}

.input-list .input-list--item .btn--icon:hover {
    background-color: var(--secondary);
}

.bicolor {
    background: var(--primary);
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 70%, rgb(255,255,255) 70%, rgb(255,255,255) 100%);
    background-repeat-y: no-repeat;
}

.line-breaker {
    height: 0px;
    width: 0px;
}

.line-breaker--permanent {
    flex-basis: 100%;
    text-align: right;
}

.no--padding {
    padding: 0px !important;
}

.no--padding main {
    padding: 20px;
    margin-top: 0px;
}

#binoculars {
    height: 80px;
}

hr {
    border: none;
    height: 1px;
    background-color: var(--separation);
}

/** SCROLLBAR **/

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background-color: var(--white);
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 5px;
}

/** NAVIGATION SECTION **/

nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}

nav .nav--subcontainer:first-of-type {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

nav .nav--subcontainer:last-of-type {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    height: 110px;
}

nav .nav--subcontainer .slogan {
    font-family: 'Gotham Black', sans-serif;
    font-size: 4rem;
    margin: 1rem;
    color: var(--black);
    line-height: 0.45;
}

nav .nav--subcontainer .slogan span:first-of-type {
    font-size: 1.75rem;
    white-space: nowrap;
    color: var(--white);
}

nav .nav--subcontainer .slogan span:last-of-type {
    font-family: 'Redwing Medium', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--dark-grey);
}

/** FOOTER SECTION **/
footer {
    z-index: 1;
}

.no--padding footer {
    padding: 20px;
}

footer .logo--container {
    display: flex;
    justify-content: space-between;
    height: 85px;
    margin: 1vh 0px;
}


footer .logo--container img {
    height: 85px;
    object-fit: contain;
}

footer .logo--container span {
    text-align: end;
    width: 50%;
}

footer nav {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    justify-content: center;
}

footer nav a {
    margin: 10px;
    text-align: center;
}

#formLogin #email {
    width: 80% !important;
    margin: 20px !important;
    margin-left: 10% !important;
}

#formLogin #password {
    width: 80% !important;
    margin: 20px !important;
    margin-left: 10% !important;
    margin-top: 0px !important;
}

input:disabled {
    opacity: 0.7;
}

.fullwidth {
    width: calc(100% - 20px) !important;
}

h3 {
    font-size: 25px !important;
}

.texte-rgpd {
    width: 80%;
    word-break: break-word;
    white-space: break-spaces;
    font-size: 12px;
    line-height: 16px;
}

.texte-rgpd a {
    font-style: italic;
}

.texte-reglement {
    width: 80%;
    word-break: break-word;
    white-space: break-spaces;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.liste-reglement {
    margin: 0;
    font-family: 'Raleway', sans-serif !important;
}

.liste-reglement li {
    word-break: break-word;
    white-space: break-spaces;
    font-size: 12px;
    line-height: 16px;
}

.container-checkbox-duree {
    max-width: 300px;
}

.container-checkbox-infos {
    max-width: 400px;
}

.container-checkbox-infos .material-icons-outlined {
    color: var(--primary);
}

.input-date-dispo {
    width: calc(50% - 22px) !important;
}

.header-max-demandes {
    margin-bottom: 0px;
}

.max-demandes {
    width: 200px !important;
    margin-top: 0px !important;
}

.max-demandes input {
    width: 100% !important;
    margin: 10px 0;
}

.input-date-dispo .input-date {
    width: 100% !important;
}

.month-container {
    display: flex;
    max-width: 600px;
}

.month-container .left-container {
    flex: 1;
    padding-right: 20%;
}

.month-container .right-container {
    flex: 1;
    padding-right: 20%;
}

.valid {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    font-weight: 600 !important;
}

.close {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    color: rgba(0,0,0,.7) !important;
}

.pink-button {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    font-weight: 600 !important;
}

.mdl-dialog p {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
}

.mdl-dialog h3 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
}

.span-select {
    padding-top: 12px !important;
}

.select--custom select {
    width: 100% !important;
}

.hidden {
    display: none;
}

#formContact {
    min-width: 350px;
}

.global {
  display: block;
}

.separe {
  display: none;
}

.title-availability {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em !important;
    margin-left: 10px !important;
    margin-bottom: 0px !important;
}

.label-indispo {
    font-family: 'Raleway', sans-serif;
    font-size: 0.85em !important;
}

.mdl-tooltip {
    font-size: 15px !important;
    line-height: 16px !important;
    background: rgba(97,97,97,.95) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    font-weight: normal !important;
    color: #454545 !important;
    cursor: pointer !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: var(--primary) !important;
    color: white !important;
    border: none !important;
}

.assurance-bloc {
    width: 80%;
    height: max-content;
    display: flex;
    align-items: center; 
}

.click-reglement {
    word-break: break-word;
    white-space: break-spaces;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding-left: 10px;
    cursor: pointer;
}

#reglement-display-dialog {
    width: 400px;
}

.material-icons-outlined {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.material-icons {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

nav .nav--subcontainer .globe-buttons-header-login {
    display: inline-flex;
}

.table-responsive {
  overflow-x: auto;
}

.page-content {
    float:right;
    text-align: end;
    font-family: 'Raleway', sans-serif;
}

.globe-dates-request {
    display: flex;
    margin-bottom: 10px;
}

.globe-dates-request .date--custom {
    display: inline-block;
    width: auto !important;
}

.globe-dates-request input {
    display: inline-block;
    width: auto !important;
    background-color: #F0F0F0 !important;
    color: var(--placeholder);
}

.globe-dates-request select {
    display: inline-block;
    width: auto !important;
    background-color: #F0F0F0 !important;
    color: var(--placeholder);
}

.globe-dates-request .material-icons-outlined {
    background-color: #F0F0F0 !important;
}

.globe-dates-request .btn {
    display: inline-block;
    width: auto !important;
}

.globe-dates-request form {
    flex: 1;
}

.globe-dates .date {
    width: 100% !important;
    color: rgba(0,0,0,.54);
    font-weight: 400;
    line-height: 23px;
    padding-left: 0px;
}

.flex-date-right .date {
    width: calc(100% - 42px) !important;
    position: relative;
    padding-right: 42px;
}

.globe-dates .date label {
    display: initial;
}

.flex-date-right .date label {
    position: absolute;
    right: 0;
    top: 0;
}

.globe-refuser .date {
    padding-left: 0px;
    color: rgba(0,0,0,.54);
}

.demande-dialog {
    position: absolute;
    width: 40% !important;
    margin-left: 30%;
    margin-top: 10%;
    z-index: 100;
    background: rgba(255, 255, 255, 1);
    font-family: 'Raleway', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: black;
    padding-top: 40px;
    box-sizing: border-box;
    box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(15px);
    text-align: center;
}

.button-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.demande-dialog .mdl-dialog__title {
    color: var(--primary);
    padding-top: 0px;
}

.demande-dialog .mdl-dialog__content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.demande-dialog .select--custom {
    width: 60% !important;
    margin-left: 20%;
}

.demande-dialog .select--custom select {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    background-color: #F0F0F0 !important;
    width: calc(100% + 12px) !important;
}

.demande-dialog .select--custom .span-select {
    background-color: #F0F0F0 !important;
    right: -12px !important;
}

.demande-dialog #demande-motif {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    background-color: #F0F0F0 !important;
    width: 60% !important;
    height: 43px;
    color: var(--placeholder);
}

.demande-dialog #demande-status {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    background-color: #F0F0F0 !important;
    width: 60% !important;
    height: 43px;
    color: var(--placeholder);
}

.demande-dialog .demande-status-etudiant {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    background-color: #F0F0F0 !important;
    width: 60% !important;
    height: 43px;
    color: var(--placeholder);
}

.demande-dialog #globe-contre-proposition button {
    line-height: 11px;
    font-size: 11px;
}

.demande-dialog .date--custom {
    width: 60% !important;
    margin-left: 20%;
}

.demande-dialog .textarea--custom {
    width: calc(60% - 8px) !important;
    margin-left: 20%;
}

.demande-dialog .textarea--custom-medecin {
    width: 100% !important;
    margin-left: 0 !important;
}

.demande-dialog .date--custom input {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    font-family: 'Raleway', sans-serif;
    width: 100% !important;
    position: relative;
    background-color: #F0F0F0 !important;
    color: var(--placeholder);
}

.demande-dialog .textarea--custom textarea {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Raleway', sans-serif;
    width: 100% !important;
    position: relative;
    background-color: #F0F0F0 !important;
    color: var(--placeholder);
    overflow:hidden;
    display:block;
}

.demande-dialog .textarea--custom-medecin textarea {
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Raleway', sans-serif;
    width: calc(100% - 20px) !important;
    position: relative;
    background-color: #F0F0F0 !important;
    color: var(--placeholder);
    overflow:hidden;
    display:block;
}

.demande-dialog .date--custom span {
    background-color: #F0F0F0 !important;
    z-index: 10000000000 !important;
    right: -12px !important;
}

.block {
    display: block !important;
}

.demande-dialog .mdl-button {
    flex: 1;
}

.demande-dialog .close {
    background-color: #F0F0F0 !important;
}

.demande-dialog .mdl-dialog__actions {
    padding: 20px !important;
}

.demande-dialog .explain-duree {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #383838;
    width: 60% !important;
    margin-left: 20%;
    text-align: left;
}

.demande-dialog .globe-replace {
    display: flex;
    width: 60% !important;
    margin-left: 20%;
    align-items: center;
}

.demande-dialog .globe-replace .explain-replace {
    flex: 1;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    
    color: #383838;
    text-align: left;
    margin-bottom: 0 !important;
}

.demande-dialog .globe-replace .mdl-switch {
    width: max-content;
}

.demande-medecin-dialog .mdl-dialog__content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

.demande-medecin-dialog .mdl-dialog__content .demande-nom-span {
    text-transform: uppercase;
}

.demande-medecin-dialog .mdl-dialog__content p {
    font-weight: 400 !important;
    margin: 0;
}

.demande-medecin-dialog .mdl-dialog__content .duree-stage {
    margin-top: 20px;
}

.demande-medecin-dialog .mdl-dialog__content .bold-text {
    font-weight: 600;
}

.demande-medecin-dialog .mdl-dialog__content .text-refuser-demande {
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    color: rgba(0,0,0,.54);
}
 
.demande-medecin-dialog .mdl-dialog__content div {
    font-family: 'Raleway', sans-serif !important;
}

.demande-medecin-dialog .mdl-dialog__content .globe-status {
    margin-top: 20px;
    margin-bottom: 10px;
}

.demande-medecin-dialog #globe-aucune {
    margin-bottom: 20px;
}

.demande-medecin-dialog .mdl-dialog__content .select--custom {
    margin-left: 0;
    margin-top: 0;
}

.demande-medecin-dialog .mdl-dialog__content .select--custom select {
    color: var(--placeholder);
}

.demande-medecin-dialog .lapin {
    padding: 0 30px;
}

.demande-medecin-dialog .lapin .date {
    padding-left: 0px;
}

.demande-medecin-dialog .checkbox--custom .bold-text {
    font-weight: 600;
    color: rgba(0, 0, 0, .54);
    font-family: 'Raleway', sans-serif !important;
}

.demande-medecin-dialog .textarea--custom {
    width: 100% !important;
    margin-left: 0;
}

.demande-medecin-dialog .textarea--custom textarea {
    width: calc(100% - 20px) !important;
}

.globe-redirect-annonces {
    text-align: center;
    padding-top: 10px;
    font-family: 'Raleway';
}

.globe-redirect-annonces .btn--step {
    margin: auto;
}

.need-help {
    font-family: 'Raleway', sans-serif;
    margin-left: 10px;
}

#text-contre-proposition-disabled {
    font-weight: 400 !important;
    padding: 20px;
    margin-bottom: 0;
}

.text-demandes-obligation {
    font-weight: 400 !important;
    padding: 0 20px;
    padding-top: 10px;
    color: var(--placeholder);
}

#emailReset {
    font-family: 'Raleway', sans-serif;
    color: var(--placeholder);
    font-size: 0.87rem;
    font-weight: 700;
    height: 43px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 5px;
    background-color: #F0F0F0 !important;
}

/** MEDIA QUERIES **/
@media screen and (min-width: 1500px) {
    .background {
        background-size: 70%;
    }
}

@media screen and (max-width: 1300px) {
    .demande-dialog {
        margin-top: 20% !important;
    }
}

@media screen and (max-width: 770px) {
    .onepage {
        padding: 20px 0px;
    }

    .onepage nav {
        flex-direction: column;
        padding: 2vh;
        box-sizing: border-box;
    }

    .onepage form nav {
        flex-direction: row;
    }

    .onepage footer nav {
        flex-direction: row !important;
    }

    .onepage nav .slogan {
        font-size: 2.83rem;
        line-height: .60;
    }

    .onepage nav .slogan span:first-of-type {
        font-size: 1.38rem;
    }

    .onepage .background {
        background-image: url(../images/BG-m.png);
        background-size: 95%;
    }
    .demande-dialog {
        width: 90% !important;
        margin-left: 5% !important;
    }
}

@media screen and (max-width: 483px) {
    .onepage .line-breaker {
        /* flex-basis: 100%; */
        text-align: right;
    }

    .onepage .btn,
    .onepage .dropdown .btn,
    .dropdown .dropdown--content a {
        /* width: 133px; */
        font-size: 0.9rem !important;
    }

    .no--padding .btn--logout {
        width: 279px !important;
    }

    .onepage .btn--icon {
        width: 43px;
        font-size: 25px !important;
    }

    .onepage footer nav {
        font-size: 0.65rem;
    }

    .onepage footer .logo--container img {
        height: 70px;
    }

    /* .onepage footer .logo--container img {
        height: 80%;
    } */

    .onepage nav .slogan {
        font-size: 2rem;
    }

    .onepage nav .slogan span:first-of-type,
    .onepage nav .slogan span:last-of-type {
        font-size: 1rem;
    }

    #binoculars {
        height: 60px;
    }

    .bicolor {
        background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 60vh, rgb(255,255,255) 60vh, rgb(255,255,255) 100%);
        background-repeat: no-repeat;
    }

    form {
        width: 100% !important;
    }

    .btn--submit,
    .card input,
    .card select,
    .section input,
    .section select {
        min-width: 260px;
    }

    .input-list--item input {
        min-width: 70px;
    }

    .card .card--content #mForm--3 #mVille {
        max-width: 134px;
    }

    .card .btn--medium {
        min-width: 200px;
    }

    .card .card--header {
        width: 100%;
    }

    .card .card--header .active {
        min-width: 0 !important;
    }

    .onepage .card--with-header .card--content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .onepage .card .card--content form nav {
        padding-left: 0;
        padding-right: 0;
    }

    .section {
        max-width: calc(100% - 20px);
        width: 100%;
        min-width: 300px;
        max-width: 100%;
        padding: 10px 0;
    }

    input,
    .select--custom,
    .select--custom select,
    .date--custom,
    .input--m,
    .input--s,
    .input--s {
        width: calc(100% - 20px) !important;
    }

    .onepage .card {
        min-width: 0 !important;
        margin: 0 10px !important;
    }
    .onepage .card--content nav {
        flex-direction: column !important;
    }

    .onepage .card--content nav button {
        width: 100%;
    }

    .onepage .card--content nav .btn--step {
        width: 100%;
    }

    .section--container {
        padding: 0px;
        min-width: 0;
    }

    .section-container {
        padding: 0px;
        min-width: 250px;
    }

    .section .section {
        min-width: 250px;
        max-width: fit-content !important;
        max-width: -webkit-fill-available !important;
    }

    .weekly--container {
        margin-left: 0px;
        font-size: 0.7rem;;
    }

    nav .nav--subcontainer:last-of-type {
        height: 75px;
    }

    nav .nav--subcontainer .btn {
        width: auto;
    }

    .section-table {
        padding-left: 0;
        padding-right: 0;
    }

    .section-table .section {
        padding-left: 0;
        padding-right: 0;
    }
    
    #formContact {
        min-width: 0px;
    }
    
    #formContact .btn--submit {
        margin: auto;
    }

    .nav-medecin {
        padding: 0 !important;
    }    
    
    .nav-medecin .btn {
        width: auto;
        padding: 10px;
        min-width: 0;
    }


}