/*html, body {margin: 0; height: 100%; overflow: hidden}*/

@import url('color.css');
.con-logo {
    width: 100%;
    max-width: 250px;
}

.con-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(to bottom, #ffffff, #ebd2d6)
}

.vis-bg {
    background: url("../img/connexion/bg_visiteur.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
}

.con-girl {
    width: 79%;
    height: auto;
}

.visitor-image {
    width: 80%;
}

.con_btn {
    min-width: 70%;
    max-width: 150px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    border-radius: .7em;
    font-weight: bold;
    border-width: .15rem;
}

.con-btn-size-1 {
    font-size: .9em;
}

.con-btn-size-2 {
    font-size: 1.3em;
}

@media only screen and (min-width: 500px) {
    .con_form {
        width: 30rem
    }
    .vh-100 {
        height: 100vh !important;
    }
}

@media only screen and (max-width: 499px) {
    .con_form {
        width: 21.5rem;
        overflow-y: auto !important;
    }

    .vh-100 {
        height: auto !important;
    }
}

.con_input {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    border-radius: .7em;
    border-width: .15rem;
}

.con_input::placeholder {
    background-color: #fff;
    color: black;
    font-family: 'Opificio', 'Exo 2', serif;
}

.con_input:focus {
    background-color: #fff;
}

.start-cn-page {
    max-width: 40px;
}

.bg-bienvenue {
    background: url("../img/connexion/bg_bienvenue.png") no-repeat;
    background-size: 90%;
}

.absolute-profile-input {
    position: absolute;
    top: 20%;
    right: 0;
    left: 20%;
    z-index: 1000;
    width: 248px;
    height: 248px;
    opacity: 0;
    background-repeat: no-repeat;
}

.absolute-profile {
    width: 248px;
    height: 248px;
    background-color: var(--color-pink);
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 913px) {
    .absolute-profile {
        position: absolute;
        /*top: 20%;*/
        /*right: 0;*/
        /*left: 20%;*/
        z-index: 2;
    }
}

@media only screen and (max-width: 912px) {
    .absolute-profile-div {
        justify-content: center;
        display: flex;
    }
    .absolute-profile-input {
        position: absolute;
        top: 20%;
        left: 0;
    }
}


/*.absolute-pen{*/


/*    width: 1.5rem;*/


/*    top: 23.5rem;*/


/*    left: 20.5rem;*/


/*}*/

.remove-padding {
    padding: 0;
}

.remove-margin {
    margin: 0;
}

@media (min-width: 992px) {
    .modal-lg {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1050px;
    }
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff !important;
    background: rgba(177, 9, 38, 1) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
}

.btn-close:hover {
    color: var(--color-danger) !important;
    text-decoration: none;
    opacity: 0.75;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-color: rgba(177, 9, 38, 1) !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(177, 9, 38, 1) !important;
    opacity: 1;
}

.login-separator {
    border-top: 1px solid #53575a;
    height: 40px;
}

.login-separator span {
    position: relative;
    top: -10px;
    left: calc(50% - 15px);
    background: #ffffff;
    display: block;
    width: 30px;
    text-align: center;
}

.mb-40px {
    margin-bottom: 40px;
}

.btn-outline-danger {
    --bs-btn-color: #cd102d;
    --bs-btn-border-color: #cd102d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cd102d;
    --bs-btn-hover-border-color: #cd102d;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cd102d;
    --bs-btn-active-border-color: #cd102d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #cd102d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #cd102d;
    --bs-gradient: none;
}

.con-form-icon{
    top: .7rem;
    right: 1rem;
    font-size: 1.3rem;
    font-family: 'Exo 2', 'Opificio', serif;
    color: var(--color-grey-light);
}

.con-form-icon:hover{
    color: var(--color-grey-title);
}