@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: 0;
    height: 100%;
    min-height: 100vh;
    margin: 0;
}

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

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

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

.header--title {
    color: var(--primary);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3.5em;
    line-height: 2em;
}

.header--hello {
    color: var(--primary);
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    flex: 1;
    text-align: end;
    padding-left: 20px;
    min-width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.btn {
    height: 43px;
    min-width: 171px;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid var(--primary);
    white-space: nowrap;
    color: white;
    background-color: var(--primary);
    font-family: "Roboto";
    font-weight: 700;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1rem;
    /* box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.25); */
    border-radius: 15px;
}

.btn-active {
    background-color: var(--primary);
    color: white;
}

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

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

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

.cancel {
    background-color: var(--white) !important;
    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;
}

.btn-orange {
    background-color: var(--orange);
    color: white;
    border: 1px solid var(--orange);
}

.btn-orange:hover {
    color: var(--orange) !important;
    background-color: white !important;
    border: 1px solid var(--orange);
}

.btn-orange-force {
    background-color: var(--orange) !important;
    color: white !important;
    border: 1px solid var(--orange) !important;
}

.btn-orange-force:hover {
    color: var(--orange) !important;
    background-color: white !important;
    border: 1px solid var(--orange) !important;
}

.btn-green {
    background-color: var(--green) !important;
    color: white !important;
    border: 1px solid var(--green);
}

.btn-green .particle {
    color: white !important;
}

.title--particle.btn-green:hover .particle {
    color: var(--green) !important;
}

.title--particle.btn-green .particle:hover {
    color: var(--green) !important;
}

.btn-green-inverted {
    background-color: white !important;
    color: var(--green) !important;
    border: 1px solid white;
}

.btn-green-inverted .particle {
    color: var(--green) !important;
}

.title--particle.btn-green-inverted:hover .particle {
    color: var(--green) !important;
}

.title--particle.btn-green-inverted .particle:hover {
    color: var(--green) !important;
}

.btn-orange-inverted {
    background-color: white !important;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.btn-orange-inverted .particle {
    color: var(--orange) !important;
}

.title--particle.btn-orange-inverted:hover .particle {
    color: white !important;
}

.title--particle.btn-orange-inverted .particle:hover {
    color: white !important;
}

.btn-inverted {
    background-color: white;
    color: var(--primary);
    border: 1px solid var(--primary);
}

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

.btn--logout {
    background-color: white !important;
    color: var(--separation);
    /* width: 276px; */
    width: min-content !important;
    min-width: unset !important;
    border-color: var(--separation);
}

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

.primary {
    color: var(--primary);
}

.green {
    color: var(--green);
}

.orange {
    color: var(--orange);
}

.btn-faq:hover span {
    color: white !important;
}

.btn--subnav {
    min-width: 218px;
    background-color: 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: white;
    width: 80% !important;
    box-sizing: border-box;
    height: 61px;
    position: relative;
    margin: 20px auto;
    font-size: 0.7rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-weight: 600;
}

.btn--register {
    background-color: var(--primary);
    color: white;
    width: 80% !important;
    box-sizing: border-box;
    height: 61px;
    position: relative;
    margin: 20px auto;
    font-size: 1.2em !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-weight: 600;
}

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

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

.btn-green:hover {
    color: var(--green) !important;
    background-color: white !important;
    border: 1px solid var(--green);
}

.btn-green-inverted:hover {
    color: var(--green) !important;
    background-color: white !important;
    border: 1px solid var(--green);
}

.btn-orange-inverted:hover {
    color: white !important;
    background-color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.btn--step:disabled {    
    background-color: var(--white) !important;
    color: white !important;
    cursor: not-allowed;
}

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

.btn--step .button-input {
    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 input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.btn--submit span {
    font-size: 1.8rem !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(--primary);
    padding: 5px 0px;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--border);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    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(--input);
    font-size: 1em;
    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(--input);
    opacity: 1;
}

::placeholder {
    color: var(--input);
    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(--input);
    font-size: 1em;
    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: 'Roboto', sans-serif;
    font-weight: bold;
    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: 14px;
    width: 25px;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.title--particle:hover .particle {
    color: white !important;
}

.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-left {
    flex: 1;
    max-width: 30%;
    overflow-x: hidden;
    background-color: var(--white);
}

.section-left .admin-part {
    padding: 0;
}

.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(--green);
    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);
}

.candidatures--list table thead tr {
    background-color: var(--orange);
}

.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(--primary);
}

/** SCROLLBAR **/

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

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

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

/** NAVIGATION SECTION **/

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

nav .nav--subcontainer img {
    height: 100px;
    object-fit: contain;
    margin: 0px 20px;
}

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

nav .nav--subcontainer:last-of-type {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* height: 110px; */
}

.nav--margin {
    margin-top: 20px;
}

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

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: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--dark-grey);
}

/** FOOTER SECTION **/
footer {
    z-index: 1;
    background-color: var(--footer);
    color: var(--dark-grey);
}

.no--padding footer {
    padding: 0 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 20px;
    text-align: center;
    color: var(--separation) !important;
    font-family: "Roboto";
    font-size: 16px;
}

#formLogin #email, #myForm #myEmail {
    border: 1px solid var(--primary);
    width: 100% !important;
    margin: 10px 0 !important;
}

#formLogin #password, #myForm #password {
    border: 1px solid var(--primary);
    width: 100% !important;
    margin: 10px 0 !important;
}

input:disabled {
    opacity: 0.7;
}

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

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

.texte-rgpd {
    width: 100%;
    word-break: break-word;
    white-space: pre-line;
    font-size: 12px;
    line-height: 16px;
    text-align: start;
}

.texte-rgpd a {
    font-style: italic;
    color: rgb(83,109,254);
}

.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;
}

.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%;
}

#dual-dialog {
    min-width: 330px;
}

.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;
}

.disabled-select {
    background-color: var(--w) !important;
    opacity: 0.7 !important;
}

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

.hidden {
    display: none;
}

#formContact {
    min-width: 350px;
}

.select--custom span, .date--custom span {
    height: 41px;
    width: 42px;
    right: 1px;
    bottom: 1px;
}

input, .select--custom {
    border: 1px solid var(--primary);
    width: 100% !important;
    margin: 10px 0 !important;
}

textarea {
    border: 1px solid var(--primary);
    margin: 10px 0 !important;
    width: calc(100% - 10px) !important;
}

.form-adjusted .speudo-bg-white.select--custom select {
    margin: 0 !important;
    color: var(--input);
}

.form-adjusted .speudo-bg-white.select--custom .span-select {
    bottom: 1px !important;
}

.section-table {
    padding-top: 0px;
}

.global {
  display: block;
}

.separe {
  display: none;
}

#button-cancel-dual-dialog {
    margin: 10px 0;
}

#button-valid-dual-dialog {
    margin: 10px 0;
}

.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;
    align-items: center;
}

.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;
    margin-top: 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);
    border: 1px solid var(--green);
}

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

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

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

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

.globe-dates-candidatures input {
    border: 1px solid var(--orange);
}

.globe-dates-candidatures select {
    border: 1px solid var(--orange);
}

.globe-dates-candidatures .material-icons-outlined {
    color: var(--orange);
}

.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: 5%;
    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(--orange);
    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%;
}

.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;
}

.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);
}

.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;
}

/* .admin-part {
    width: 60%;
    margin: auto;
} */

.admin-part nav {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.admin-part h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: var(--primary);
    font-family: 'Roboto';
    font-weight: bold;
}

/* .admin-part .select--custom span, .admin-part .date--custom span {
    height: 41px;
    width: 42px;
    right: 1px;
    bottom: 11px;
} */

.admin-part input, .admin-part select {
    border: 1px solid var(--primary);
    width: 100% !important;
    /* margin: 10px 0 !important; */
}

.admin-part .mdl-switch {
    margin: 5px 0 !important;
}

.admin-part textarea {
    margin: 10px 0 !important;
    width: calc(100% - 10px) !important;
}

.admin-part .select--custom, .admin-part .date--custom {
    width: 100% !important;
    margin: 10px 0 !important;
}

/* .form-demande-prospect {
    width: 60%;
    margin: auto;
} */

.form-adjusted .sublink {
    display: block;
    padding: 16px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    cursor: pointer;
}

.form-adjusted nav {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.form-adjusted h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: var(--green);
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 0px;
}

.form-account-prospect h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: var(--primary);
    font-family: 'Roboto';
    font-weight: bold;
}

.mes-demandes h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: var(--green);
    font-family: 'Roboto';
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
}

.mes-demandes form .date--custom {
    margin-top: 0;
    margin-left: 0;
}

.mes-demandes form select {
    margin-top: 0;
    margin-left: 0;
}

.mes-demandes form button {
    margin-top: 0;
    margin-left: 0;
}

.mes-demandes .globe-delete-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.mes-candidatures h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: var(--orange);
    font-family: 'Roboto';
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
}

.mes-candidatures form .date--custom {
    margin-top: 0;
    margin-left: 0;
}

.mes-candidatures form select {
    margin-top: 0;
    margin-left: 0;
}

.mes-candidatures form button {
    margin-top: 0;
    margin-left: 0;
}

.mes-candidatures .globe-delete-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.form-adjusted .select--custom span, .form-adjusted .date--custom span {
    height: 41px;
    width: 42px;
    right: 1px;
    bottom: 11px;
}

.form-demande-prospect .select--custom span, .form-demande-prospect .date--custom span {
    color: var(--green);
}

.form-annonce-prospect .select--custom span, .form-annonce-prospect .date--custom span {
    color: var(--orange);
}

.form-account-prospect .select--custom span, .form-account-prospect .date--custom span {
    color: var(--primary);
}

.section .form-account-prospect .select--custom {
    border: 1px solid var(--primary);
    color: var(--input);
}

.section .form-adjusted input, .section .form-adjusted select {
    width: 100% !important;
    margin: 10px 0 !important;
}

.section .form-account-prospect input, .section .form-account-prospect select {
    border: 1px solid var(--primary);
    color: var(--input);
}

.form-adjusted .mdl-switch {
    margin: 5px 0 !important;
}

.form-adjusted textarea {
    margin: 10px 0 !important;
    width: calc(100% - 10px) !important;
    color: black;
    background-color: white;
}

.form-adjusted .select--custom, .form-adjusted .date--custom {
    width: calc(100% - 2px) !important;
    margin: 10px 0 !important;
    color: var(--input);
}

.section-demande {
    background-color: var(--green);
}

.form-demande-prospect .header-demande {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.form-demande-prospect h1 {
    color: white;
    display: inline-block;
}

.form-demande-prospect .sublink {
    color: white;
    display: inline-block;
    font-weight: bold;
}

.form-demande-prospect .multiline-toggle .mdl-switch__label {
    color: white;
}

.form-demande-prospect textarea {
    color: var(--input);
}

.form-demande-prospect textarea:read-only {
    opacity: 0.7;
}

.form-demande-prospect .required-explain {
    width: 100;
    color: white;
}

.form-demande-prospect #filename {
    color: white;    
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}

.section .form-demande-prospect input::placeholder, .section .form-demande-prospect select::placeholder {
    /* color: var(--green); */
}

.section .form-demande-prospect input, .section .form-demande-prospect select {
    /* color: var(--green); */
    border: 1px solid var(--green);
}

.section .form-demande-prospect .select--custom {
    border: 1px solid var(--green);
    /* color: var(--green); */
}

.section-annonce {
    background-color: var(--orange);
}

.form-annonce-prospect .header-annonce {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.form-annonce-prospect h1 {
    color: white;
    display: inline-block;
}

.form-annonce-prospect .sublink {
    color: white;
    display: inline-block;
    font-weight: bold;
}

.form-annonce-prospect .multiline-toggle .mdl-switch__label {
    color: white;
}

.form-annonce-prospect textarea {
    color: var(--input);
}

.form-annonce-prospect textarea:read-only {
    opacity: 0.7;
}

.form-annonce-prospect .required-explain {
    width: 100;
    color: white;
}

.form-annonce-prospect #filename {
    color: white;    
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}

.section .form-annonce-prospect input::placeholder, .section .form-annonce-prospect select::placeholder {
    /* color: var(--orange); */
}

.section .form-annonce-prospect input, .section .form-annonce-prospect select {
    /* color: var(--orange); */
    border: 1px solid var(--orange);
}

.section .form-annonce-prospect .select--custom {
    border: 1px solid var(--orange);
    /* color: var(--orange); */
}

.form-annonce-prospect .select--custom, .form-annonce-prospect .date--custom {
    margin: 0px 0 !important;
}

.multiline-toggle {
    height: max-content;
    display: flex;
    align-items: center; 
}

.multiline-toggle .mdl-switch__label {
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: var(--input);
}

.multiline-toggle-green .mdl-switch.is-checked .mdl-switch__track {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.multiline-toggle-green .mdl-switch__ripple-container .mdl-ripple {
  background-color: white !important;
}

.multiline-toggle-green .is-checked .mdl-switch__thumb {
  background-color: white !important;
}

.multiline-toggle-orange .mdl-switch.is-checked .mdl-switch__track {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.multiline-toggle-orange .mdl-switch__ripple-container .mdl-ripple {
  background-color: white !important;
}

.multiline-toggle-orange .is-checked .mdl-switch__thumb {
  background-color: white !important;
}

.header-documents {
    font-size: 3em;
    font-weight: bold;
    font-family: 'Roboto';
    font-weight: bold;
    color: var(--orange);
}

.documents-list .categorie-title {
    font-weight: bold;
    display: block;
    cursor: pointer;
    color: var(--primary);
    font-size: 28px;
    line-height: 28px;
    position: relative;
    font-family: 'Roboto';
    font-weight: bold;
}

.documents-list .subcategorie-title {
    font-weight: bold;
    display: block;
    cursor: pointer;
    color: var(--separation);
    font-size: 20px;
    line-height: 20px;
    position: relative;
    font-family: 'Roboto';
    font-weight: bold;
}

.documents-list .categorie-title .material-icons-outlined {
    position: absolute;
    font-size: 28px;
}

.documents-list .categorie-active .categorie-title .material-icons-outlined {
    transform: rotate(90deg);
}

.documents-list .subcategorie-active .subcategorie-title .material-icons-outlined {
    transform: rotate(90deg);
}

.documents-list ul {
    list-style: none; /* Remove default bullets */
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.documents-list .document-title {
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 1.2em;
    color: var(--separation);
    margin-bottom: 6px;
    font-family: 'Roboto';
    font-weight: bold;
}

.documents-list .document-title .material-icons-outlined {
    position: absolute;
}

.documents-list .active .document-title .material-icons-outlined {
    transform: rotate(90deg);
}

.documents-list .document-subtitle {
    /* display: none; */
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.documents-list .document-subtitle button {
    margin-top: 10px;
    pointer-events: all;
    padding: 5px;
    height: 30px;
    font-size: 1.3em;
}

.documents-list .document-subtitle-active {
    display: block !important;
}

.card--footer .button-footer-login {
    width: 100%;
    display: inline-block;
}

.card--footer .subtext-button {
    width: 80% !important;
    margin: auto;
    font-size: 12px;
}

/** 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: 2rem;
    }

    .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: 1340px) {
    .header--title {
        font-size: 3em;
        line-height: 2.5em;
    }
}

@media screen and (max-width: 1170px) {
    .header--title {
        font-size: 2.5em;
        line-height: 3em;
    }
}

@media screen and (max-width: 1020px) {
    nav .nav--subcontainer img {
        height: 90px;
        margin: 0 10px;
    }
    .header--title {
        line-height: 2.4em;
    }
    .header--hello {
        font-size: 1.5em;
    }
    nav {
        justify-content: start;
    }
    .page-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 980px) {
    .header--title {
        font-size: 2em;
        line-height: 3em;
    }
}

@media screen and (max-width: 825px) {
    .header--title {
        font-size: 1.5em;
        line-height: 4em;
    }
}

@media screen and (max-width: 667px) {

    nav .nav--subcontainer img {
        height: 80px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 630px) {
    .form-demande-prospect .header-demande {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 650px) {
    nav .nav--subcontainer img {
        height: 70px;
    }
    .header--title {
        line-height: 3em;
    }
    .header--hello {
        font-size: 1.2em;
    }

    .page-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    .header--title {
        font-size: 1.2em;
        line-height: 4em;
    }
}

@media screen and (max-width: 540px) {
    nav .nav--subcontainer img {
        height: 60px;
    }
    .header--title {
        font-size: 1em;
        line-height: 4em;
    }
}

@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;
    }

    .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;
    }

    .onepage .card--container .card--footer .btn--register {
        font-size: 0.8em !important;
    }

    .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;
        padding-top: 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;
    }

    .header--title {
        font-size: 1em;
        line-height: 5em;
    }

    .header--hello {
        font-size: 1em;
    }
}

@media screen and (max-height: 900px) {
    nav .nav--subcontainer img {
        height: 90px;
    }
    .header--title {
        font-size: 2.5em;
        line-height: 2.5em;
    }
    .header--hello {
        font-size: 1.5em;
    }

    .btn {
        min-width: unset;
        height: 36px;
        padding: 6px 12px;
        font-size: 1.3rem;
    }
    .card .card--content #formLogin .btn--submit {
        min-width: unset;
        height: 36px;
        padding: 6px 12px;
        font-size: 1.3rem;
    }

    .card .card--content #formLogin .btn--submit span {
        line-height: 1em !important;
    }
}