::-webkit-scrollbar {
    width: 0 !important;
}

:root {
    --previousmain-color: #80a8db;
    --main-color: #ea886b;
}

* {
    outline: none;
}
body {
    margin: 0;
    font-family: 'Gotham XNarrow';
    background-color: #fff9f4;
}

.red-text {
    color: red;
}
.title {
    font-family: 'Gilroy';
}

select {
    background-color: #fff9f4 !important;
    border: 1px solid #d6cec6 !important;
}
.hidden {
    display: none;
}
.bold {
    font-weight: 900;
}
.centered {
    text-align: center;
}
.important {
    color: var(--main-color);
}

.big-info {
    font-size: 20px;
}
a {
    color: var(--main-color);
}
header {
    width: 100vw;
    height: 370px;
    position: relative;
}

.register-section {
   -margin-top: 50px;
    margin-bottom: 50px;
}
.register-header {
    width: 100vw;
    height: 350px;
    background-image: url("/assets/banniere.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.register-to-register-wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#toRegister {
    border: 7px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-right: auto;
    margin-left: auto;
}

#toRegister > i {
    color: white;
    font-weight: bold;
    font-size: 40px;
}

.register-form {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.register-form-division {
    margin-bottom: 50px;
}

.register-step-one {
    min-height: 100vh;
}

.register-form-label {
    text-transform: uppercase;
    color: black;
    font-size: 1.5rem;
}

.register-step-two {
    display: none;
}

.register-step-three {
    display: none;
        text-align: center;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: var(--main-color);
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: var(--main-color);
}

input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--main-color);
    -webkit-box-shadow: 0 1px 0 0 var(--main-color);
    box-shadow: 0 1px 0 0 var(--main-color);
}
.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid var(--main-color);
}


[type="checkbox"]:checked+span:not(.lever):before {
                    top: -4px;
                    left: -5px;
                    width: 12px;
                    height: 22px;
                    border-top: 2px solid transparent;
                    border-left: 2px solid transparent;
                    border-right: 2px solid var(--main-color);
                    border-bottom: 2px solid var(--main-color);
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid var(--main-color);
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: var(--main-color);
}

button:focus {
    outline: none;
    background-color: #FFF;
    color: var(--main-color);
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: var(--main-color);
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.register-choice-wrapper {
    -display: flex;
    -align-items: center;
}

.register-choice-input {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.register-button-wrapper {
    margin-top: 100px;
}
.register-button {
    background-color: var(--main-color);
    color: white;
    border: 2px solid var(--main-color);
    outline: none;
    font-family: 'Gotham XNarrow';
    font-size: 2rem;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#registerStepTwo {
    min-height: 100vh;
    padding-top: 100px;
}

.register-step-transfert, .register-final-validate {
    display: none;
}

.register-warning {
    color: red;
    visibility: hidden;
}

.register-pass-info {
    text-align: center;
    border: 2px solid var(--main-color);
    padding: 30px;
}

.register-regime {
    display: none;
}

.register-acheminement-info > p{
    font-family: 'Gotham XNarrow Book';
}

.register-acheminement-info > ul {
    padding-left: 30px;
}

.register-acheminement-info> ul> li {
    list-style-type: disc;
}

.register-hebergement-radio-left,
.register-transfert-radio-left {
    margin-right: 40px;
}


.timepicker-digital-display {
    background-color: var(--main-color);
}

.timepicker-close {
    color: var(--main-color);
}
.timepicker-canvas line {
    stroke: var(--main-color);
}
.timepicker-canvas-bg, .timepicker-canvas-bearing {
    fill:  var(--main-color);
}

#transfertTwo {
    display: none;
}

.register-transfert-subtitle {
    font-size: 1.5rem;
}


#transportMore,
#voitureInfo,
#navetteBlockTrainOrPlane,
#navetteBlockTrainPlaneNavette,
#transferTitle
{
    display: none;
}

.very-big {
    font-size: 25px;
}
.medium {
   font-size: 20px;
}
@media screen and (max-width:600px) {
    header {
        width: 100vw;
        height: 200px;
    }
    .register-header {
        width: 100vw;
        height: 200px;
        background-image: url("/assets/images/BanniereV3.jpeg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .register-form {
        width: 80%;
    }

    .register-step-one {
        min-height: 100vh;
        padding-top: 15px;
    }

    #choiceColor {
        width: 90vw;
        transform: translate(-70px, 10px);
    }
}



.register-venue-radio {
padding-left: 20px;
    padding-right: 20px;
}
.register-venue-radio > label >span {
    font-size: 1.5rem !important;
}

.bleu {
    background-color: #34548b;
}

.vert {
        background-color: #86b049;
    }
.violet {
    background-color: #4d2781;
}
.jaune {
        background-color: #ffc000;
    }
.rose {
    background-color: #f67392;
}

.colorChoice {
    color: #FFF;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    flex-wrap: wrap;
}

#choiceColor {
    display: flex;
    justify-content: space-around;
}

h2 {
    font-size: 1.5rem;
       color: var(--main-color);
}
.border {
    border: 2px solid red;
}
.orange2 {
    color: var(--main-color);
}

.title-small {
    font-size: large;
}