.containerr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2e647d;
    padding: 0px 35px;
    border-radius: 10px;
    width: auto;
}
.left {
    max-width: 50%;
}
.left h1 {
    color: #ffffff; /* Couleur du titre */
    font-size: 3em;
    margin: 0;
}
.left p {
     color: #ffffff; /* Couleur du titre */
    font-size: 1.2em;
    margin: 20px 0;
}
.button-container {
    display: flex;
 
}
.button-container button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-size: 1em;
    cursor: pointer;
}
.right {
    text-align: center;    
    margin-right: 80px;
    align-items: center !important;
    /*margin-top:100px;*/
}

.right h2 {
    color: #ffffff; /* Couleur du titre */
    text-align: center;    
}
.right img {
    width: 170px;
    border-radius: 10px;
}
.teens{
    text-align: center;
}
.teens h2 {
             font-size: 32px;

}
.teens h1 {
             font-size: 24px;

}
.journey-section {
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 0px 0;
    border-radius: 10px;
}

.section-title {
font-size: 32px;
color: #333;
}

.section-subtitle {
font-size: 16px;
color: #666;
margin-bottom: 30px;
}

.journey-step {
margin-bottom: 30px;
}

.step-image {
max-width: 100%;
margin-bottom: 20px;
}

.step-title {
font-size: 22px;
margin-bottom: 10px;
color: #333;
}

.step-description {
font-size: 12px;
color: #000000;
margin-bottom: 15px;
line-height: 1.6; /* Augmente l'espacement entre les lignes */
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;
margin-bottom: 23px!important;

}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #fff;
padding: 8px 15px;
text-decoration: none;
font-size: 14px;
}


.textt-center {
display: flex;
justify-content: center; /* Centre horizontalement le contenu */
align-items: center; /* Centre verticalement le contenu */
}

.sectionn-title {
margin-right: 15px; /* Espace entre le titre et le bouton */
margin-bottom: 0; /* Assure que le titre n'a pas de marge inférieure */
}


.btn-sec {
color: #000;
font-weight: 900;
font-size: 16px;
padding: 10px;
margin-right:100px;
border: #000 2px solid;
border-radius: 10px;
font-family: "Poppins", "Arial Black", "Impact", sans-serif;
}

/* Ajoutez ce CSS dans votre fichier de style */
.btn-container {
position: relative;
display: inline-block;
}

.btn-container::before {
content: '';
position: absolute;
left: -44px;
top: -8px;
height: 169%;
width: 3px;
background-color: #05B4B2;
}
.text2{
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;
font-weight:  bold !important;
color:black!important;
font-size: 30px !important;
}
.text4{
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;
font-weight:  bold !important;
color:rgb(255, 255, 255)!important;
font-size: 25px !important;
}
.text3{
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;

color:black!important;
font-size: 18px !important;
}
.text6{
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;

color:rgb(255, 255, 255)!important;
font-size: 16px !important;
max-width: 50%;
}
.btn-sourir{

background: linear-gradient(to left, #05B4B2, #2969AC);

border-color: #007bff;
color: #fff;
padding: 8px 15px;
text-decoration: none;
font-size: 14px;
border-radius: 10px;
}
.imgpatient {
    width: 275px;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}
.trouvpatient1,.trouvpatient11{
background-color: #2969AC;
font-family: "Poppins", "Arial Black", "Impact", sans-serif !important;
color: white;
font-size: 13px;
margin-top: 51px;
border-radius: 9px;
padding: 9px 24px;
}
.trouvpatient2{
background-color: #05B4B2;
font-family: "Poppins", "Arial Black", "Impact", sans-serif !important;
color: white;
font-size: 13px;
margin-top: 51px;
border-radius: 9px;
padding: 9px 24px;
}

