*{
    font-family: Arial, sans-serif;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
/*
.login nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}*/

header {
    position: sticky;
    z-index: 1000;
    width: 100%;
    background-color: #007bff;
    padding: 80px 100px;
    border-bottom-right-radius: 50%;
    margin-bottom: 20px;
    margin-top: -5px;
}
.left-nav a{
    text-decoration: none;
}
.left-nav nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px;
}
.left-nav h1{
    color: #fff;
    font-size: 36px;
    font-style: italic;
}
.left-nav span{
    color: gold;
    font-size: 36px;
    font-style: oblique;
}
nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    transition: background-color 0.2s;
    color: #ffff;
    text-decoration: none;
    font-weight: 600;
    background-color: gold;
    padding: 10px;
}
nav a:hover {
    background-color: #ff22b9;
}

.top-right{
    position: absolute;
    top: 30px;
    right: 30px;
}
main h2{
    color: #1e1e1e;
    margin: 30px;
    font-weight: 600;
}
.contenu-accueil{
    border: solid 2px #007bff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin: 50px;
    padding: 20px;
    gap: 80px;
    text-align: justify;
}
.contenu-accueil p{
    width: 350px;
}
.text-1 h1{
    font-size: 20px;
    color: #ff22b9;
    text-align: center;
}
.text-1 p{
    font-size: 16px;
    color: #1e1e1e;
}
.contenu-accueil p{
    width: 350px;
}
.text-2 h1{
    font-size: 20px;
    color: #ff22b9;
    text-align: center;
}
.text-2 p{
    font-size: 16px;
    color: #1e1e1e;
}
.contenu-accueil p{
    width: 350px;
}
.text-3 h1{
    font-size: 20px;
    color: #ff22b9;
    text-align: center;
}
.text-3 p{
    font-size: 16px;
    color: #1e1e1e;
}
.lorem p{
    font-size: 10px;
    color: #1e1e1e;
    font-weight: lighter;
}

.et-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
}
.card{
    position: relative;
    width: 320px;
    height: 420px;
    background-color: #007bff;
    margin: 30px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 15px 0 #fff;
    inset: 0 -15px 0 rgba(255,255,255,0.25), 0 45px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.card::before{
    content: '';
    position: absolute;
    top: -120px;
    left: -40%;
    width: 100%;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2));
    transform: rotate(35deg);
    pointer-events: none;
    filter: blur(5px);
}
.card:nth-child(1){
    background: linear-gradient(to bottom, #ff22b9, #007bff);
}
.card:nth-child(2){
    background: linear-gradient(to bottom, #ff22b9, #007bff);
}
.card:nth-child(3){
    background: linear-gradient(to bottom, #ff22b9, #007bff);
}
.icon{
    position: relative;
    width: 140px;
    height: 120px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
    inset: 0 -8px 0 #fff;
    z-index: 1000;
}
.icon::before{
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: 15px -15px 0 15px #f4f4f4;
}
.icon::after{
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: 15px -15px 0 15px #f4f4f4;
}
.icon ion-icon{
    position: relative;
    font-size: 6em;
}
.et-content{
    position: absolute;
    color: #fff;
    margin-top: 140px;
    text-align: center;
}
.et-content h4{
    font-size: 22px;
    font-weight: 300;
    padding: 10px;
    letter-spacing: 0.6px;
    margin: 20px;
}
.et-content h5{
    font-size: 18px;
    font-weight: 300;
    margin: 40px;
    font-family: 'Courier New', Courier, monospace;
}
.bas-de-page{
    margin-top: 50px;
    color: #fff;
    background-color: #007bff;
    text-align: center;
    padding: 2px;
    border-top-left-radius: 60%;
    width: 1520px;
}
.bas-de-page h2{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Courier New', Courier, monospace;
}
.bas-de-page span{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.bas-de-page p{
    font-size: 14px;
    font-weight: 300;
    display: inline;
    justify-content: flex-end;
    align-items: center;
}

.connexion-login{
    display: inline;
    justify-content: center;
    align-items: center;
}
.login-style form{
    background-color: #007bff;
    position: absolute;
    margin: 50px;
    padding: 60px;
    border-radius: 20px;
    width: 650px;
    height: 450px;
    border-style: groove;
    border-color: #fff;
}
form{
    background-color: #007bff;
    position: absolute;
    margin: 50px;
    padding: 60px;
    border-radius: 20px;
    width: 480px;
    height: 350px;
    border-style: groove;
    border-color: #fff;
}
label{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 20px;
}
input{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    border-radius: 8px;
    padding: 6px;
    border-color: #007bff;
    width: 250px;
    background-color: #f4f4f4;
}
/*
.dn input{
    color: #000;
    background-color: #ff22b9;
}*/
select{
    background-color: #f4f4f4;
    color: #000;
    padding: 6px;
}
button{
    background-color: gold;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border-color: #ddd;
    letter-spacing: 0.6px;
    cursor: pointer;
    width: 150px;
    margin-left: 400px;
}
button:hover{
    background-color: #ff22b9;
    color: #fff;
    cursor: pointer;
}
.section-register-doc{
    display: inline;
    justify-content: center;
    align-items: center;
    margin-left: 200px;
}
.section-register-doc form{
    background-color: #007bff;
    position: absolute;
    margin: 50px;
    padding: 60px;
    border-radius: 20px;
    width: 700px;
    height: 1400px;
    border-style: groove;
    border-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.style-register-doc h3{
    color: #fff;
}
.section-register-patient form{
    background-color: #007bff;
    position: absolute;
    margin: 50px;
    padding: 60px;
    border-radius: 20px;
    width: 900px;
    height: 2100px;
    border-style: groove;
    border-color: #fff;
}
/*
.etapes-wrapper{
    display: flex;
    background-color: #007bff;
}
.et-item{
    width: 33.33%;
}
.et-item img{
    border-radius: 50%;
    width: 100%;
    height: 320px;
    background-color: palegoldenrod;
}
.et-item h4{
    color: #000;
}
.et-item span{
    color: #ddd;
}