@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}

input , select, textarea{
    padding: 10px;
    /* outline: #F28E00; */
    border: solid 2px #F3F3F3;
    outline: none;
    position: relative;
    width: 100%;
}

input:focus, select:focus, textarea:focus{
    border: solid 2px #F28E00;
}

body{
    /* background-color: #F3F3F3; */
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(/images/bg-medic-2.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

::selection{
    background-color: #F28E00;
    color: white;
}

body::-webkit-scrollbar {
    display: none;
}

.icone{
    width: 24px;
    height: 24px;
    fill:none;
    stroke: #727272;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* ------------------------------------------------------------------- */

main{
    min-height: 100vh;
}

.content{
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000078;

}

.content-mdp{
    /* max-width: 600px; */
    max-width: 1300px;
    padding: 50px;
    background-color: white;
    width: 100%;
    border-radius: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-haut{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-form{
    width: 100%;
}

.content-input-container{
    /* width: 100%; */
    width: calc((100% - 50px)/2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.content-input-container:last-child{
    margin-bottom: 5px;
}

.content-input{
    position: relative;
    background-color: #F3F3F3;
    border-radius: 10px;
    /* border: none; */
    /* width: calc(100% - 20px); */
    width: 100%;
    min-height: 50px;
    font-size: 16px;

    appearance: none;
    cursor: pointer;
}

.content-input-show{
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.btn-input-date{
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: #F3F3F3;
}

.content-label{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
}

.navigation{
    margin-top: 20px;
}

.navigation-mdp{
    margin-bottom: 30px;
}

.navigation-mdp-link{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #F28E00;
    text-align: right;
}

.navigation-inscription-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.navigation-inscription-link{
    color: #F28E00;
}

.navigation-inscription{
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    border-top: solid 2px #F3F3F3;
}

.naissance{
    width: 100%;
}

.content-title{
    font-size: 25px;
    font-weight: 700;
    color: #727272;
    margin-top: 25px;
    margin-left: 15px;
    margin-bottom: 50px;
    text-align: center;
}

/* ------------------------------------------------------------------- */


/* .titre-logo{
    width: 73px;
    height: 50px;

    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;

    background-image: url("/agenda/public/img/ccmonline.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.navigation{
    display: flex;
    flex-direction: row;
    align-items: center;

    list-style: none;
    text-decoration: none;
    font-weight: 500;
    height: 50px;
}

.principal{
    margin: 0;
    display: flex;
    flex-direction: row;
    height: calc(100% - 70px);
}

.principal-form{
    display: flex;
    flex-direction: row;
}

.navigation{
    /* background-color: #F3F3F3; */
    /* padding: 20px; */
    padding-left: 0;
    /* padding-bottom: 20px; */
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.bouton-form{
    height: 50px;
    padding: 10px 25px;

    background-color: #f3f3f3;
    border-radius: 10px;
    border: none;

    font-size: 18px;
    font-weight: 700;
    color: #727272;

    cursor: pointer;
}

.bouton-form-sauvegarder{
    background-color: #F28E00;
    color: white;
}

.icone-sauvegarde{
    stroke: white;
    display: none;
}

.icone-pause{
    display: none;
}

.icone-retour{
    display: none;
}

.bouton-nav{
    height: 50px;
    width: 50px;
    margin-left: 10px;

    background-color: white;
    border-radius: 10px;
    border: none;

    font-size: 18px;
    font-weight: 700;
    color: #727272;

    cursor: pointer;
}

.bouton-nav-selectionne{
    background-color: #F28E00;
    color: white;
}

.bouton-nav-selectionne > .icone{
    stroke: white;
}

.contenu{
    margin-bottom: 70px;
}

.contenu-titre{
    font-size: 20px;
    font-weight: 700;
    color: #727272;
    /* color: #FFFFFF; */
    /* margin-top: 50px; */
    /* margin-bottom: 25px; */
    margin-top: 25px;
    margin-bottom: 15px;
}


.content-rgpd-containder{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;

    margin-bottom: 25px;
}

.label-rgpd{
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
}

.label-rgpd a{
    color: #F28E00;
}

.input-rgpd{
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

/*
===========================================================
    Media querries 1950px
===========================================================
*/

@media (max-width: 1950px){

    .bouton-form{
        height: unset;
        padding: 10px 20px;
    }
    .content-input{
        height: unset;
        min-height: 40px;
        padding: 10px;
        font-size: 14px;
    }
    .content-input-show{
        bottom: 5px;
    }
    .btn-input-date{
        bottom: 7px;
    }
}


/*
===========================================================
    Media querries 1700px
===========================================================
*/


@media (max-width: 1700px){
    /* rien pour l'instant */
}

@media (max-width: 1550px){
    /* rien pour l'instant */
}

@media (max-width: 1400px){

    .bouton-form{
        font-size: 16px;
    }
}

@media (max-width: 1350px){
    .content{
        align-items: flex-start;
    }

    .content-mdp{
        max-width: 600px;
    }

    .form-haut{
        flex-direction: column;
    }

    .content-input-container{
        width: 100%;
    }

}

@media (max-width: 1250px){

    /* rien pour l'instant */
}

@media (max-width: 1200px){

    /* rien pour l'instant */
}

@media (max-width: 1100px){
    /* rien pour l'instant */
}

@media (max-width: 1000px){

    /* rien pour l'instant */

}

@media (max-width: 900px){

    .content-mdp{
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 800px){

    .principal{
        height: auto;
    }
    .principal-form{
        /* width: 100%;
        height: calc(100% - 70px); */
        flex-direction: column;
    }

    .navigation{
        margin-top: 0;
    }

    .content-input-container{
        width: 100%;
    }
    .content-mdp{
        padding: 25px;
        border-radius: 25px;
    }
}

@media (max-width: 700px){
    /* rien pour l'instant */
}

@media (max-width: 600px){

    .bouton-form{
        font-size: 14px;
    }

    .icone{
        width: 20px;
        height: 20px;
    }

    .principal{
        margin: 0;
    }
}


.hidden{
    display: none;
}

.noclick{
    pointer-events: none;
}



input:focus, select:focus, textarea:focus{
    border: solid 2px #F28E00;
}