﻿@import url('https://cdn.jsdelivr.net/npm/cooltipz-css/cooltipz.css');

:root {
    --cooltipz-font-size: 12px;
    --cooltipz-large: 280px;
}

.full-screen {
    padding: 0px 5px;
}

div.forny-inner {
    animation: createBox 1.5s;
    width: 400px;
}


@keyframes createBox {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#backgroundImage {
    position: relative !important;
    background-size: cover !important;
    height: 100%;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
    .margin-left-sm-8 {
        margin-left: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .margin-left-md-6 {
        margin-left: 50%;
    }
}
@media (max-width: 767px) {
    .no-margin-xs {
        margin: 0 !important
    }
}

.forny-container {
    font-size: 11px;
    min-height: 100vh;
    color: #000;
    width: 400px;
    margin: 0 auto;
    padding-top: 50px;
    perspective: 1000px;
}

.POPSANTE .forny-container{
    min-height: 580px;
}

.forny-container.retourne .forny-inner {
    transform: rotateY(180deg);
}

.forny-inner {
    position: relative;
    display: block;
    height: auto;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

    .forny-inner .login-form,
    .forny-inner .recover-form {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; /* Safari */
        padding: 2.5rem;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
        width: 400px;
        min-height: 450px;
        height: auto;
    }

    .forny-inner .vente2temps {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; /* Safari */
        padding: 2.5rem;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
        width: 600px;
        min-height: 450px;
        height: auto;
    }
        
    .forny-inner .bouton-close {
        position: absolute;
        top: -5px;
        right: -4px;
        z-index: 50;
    }

        .forny-inner .bouton-close i {
            opacity: 0.8;            
            font-size: 28px;
            cursor: pointer;
        }

            .forny-inner .bouton-close i:hover {
                opacity: 1;
            }


.input-group {
    position: relative;    
    padding-bottom: 13px;
    width: 350px;
}

.input-group-icon {
    float: left;
    border: solid 1px #000;
    border-right: none;
    background: transparent;
    width: 51px;
    height: 42px;
}

.input-group-prepend {
    float: right;
    border: solid 1px #000;
    border-left: none;
    background: transparent;
    width: 299px;
}

.input-group-text {
    align-items: center;
    height: 25px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-top: 8px;
}

.form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.line {
    font-size: 13px;
    margin: 20px 0;
}

.d-inline-block {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
}

.btn.btn-dark-gray.disabled {
    background: #555;
    border-color: #555;
    color: #ccc;
}


.input-group-icon div.iconLoginFMA {
    position: absolute;
    right: 50px;
    top: 5px;
    background: url('../images/iconLoginFMA.png') no-repeat;
    width: 40px;
}

div.btRetourEtMdpo
{
    position: relative;
    margin-top: 30px;
}

div.btRetourEtMdpo {
    position: relative;
    margin-top: 30px;
}
div.btRetourEtMdpo a.mdpo {
    display: inline-block;
    float: right;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel,
.swal2-actions:not(.swal2-loading) .swal2-styled:hover,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.swal2-container.swal2-center > .swal2-popup
{
    width: 450px;
}

    .swal2-container.swal2-center > .swal2-popup .messagePop {
        font-size: 12px;
    }  

    .swal2-container.swal2-center > .swal2-popup .rouge{
        color: #ff0000;
    }

    .swal2-container.swal2-center > .swal2-popup .btn.cancel.btn-dark-gray {
        background: #919191;
        border-color: #919191;
    }

        .swal2-container.swal2-center > .swal2-popup .btn.cancel.btn-dark-gray:hover,
        .swal2-container.swal2-center > .swal2-popup .btn.cancel.btn-dark-gray:focus {
            background: transparent;
            color: #4A4949;
        }


* {
    box-sizing: border-box;
}

.popsante-aide-div {
    font-family: sans-serif;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    border-radius: 12px;
    display: none;
}

label {
    background: #363634;
    color: #fff;
    transition: transform 400ms ease-out;
    display: inline-block;
    min-height: 100%;
    width: 1000px;
    height: 500px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 500px;
}

.form {
    white-space: nowrap;
}

.input {
    position: absolute;
    display: none;
}

.input:focus ~ .keys {
    opacity: 0.8;
}

.input:nth-of-type(1):checked ~ label:nth-of-type(1),
.input:nth-of-type(2):checked ~ label:nth-of-type(2),
.input:nth-of-type(3):checked ~ label:nth-of-type(3),
.input:nth-of-type(4):checked ~ label:nth-of-type(4) {
    z-index: 0;
}

.input:nth-of-type(1):checked ~ label {
    transform: translate3d(0, 0, 0);
}

.input:nth-of-type(2):checked ~ label {
    transform: translate3d(-100%, 0, 0);
}

.input:nth-of-type(3):checked ~ label {
    transform: translate3d(-201%, 0, 0);
}

.input:nth-of-type(4):checked ~ label {
    transform: translate3d(-301%, 0, 0);
}

label:before,
label:after {
    color: #abce50;
    display: block;
    position: absolute;
    padding: 1rem;
    font-size: 7rem;
    height: 10rem;
    vertical-align: middle;
    line-height: 10rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}

label:before {
    content: "\276D";
    right: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

label:after {
    content: "\276C";
    left: 100%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.connexionTitre {
    font-family: 'Open Sans';
    font-size: small;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.connexionTexte {
    font-family: 'Open Sans';
    line-height: normal;
}


@media screen and (min-width: 768px) and (max-width: 2000px) {
    .popsante-aide-div {
        display: inherit;
    }
}

.doubleauth-alt{
    padding-top: 10px;
    font-style: italic;
}