body {

    background-image: url("/assets/fond-orange-can.jpg");
    background-color: #0F0F0F;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-repeat: repeat;
    min-height: 100vh;
    width: 100%;
    position: relative;
}



.login {
    width: 100%;
    margin: auto;
    height: 100%;
}

.logo-orange {
    width: 50px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}



.login-box {
    width: 300px;
    position: relative;
    align-self: center;
    margin-top: 0px;
}

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.bg_login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_login .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 70vh;
    width: 100%;
    min-width: 300px;
    margin: auto;
}

.login-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 78vh;
    margin: auto;
}

.w-80 {
    width: 80%;
}

.box {
    width: 100%;
    /* margin-left: 10%; */
    position: relative;
    bottom: 20%;
    /* line-height: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #ffffff63;
}

.footer-login {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 40px;
    background-color: white;
    color: #FF7900;
    border-top-left-radius: 100px 5em;
    border-top-right-radius: 100px 5em;
}

.footer-login h3 {
    color: #FF7900;
    text-align: center;
}

#numtel {
    width: 60%;
    margin: auto;
}

#numtel::-webkit-input-placeholder {
    font-size: 15px !important;
    text-align: center;
}

#numtel::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px !important;
    text-align: center;
}

#numtel:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px !important;
    text-align: center;
}

#nexttel {
    width: 60%;
    background-color: #FF7900;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    z-index: 99;
    position: relative;
}

#subbtn {
    width: 60%;
    background-color: #FF7900;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    z-index: 99;
    position: relative;
}

.langue {
    list-style: none;
    /* position: absolute; */
    /* top: 75%; */
    /* left: 30%; */
    line-height: 35px;
    text-align: center;
    font-size: 32px;
    margin-right: 30px;
    text-shadow: 1px 2px #000000;
    margin-top: 36px;
}

.langue li {
    color: #ffffff;
    text-align: center;
}

.infosub1 {
    color: #ffffff;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 40px;
    text-align: end;
    width: 110%;
}

.infosub2 {
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 52px;
    right: 0px;
    width: 80%;
}

.infosub3 {
    color: #ffffff;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 45px;
    text-align: end;
    width: 110%;
}

.infoprix {
    position: absolute;
    bottom: -17px;
    width: 100%;
    left: -10px;
    height: 77px;
}

.infoprix svg {
    width: 120% !important;
}

.copyrights {
    text-align: center;
    /* line-height: 5px; */
    position: fixed;
    bottom: 0vh;
    left: 0px;
    right: 0px;
    background-color: #FF7900;
    color: white;
    width: 100%;
    /* margin: 9px; */
    padding: 10px;
    /* height: 7vh; */
}

.copyrights p {
    padding: 0;
    margin: 0;
    font-size: 0.7em;
}

#tel,
#tel2 {
    width: 85%;
    margin: auto;
    margin-top: 15px;
}

input[type=radio] {
    /* border: 34px solid #FF7900; */
    padding: 4px;
    -webkit-appearance: none;
    background-color: transparent;
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    border-width: 3px;
    margin: 7px;
    height: 15px;
    border-style: solid;
    border-image: linear-gradient(to top right, #FF7900, #FF7900) 1;

}

input[type=radio]:checked {
    background: #FF7900 center center;
    background-size: 9px 9px;
}

input[type=radio]:focus {
    outline-color: transparent;
}

.logo-orange {
    height: 116px !important;
    object-fit: contain !important;
    /* margin-top: -14px; */
    padding-top: 15px !important;
}

.nav-link {
    margin-bottom: -1px;
    border: 1px solid #ff7900 !;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: transparent;
    color: white;
}

.nav-link.active {
    margin-bottom: -1px;
    border: 1px solid #ff7900;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #ff7900 !important;
    color: white !important;
}

.nav-tabs {
    border-block-width: inherit;
}

.btntab2 {
    background-color: transparent;
    border-radius: 20px 0px 0px 20px;
    color: #ffffff;
    border: 1px solid #ff7900 !important;
}

/* Language Dropdown Styles */
.language-selector {
    z-index: 1050;
}

.language-btn {
    background-color: rgba(255, 121, 0, 0.9);
    border: 1px solid #ff7900;
    color: white;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.language-btn:hover {
    background-color: #ff7900;
    border-color: #e66a00;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.language-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 121, 0, 0.25);
    color: white;
}

.language-btn img {
    margin-right: 5px;
    border-radius: 2px;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #ff7900;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    min-width: 120px;
}

.dropdown-item {
    color: #333;
    padding: 8px 15px;
    font-size: 12px;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: rgba(255, 121, 0, 0.1);
    color: #ff7900;
}

.dropdown-item img {
    margin-right: 8px;
    border-radius: 2px;
}

.btntab2 {
    background-color: transparent;
    border-radius: 20px 0px 0px 20px;
    color: #ffffff;
    border: 1px solid #ff7900 !important;
}