﻿body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-image: url("../assets/acceuil-can.jpg");
    background-repeat: repeat;
    min-height: 100vh;
    width: 100%;
    position: relative;

}

@media screen and (min-width: 1024px) {
    .tel_btn {
        width: 270px !important;
    }

    .taille {
        width: 98% !important;
        font-size: 14px !important;
    }

    .logo {
        width: 85px;
    }

    .newBg {
        background: url(../assets/acceuil-can.jpg) repeat;
        max-width: 600px;
        /* position: relative; */
        margin: auto;
    }

}

.newBg {
    background: url(../assets/acceuil-can.jpg) repeat ;
    background-size: cover;

}

.taille {
    width: 82%;
    font-size: 10px;
}

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

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

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

.center {
    margin: auto;
    width: 50%;
    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;
}

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

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

.footer-login h3 {
    color: #ff6600;
    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: #ff6600;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    margin-top: 15px;
    z-index: 5;
}

.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;
    right: 66px;
}

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

.infoprix {
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: -43px;
    height: 77px;
    z-index: 0;
}

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

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

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

#tel {
    width: 60%;
}

.lignes {
    position: absolute;
    bottom: 65px;
    right: 0px;
}

.lignekoora {
    position: relative;
}

.koora {
    position: absolute;
    bottom: 146px;
    right: 0px;
    width: 65px;
    height: 65px;

}

.by_orange {
    color: #ff6600;
    font-weight: 600;
    margin-top: -15px;
    text-align: center;
}

.infosub {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.7em;
    text-align: center;
    z-index: 9;
}

/* Language - Selector */
.langSelector {
    position: relative;
    width: 100px;
}

.langSelector abbr {
    font: inherit;
    text-decoration: none;
}

.langSelectorHeader {
    color: #ffffff;
    cursor: pointer;
}

.langSelectorTitle {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    font-weight: 400;
}

.langSelectorTitle .fa {
    display: block;
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 12px;
}

.langSelectorBody {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #ff6600;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.langSelectorHeader:hover+.langSelectorBody,
.langSelectorHeader:focus+.langSelectorBody,
.langSelectorBody:hover,
.langSelectorBody:focus,
.langSelectorBody:active {
    display: block;
}

.langSelectorListItem+.langSelectorListItem {
    border-top: 1px solid #ddd;
}

.langSelectorListName {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.langSelectorListName,
.langSelectorListName:link,
.langSelectorListName:visited {
    text-decoration: none;
    color: #000000;
}

.langSelectorListName:hover,
.langSelectorListName:focus,
.langSelectorListName:active,
.langSelectorListName.active {
    background-color: #306e3e;
    color: #ffffff;
}

.langSelectorListNameFlag {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    left: 10px;
    top: 10px;
    width: 24px;
    height: 16px;
    vertical-align: top;
}

.langSelectorListNameFlag img {
    display: block;
    position: absolute;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%);
}

.langSelectorListNameLabel {
    display: inline-block;
    vertical-align: top;
}

.langSelectorList {
    padding-left: 0;
}

.lngpos {
    position: absolute;
    right: 0;
    top: 60px;
}

.lngpos2 {}

.disclaimer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #D9D9D952;
    padding: 10px;
    border-radius: 5px;
}

.btn_abon,
.btn_abon:hover,
.btn_abon:active,
.btn_abon:focus {
    width: 244px;
    height: 57px;
    top: 441px;
    left: 77px;
    background: #ff6600;

}

.btn-close {
    margin-right: 10px;
    margin-top: 5px;
}

.sabonner {
    border: 3px solid #ff6600;
    background-color: #18181817;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 7px;
    line-height: 35px;
}


.buttons {
    flex-direction: column;
}

.tel_btn {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    width: 75%;
}

.tel::placeholder {
    color: #ffffff;
}

.bg_grad {
    background: linear-gradient(182.22deg, #ff6600 1.87%, #ff6700 98.13%);
    color: black;
}