* {
    font-family: sans-serif;
    margin: 0%;
    line-height: 150%;
}
body{
    background-color: #FFFDEF;
}
/* début header.inc.php*/
#toggle{
    display: none;
}
.menu-btn{
    display: none;
}
nav{
    display: flex; 
    flex-flow:row;
    justify-content: space-between;
}
#logo_navbar{
    width:2%; 
    margin-left: 2%;
}
#logo_membre{
    width:2%; 
    margin-right: 2%;
    margin-left:15%;
    cursor: pointer;
}
#home_navbar{
    width:15%; 
    padding:20px 0px; 
    line-height:150%;
    vertical-align:middle;
    color:black;
    text-decoration: none;
    font-weight:bold;
    margin : 0% 1%;
}
.menu {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    list-style: none;
    column-gap: 20px;
    margin-right: 20px;
    /* background-color: #171f43; */
}
.top_navbar{
    display:none; 
}
.menu a {
    text-decoration: none;
    color : black;
}

.menu li :hover {
     text-decoration: underline;
}
#member_navbar{
    display: none;
}

.box {
    background-color: #FFFDEF;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 100px 0px;
}

.entete-text{
 color: white;
 width: 40%;
}

.btn_entete{
    background-color: #A544F1;
    border : 2px solid #A544F1;
    color: white;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 500;
    width: 20%;
    font-size: 1.2em;
}
.btn_entete:hover{
    border: 2px solid white;
}

.entete-text p {
   font-size: 1.5em;
   margin-bottom: 50px;
}
.logo_navbar{
    display: flex;
    flex-direction: row;
    margin: auto 20px;
}


.logo {
    /* background-image: url('../assets/images/Cadenas.svg'); */
    background-size: cover;
    min-width: 25px;
    margin: 10px;
    /* width: 100px;
    height: 500px; */
    /* border-color: #171f43 transparent transparent #171f43;
    font-size: 4vw;
    background-color: #171f43;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */
}
.logo img{
    width: 50%;
    height: 50%;
    margin : auto 25%;
}
.bandeau{
    color: white;
    background-color: #A544F1;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 2% 0%;
    text-transform: uppercase;
}

#welcome{
    color: black;
    font-size: 8vw;
}

/* fin header.inc.php*/

.bloc, .blocpropos{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
    /*column-gap: 26rem;*/
    width: 80%;
    margin: 5% auto;
    font-size: 1.2em;
}

/* début propos.inc.php*/
.blocpropos { 
    margin:10% auto;
    justify-content: space-between
}

.container {
    width: 100%;
}
.container_left{
    width: 45%;
}
.container_img{
    width: 50%;
}
.container_img img{
    width: 100%;
    height: 100%;
}
.bloc h2, .blocpropos h2 {
    background-image: linear-gradient(to right, #F2C111, #A544F1);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 100% 7px;
    width: fit-content;
    margin-bottom: 20px;
}

.container_video{
    width: 100%;
    margin: 5% 0%;
}
.container_video iframe{
    width: 70%;
    margin: auto 15%;
    min-height: 600px;
}

#div-btn-discover{
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.discover-btn{
    background-color: white;
    color: #171f43;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
}


/* fin propos.inc.php*/

/* début option.inc.php*/
.bloc_trois_col{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    width: 100%;
}
.text_col{
    width: 30%;
    min-width: 300px;
    margin: 5% 0%;
}


#btn_reservation {
    background-image: linear-gradient(to right, #F2C111, #A544F1);
    border-radius: 10px;
    margin: 5% 0%;
    padding: 5px 50px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
}
#btn_reservation:hover {
    background-image: linear-gradient(to right, #A544F1, #F2C111);
    border: 2px solid #A544F1;
}


.container #center-align {
    display: flex;
    justify-content: center;
}

#btn-option {
    color: #171f43;
    text-decoration: none;
}

#btn-option :hover {
    background-color: #171f43;
    color: white;
}
.container_connexion{
    width: 100%; 
    text-align: center; 
    margin-top: 10%; 
    margin-bottom: 10%;
}
.form_connexion{
    width: 30%; 
    margin:auto;  
    margin-top:5%; 
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding : 5%;
}  
.form_connexion label {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.input_connexion, .btn_connexion{  
    margin: 0% 5% 0% 5%; 
    width: 90%;
    outline:none;
    border:none;
    border: 1px solid rgb(165, 165, 165); 
    font-size: 1.3em; 
    margin-bottom: 20px !important;
    border-radius: 5px;
}

.btn_connexion{
    padding: 10px 0px; 
    background-color: black;
    /* background-color: #A544F1; */
    color:white; 
    border:none;
}
.btn_connexion:hover{
    background-color: white;
    /* color: #A544F1; */
    color: black;
    border: 1px solid black;
}
/* fin option.inc.php*/

/* début footer.inc.php*/
footer {
    margin-top: 15%;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #F2C111;
}

.content-footer {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    column-gap: 2rem;
}

.content-footer a {
    padding-top: 40px;
    padding-bottom: 40px;
    text-decoration: none;
    color: white;
}

/* fin footer.inc.php*/

/* debut locker.inc.php */
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, 1fr); 
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 500px;
    width: 60%;
    margin: 10% 20%;
}

.parent>input {
    text-align: center;
    font-size: 30px;
    line-height: 100px;
    margin: 10px;
    border: 1px solid #308c06;
    background-color: #8CC331;
    border-color: #3a9a0f;
    color:white;
    border-radius: 10px;
}
.parent > input:hover {
    background-color:#308c06;
    color: white;
}
.div1 { grid-area: 1 / 2 / 2 / 3; } 
.div2 { grid-area: 1 / 3 / 2 / 4; } 
.div3 { grid-area: 2 / 2 / 3 / 3; } 
.div4 { grid-area: 2 / 3 / 3 / 4; } 
.div5 { grid-area: 1 / 1 / 3 / 2; } 
/* fin locker.inc.php */

/* Debut confirmation.inc.php*/
.form_confirmation{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 80%;
    margin: auto;
}
.form_confirmation label{
    font-size: 1.2em;
    margin-bottom: 10px;
    color: rgba(48, 48, 48, 1);
}
.saisie_code{
    width: 100%;
    border:1px solid rgba(148, 148, 148, 0.41);
    border-radius: 5px;
    outline: none;
    padding: 5px 10px;
    font-size: 1.2em;
    color: rgba(48, 48, 48, 1);
}
.form_confirmation_submit{
    width: 100%;
    font-size: 1.2em;
    background-color:#A544F1;
    color: white;
    padding: 10px;
    border: 1px solid #A544F1;
    border-radius: 5px;
    outline: none;
    margin-top: 50px;
}
.form_confirmation_submit:hover
{
    background-color: white;
    color: #171f43;
    border: 1px solid #171f43;
}

#container_form_reservation{  
    box-shadow: 0px 4px 28px rgba(148, 148, 148, 0.41);
    padding-bottom:7%;
}

#box-confirmation{
    display: flex;
    justify-content: center;
    margin : 10% 0%;
}
.title_casier{
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px auto;
    margin-bottom: 30px;
}

/* fin confirmation.inc.php*/

.solution {
    display: grid;
    justify-content: center;
    /* grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr); */
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    aspect-ratio: 1/1;
    color: white;
    font-weight: bold;
    width: 50%;
    margin: 5% auto;
    height: 100%;
    min-height: 1000px;
}
    .solution_option{
        border-radius: 10px;
        padding: 20px;
        font-weight: initial;
    }
    .solution_option h3 {
       margin-bottom: 30px;
    }
    .option-1 {
        grid-area: 1 / 1 / 2 / 2; 
        background-color: #F3B922;        
    }
    .option-2 {
        grid-area: 1 / 2 / 2 / 3; 
        background-color: #A544F1;
    }
    .option-3 { 
        grid-area: 2 / 1 / 3 / 2;
        background-color: #F36D22; 
    }
    .option-4 { 
        grid-area: 2 / 2 / 3 / 3; 
        background-color: #31B2C3;
    }
    .option-5 { 
        grid-area: 3 / 1 / 4 / 3; 
        background-color: #01A507;
    }
.member-aera{
    width: 80%;
}
.container_reserv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 4px 5px 20px 4px rgb(186 186 186 / 40%);
    margin : 20px 0;
    padding: 20px;
    border-radius: 5px;
}
.content_reserv{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: auto 0;
}
.container_reserv h3{
    margin: auto 0;
}
.container_reserv input{
    padding: 10px 60px;
    color : white;
    background-color: #A544F1;
    outline: none;
    border: 2px solid #A544F1;
    border-radius: 5px;
    font-size: 1em;
    margin: auto 5px;
}
.container_reserv input:hover{
    background-color: white;
    color : #A544F1;
}
.content_reserv h4{
    margin: 0 10px;
}
.modif_infos_perso{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.modif_infos_perso input{
    border: 1px solid rgba(148, 148, 148, 0.41);
    border-radius: 5px;
    outline: none;
    padding: 5px 10px;
    font-size: 1.2em;
    color: rgba(48, 48, 48, 1);
    margin: 10px 0px;
}
.modif_infos_perso .email_input{
    min-width: 270px;
}
.btn_modif_infos_perso{
    padding: 5px 60px!important;
    color : #FFFFFF!important;
    background-color: #A544F1;
    margin: 2% 0;
    border: 2px solid #A544F1!important;
}
.containter_mentions_legales{
    margin : 20px 0;
}
input{
    cursor: pointer;
}
/* Debut Solutions.php */
.container_tech {
    display: flex; 
    flex-flow:wrap; 
    justify-content: space-between; 
    width:80%; 
    margin:auto;
}
.container_tech div {
    margin: 20px;
    padding: 20px ;
    border-radius: 10px;
    width: 40%;
}
.carac_modu{
    display: flex; 
    flex-flow:wrap; 
    justify-content: space-between; 
    width:70%; 
    margin:auto;
}
.carac_modu div{
    width: 40%;
    padding: 40px ;
    border-radius: 5px;
    color:white;
    margin: 20px auto;
}
.carac_modu div p {
   margin : 20px auto;
}
#flexible{
    background-color: #F3B922;
}
#personnalisable{
    background-color: #A544F1;
}
#stockage_mesure{
    background-color: #F36D22;
}
#maintenance{
    background-color: #31B2C3;
}

.container_attout{
    margin : 50px 0;
}
.container_solutions{
    margin : 50px 0;
}
/* Fin Solutions.php */

/*Debut Contact*/
.container_contact{
    display: flex;
    flex-flow:wrap;
    justify-content: space-between;
}
.contact_left{
    width: 20%;
    margin-top:5%;
}
.contact_left p {
    margin: 10% 0%;
}
.contact_right{
    width: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding: 5%;
    border-radius: 5px;
}
.contact_right textarea{
    min-height: 100px;
}
.btn_reserv_admin{
    padding : 5px 20px!important;
}
/*Fin Contact*/
@media screen and (max-width: 1200px) {
    .form_connexion{
        width: 80%;
    }
    .input_connexion, .btn_connexion{
        width:90%;
        margin: 0% 5% 0% 5%;
    }
    .btn_connexion
    {
       margin-top: 10%;
    }
    .parent {
        width:100%;
        height: 400px;
        margin: 0%;
    }
    .form_confirmation{
        width: 80%;
    }
    .modif_infos_perso {
        flex-direction: column;
    }
    .modif_infos_perso input{
        width: 98%;
        margin: 5px 0;
        padding: 0% 1%;
    }
    .btn_modif_infos_perso{
        width: 60%!important;
        padding: 5px 0px!important;
        margin: 30px auto 0px auto!important;
    }
    .container_reserv{
        flex-direction: column;
        width: 80%;
        margin: 5% auto;    
    }
    .bt_membre_reserv{
        padding: 5px 25px!important;
        margin: 4% auto!important;
    }
    .container_tech, .container_tech div, .carac_modu, .carac_modu div{
        width:100%;
    }
    .container_tech div{
        border: 1px solid black;
    }
    .container_contact{
        flex-flow: column;
    }
    .contact_left, .contact_right{
        width: 80%;
        margin: auto;
    }
}

@media all and (max-width: 990px) {

    li {
        display: none;
        /*position: absolutes;*/
    }
    .menu {
        display: flex;
        flex-flow: column;
        padding: 10px 10px 0px 10px;
        width: 100%;
        animation: showMenu 0.5s ease-in-out forwards;
    }
    .menu li {
        text-align: center;
        font-size: 1.2em;
        padding: 10px 0px;
        border-bottom: 1px solid #171f4348;
        animation: showMenu 0.2s ease-in-out forwards;
    }
    #member_navbar{
        width: 100%;
        border-bottom: none;
    }
    @keyframes showMenu {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .menu a{
        color: white;
    }
    .menu-btn {
        display: flex;
        justify-content: flex-end;
        color: white;
        font-size: 2em;;
        cursor: pointer;
    }
    #home_navbar{
        display: none;
    }
    .top_navbar{
        display:flex; 
        flex-direction:row;  
        justify-content:space-between; 
        width:100%;
    }
    .top_navbar .top_name{
        margin: auto 0;
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: 700;
        color: white;
        display: flex;
        flex-direction: row;
    }
    .top_navbar .top_name img{
        display: block;
        margin-right:10px;
        height: 1.5em;
        width: auto;
    }
    nav{
        background-color: #a444f1;
        box-shadow: 0px 4px 28px rgba(148, 148, 148, 0.41);
    }

    #toggle:checked ~ li  {
        /*position: absolute;*/
        /*background-color: #171f436f;*/
        display: flex;
        flex-flow: column;
        text-align: center;
        color: white;
        line-height: 2em;
    }
    .box{
        flex-flow: column;
        padding: 15% 0%;
    }
    .entete-text{
        width: 95%;
    }
    .logo{
        display:none;
    }
    .bandeau{
        font-size: 1em;
        padding: 5% 0%;
    }
    .blocpropos, .bloc{
        width: 95%;
        margin: auto;
        flex-flow: column;
    }
    .bloc {
        margin: 10% auto;
    }
    .container_left{
        width: 100%;
        margin: 10% auto;
    }
    .container_img{
        width: 100%;
    }
    .container_video iframe{
        width: 100%;
        margin: auto;
    }
    .solution{
        width: 90%;
        margin: auto;
        min-height: 800px;
    }
    .solution h3{
        font-size: 1em;
    }
    .solution_option{
        padding: 30px 20px;
    }
   
}