.bulle-icone.aquamarine {
    background-color: aquamarine;
  }

.bulle-icone-bordure.aquamarine {
    background-color:#03886D;
  }
.lien_interne{
    color: #03886D;
    font-size: x-large;
    width: 18.5rem;
    height: 10rem;
    border: 0.063rem solid  #03886D;
    margin-bottom:1rem ;

    height: 10rem;
    width: 18.25rem;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    }
  

.li{
    
     margin-top: 1rem;
    margin-left: 1rem;
    }
 .a{color: #03886D;
        text-decoration: none;}

.bold{font-weight: bold;}

.txt1{width: 80rem;

    margin-top:1.5rem ;
    margin-bottom: 2rem;
    

        
}


.txt2{
    width: 80rem;
    height: 5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    

}
.txt3{
        width: 80rem;
        height: auto;
        margin-bottom: 2.56rem;
        margin-top:1.5rem ;
        font-family: 'Open sans';

    }

.photo{
    width: 53rem;
    height: 80rem;
    margin-top: 1rem;
    margin-bottom:1rem;
}

.liste{
    list-style: disc;
    margin-top: 1rem;
}

.soustitre{
    font-weight: bolder;
    font-size:x-large;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.image{
    width: 80rem;
    height: 53rem;
}
.conteneur{
    
    display: flex;
    justify-content: space-between; /* Espacement égal entre les boîtes */
    margin-bottom: 1rem;
      
}
.box{
    height: 40rem;
    width: 25rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0rem 0.188rem 0.375rem #00000029;
    opacity: 1;
}

.soustitre_box{
    font-weight: bolder;
    font-size: large;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: center;
    width: 20.813;
    height: auto;
}
.txt_box{
   color: #363636;
   text-align: left;
   margin: 3rem;
   padding-bottom: 1rem;
   font-family: 'Open sans';

}
.image_box {
    max-width: 100%;
    height: 20rem;
    object-fit: cover;
}


.margin{
    margin-bottom: 2rem;
    margin-top: 1rem;
}
   
