* 
{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    color:#151948;
    text-decoration:none;
    box-sizing: border-box;     
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size:14px;
    transition:0.3s;
}

html,
body {
  height: 100%;
}


.confornaTitle {
    position:relative;
    padding-left:60px;
    margin-bottom: 50px;
}

.confornaTitle p:nth-child(1) {
    font-size:32px;
    padding-bottom:25px;
    color:#444343;
    font-weight:700;
    width:max-content;
    position:relative;
    z-index: 3;
}

.confornaTitle p:nth-child(2) {
    font-size:18px;
    line-height:1.65;
    color:#676767;
    margin-left: -55px;
}

.confornaTitle p span {
    font-size:inherit;
    color:#848383;
    font-weight:inherit;
}


.div_for_typed {
    display: inline-block!important;
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
}
  .div_for_typed p {
    display: contents;
  }

  .div_for_typed span {
    color:inherit;
    font-size:inherit;
    font-weight:inherit;
  }
  .div_for_typed .typed-cursor i {
    font-size: 32px;
    letter-spacing: 0.25px;
    color: #C9A082;
    border-radius:50%;
  }
  .div_for_typed .typed-cursor {
    transition: 0!important;
    opacity: 1!important;
    margin-left: 8px;
  }

.conforabsolu {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    left:0;
    height:100px;
    width:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    writing-mode: vertical-rl; /* ou 'vertical-lr' pour l'orientation de gauche à droite */
    text-orientation: mixed; /* Cette propriété permet d'ajuster l'orientation du texte pour certains navigateurs */
    white-space: nowrap;
}

.conforabsolu i {
    color:#444444;
    background-color:#c3d2ce;
    border:solid 5px white;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:19px;
    border-radius: 5px;
}

.conforabsolu i:hover {
    color:#ffffff;
    background-color: #AF9C51;
}

@media screen and (max-width:767.9px) {
    .conforabsolu {
        justify-content: flex-start;
        height:50%;
    }
    .conforabsolu i {
    }
}

.single {
    position:relative;
    padding:15% 20px;
}

   .hagrouna__1 {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left:-7%;
        height: 100%;
        background-attachment: fixed;
        /*
        background-image: linear-gradient(327deg, #da917e 36%, #da917e 60%, #ffffff 40%);
        background-image: linear-gradient(200deg, #da917e 36%, #40221d 60%, #ffffff 40%)!important;
        */
        background-image: linear-gradient(200deg, #ffffff 36%, #c9d1e0 60%, #ffffff 40%)!important;
        clip-path: ellipse(65% 0.75% at 50% 0.5%);
   }
   
   .hagrouna__2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 350vh;
      background-attachment: fixed;
      background-image: linear-gradient(35deg, #ffffff 36%, #f1ab26 60%, #172f62 40%);
      clip-path: ellipse(65% 0.75% at 50% -0.2%);
      display:none;
   }