
*, *:before, *:after {
    box-sizing: border-box;
    box-sizing:inherit;
}

body {
    font-family: Saira, Ubuntu, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}

/* Boite connexion et annonces -------------------------------- */
.box_connexion_liens *{
    box-sizing: border-box;
}

.box_connexion_liens{
    width: 290px;
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 340px;
    z-index: 7;
    background-color: #F7FBFD;
    border: 1px solid #E0E6EA;
    border-radius: 4px;
}
/*#F4F6F7; /*#FBFCFC; #F4F6F7; #F7FBFD;*/
.titre_connexion{
    width: 100%;
    background-color: #315B9E; /* #68A8C1; #2F5AA4; */
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 7oo;
    color: #fff;
    text-align: center;
    padding: 6.5px;
}

.box_connexion_liens form {
    width: 100%;
    display: block;
    font-family: Saira;
    font-size: 12px;
    padding: 10px 12px;
    margin: 0;
}

.box_connexion_liens input {
    width: 100%;
    border: .8px solid #DDDCDC;
    border-radius: 4px;
    font-family: Saira;
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #333;
    background-color: transparent;
    padding: 3.5px 6px;
    margin-bottom: 8px;
}

.box_connexion_liens input:hover {
    border: 1px solid #B2BABB !important;
}

.box_connexion_liens input:focus {
    outline: none;
    border: 1px solid #536DFE;
}

input::placeholder {
    color: #888; 
}

.box_connexion_liens #btn_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    margin: 0;
    padding: 0 12px;
    text-align: center;
}

button {
    width: 100%;
    color: #2B8325;
    background-color: transparent;
    font-family: Saira;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 5px 0;
    border: .5px solid #2B8325;
    border-radius: 4px;
    transition: background-color .28s, color .28s, border-color .28s;
}

button:hover {
    background-color: #2B8325;
    color: #fff;
    padding: 4.25px 0;
    border: 2px solid #27AE60;
}

.box_connexion_liens .content_text{
    margin: 16px 0;
}

.box_connexion_liens .content_text a {
    position: relative;
    color: #2F5AA4;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 0; padding: 0;
}

.content_text a#mdp_oublie {
    margin-bottom: 6px;
}

#resset_mdp{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50px;
    text-align: center;
}

.box_connexion_liens .content_text a:hover {
    color: #2B8325;
}

i {
    color: #555;
    display: block;
}


/* content_header_links -------------------------------------- */
.content_header_links {
    display: block;
    position: relative;
    font-family: Saira;
    font-size: 14px;
    color: #2F5AA4;
    letter-spacing: 1.2px;
    margin: 16px 0;
    padding: 0 12px;
}

.content_header_links div{
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0; padding: 0;
    margin-bottom: 6px;
}

.content_header_links div span{
    display: inline-block;
    position: relative;
    transition: color .3s ease;
}

.content_header_links div span:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: transparent;
    bottom: 0px;
    left: 0;
    transition: background .3s ease;
}

.content_header_links div:hover span:before{
    background: #ccc;
}

.content_header_links div:hover span {
    color: #2B8325;
}

/* pub Assurance ---------------------------------------------- */
.container_logo_aic{
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0 12px;
    border-top: 1px solid #E0E6EA;
    margin-bottom: 12px;
}

.container_logo_aic .content_text{
    display: inline-block;
    font-family: Raleway;
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #444;
}

.container_logo_aic .content_text div{
    display: inline-block;
    position: relative;
}

.logo_aic{
  display: block;
  position: absolute;
  width: 70px;
  height: 65px;
  background-size: cover;
  background-position: center;
  top: 3px; right: 12px;
  margin: 0;
}

/* container section annoce_1 --------------------------------- */
#section_annoce_1{
    background-color: #fff;
}

#section_annoce_1 .container_section {
    display: flex;
    justify-content: space-between;
}

#section_annoce_1 .annonces {
    position: relative;
    max-width: 550px;
    min-height: 320px;
    width: 100%;
    border-radius: 4px;
}

#section_annoce_1 .annonce_1 {
    background: linear-gradient(to bottom right, #315B9E 80%, transparent 100%);
}

#section_annoce_1 .annonce_2 {
    background: linear-gradient(to bottom right, #2B8325 55%, transparent 100%);
}

#section_annoce_1 .annonce_1 .img {
    position: absolute;
    width: 45px;
    height: 330px;
    top: -30px;
    right: 12px;
    border: none;
}

#section_annoce_1 .annonce_1 .img1 {
    position: absolute;
    width: 150px;
    height: 120px;
    top: 184px;
    right: 30px;
    border: none;
}

#section_annoce_1 .annonce_1 .img2 {
    position: absolute;
    width: 71px;
    height: 48px;
    top: 200px;
    right: 44px;
    border: none;
    rotate: 7deg;
}

#section_annoce_1 .annonce_2 .img {
    position: absolute;
    width: 280px;
    height: 330px;
    top: -34px;
    right: 2px;
}

#section_annoce_1 .annonce_2 .img1 {
    position: absolute;
    width: 110px;
    top: 20px;
    left: 20px;
}

.annonces .content_text {
    font-family: Saira;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 12px;
    text-align: left;
    padding-top: 12px;
    padding-left: 20px;
}

.annonces .titre_annonce {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.annonces .titre_annonce::before {
    position: absolute;
    content: "";
    width: 370px;
    height: 1px;
    background-color: #A5D6A7;
    left: 0; bottom: -3px;
    opacity: .8;
}

.annonce_1 .titre_annonce::before {
    width: 460px;
    opacity: .5;
}

.annonces .details_titre_annonce p:nth-child(1) {
    width: 380px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.annonces .details_titre_annonce ul {
    list-style-type: none;
    padding: 0;
}

.annonces .details_titre_annonce li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 4px;
}

.annonce_1 .details_titre_annonce li:nth-child(1),
.annonce_1 .details_titre_annonce li:nth-child(2) {
    width: 460px;
}

.annonce_1 .details_titre_annonce li:nth-child(3) {
    width: 400px;
}

.annonce_2 .details_titre_annonce li:nth-child(5) {
    width: 290px;
}

.annonces .details_titre_annonce li:before {
    content: '\2022'; /* Code Unicode pour le caractère "puce" */
    color: #fff; 
    font-weight: bold;
    position: absolute;
    left: 20px;
}

.module-list li:nth-child(1)::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../../assets/images/icons/storage_3D.png') no-repeat; 
    background-size: cover;
    position: absolute;
    left: 6px;
    top: 0;
}

.module-list li:nth-child(2)::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../../assets/images/icons/blue_lock.png') no-repeat; 
    background-size: cover;
    position: absolute;
    left: 6px;
    top: 0;
}

.module-list li:nth-child(3)::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../../assets/images/icons/roket.png') no-repeat; 
    background-size: cover;
    position: absolute;
    left: 6px;
    top: 0;
}

.annonces .savoir_plus {
    display: inline-block;
    cursor: pointer;
    margin-top: 6px;
}

.annonce_1 .savoir_plus:hover {
    color: #9197FE;
}

.annonce_2 .savoir_plus:hover {
    color: #C4F9AC;
}

.annonces .savoir_plus a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.annonces .savoir_plus a:hover,
.annonces .savoir_plus:hover a {
    animation: blink 1s infinite;
}

/* Définir l'animation de clignotement */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Section A propos ------------------------------------------ */
#section_apropos {
    display: block;
    z-index: 5;
}

#section_apropos .back_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #074575;
    left: 0; top: 0;
}

#section_apropos .content_img {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: url('../../assets/images/fonds/fond_footer_1.jpg') center no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    z-index: 3;
}

#section_apropos .mask_back_img {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0; top: 0;
    background: rgba(0, 0, 0, 0.0);
    height: 100%;
    width: 100%;
    z-index: 3;
}

#section_apropos .container_section {
    z-index: 5;
}

#section_apropos .content_text {
    position: relative;
    display: block;
    max-width: 700px;
    color: #fff;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

#section_apropos .titre_apropos{
    font-family: Saira;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}

#section_apropos div p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

#section_apropos .statistiques {
    position: relative;
    display: flex;
}

.statistiques .content_stat {
    flex-grow: 1;
    text-align: center;
    color: #fff;
    padding: 0; margin: 0;
}

.statistiques .content_stat:nth-child(1),
.statistiques .content_stat:nth-child(2),
.statistiques .content_stat:nth-child(3) {
    border-right: 1px solid #888;
}

.statistiques .content_stat:nth-child(1) {
    border-left: 1px solid #888;
}

.statistiques .content_number {
    font-family: Saira;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.statistiques .content_text {
    font-family: Saira;
    font-size: 18px;
    font-weight: 500;;
    letter-spacing: 1.2px;
}

/* --------------------------------------------------------- */
#section_suggestions{
    z-index: 6;
}

#section_liste_profils_medecins{
    background-color: #E5E7E9; /*url('../../assets/images/fonds/fond_11.jpg') center no-repeat;
    background-size: 2000% auto;
    background-position: top center; */
    overflow: hidden;
}

#section_liste_profils_medecins::before,
#section_liste_profils_medecins::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#section_liste_profils_medecins::before {
  background: linear-gradient(to bottom right, transparent 35%, #D5D8DC 35%);
}

#section_liste_profils_medecins::after {
  background: linear-gradient(to top left, transparent 75%, #D5D8DC 75%);
}

#section_liste_profils_medecins .titre1,
#section_dlc_cash .titre1{
    font-size: 30px;
    font-weight: 600;
}

#section_liste_profils_medecins .content_text .titre_text,
#section_dlc_cash .content_text .titre_text,
#section_suggestions .content_text .titre_text {
    display: block;
    position: relative;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 36px;
}

#section_liste_profils_medecins .content_text .titre_text::before,
#section_dlc_cash .content_text .titre_text::before,
#section_suggestions .content_text .titre_text::before {
    position: absolute;
    content: "";
    width: 99%;
    height: 1px;
    background-color: #2B8325;
    left: 0; bottom: -10px;
    opacity: .5;
}

#section_liste_profils_medecins .content_text .titre_text::after,
#section_dlc_cash .content_text .titre_text::after,
#section_suggestions .content_text .titre_text::after  {
    position: absolute;
    content: "+";
    font-weight: 400;
    font-family: roboto;
    font-size: 40px;
    color: #2B8325;
    background-color: transparent;
    right: 0; bottom: -33px;
}

#section_liste_profils_medecins .content_text p,
#section_dlc_cash .content_text p {
    margin-bottom: 24px;
}

#section_dlc_cash .contenair_logo {
    display: block;
    position: relative;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

#section_dlc_cash .titre_logo {
   font-size: 42px;
   font-weight: 700;
   color: #130E8C;
}

#section_dlc_cash .log_dlc_cash {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

#section_dlc_cash ul {
}

#section_dlc_cash ul li {
  margin-left: 40px;
  padding-left: 6px;
  margin-bottom: 10px;
}
