<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prestation-container{
    background-color: white;
    padding: 0 4vw;
    
}

.prestation-wrapper{
    border: solid 1px #372A93;
    border-radius: 15px;
    padding: 12px;
}

.prestation-item{
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 10px;
}

.prestation-item-title  {
    width: 35%;
    font-size: var(--wp--preset--color--text-xl);
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #222223;
    line-height: normal;
    font-style: normal;
}

.prestation-item-results{
    display: flex;
    justify-content: space-between;
    width: 65%;
    align-items: center;
}

.prestation-item-result {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prestation-item-title.extra-img-title{
    display: flex;
    align-items: center;
}

.prestation-item-title.extra-img-title::after{
    content: url('../../../assets/img/prestation-logo.svg');
    margin-left: .5em;
}

.prestation-item-result-elt{
    background: -webkit-linear-gradient(61deg, #372A93 6.19%, #1673AF 32.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--wp--preset--color--text-xl);
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
}

.prestation-item-title.extra-txt-title{
    display: flex;
    align-items: center;
}

.prestation-item-title-extra-text{
    color: #858BA0;
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px; /* 158.331% */
}

.prestation-item-title.extra-txt-title svg{
    margin-left: 8px;
}

.prestation-item-title-extra-selected{
    margin-left: 8px;
    color: var(--Blanc, #FFF);
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 23px */
    display: flex;
    align-items: center;
}

.prestation-item-title-extra-selected::after{
    content: 'program';
    text-transform: uppercase;
    color: var(--Blanc, #FFF);
    font-family: 'Poppins',sans-serif;
    font-size: 9.408px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px; /* 201.951% */
}

.prestation-item.selected .prestation-item-title{
    color: white;
}

.prestation-item.selected path,.prestation-item.selected line{
    stroke: white;
}

.prestation-item.selected .prestation-item-title{
    display: flex;
}
/*

  ____    _    ____  ____  ____  
  / ___|  / \  |  _ \|  _ \/ ___| 
 | |     / _ \ | |_) | | | \___ \ 
 | |___ / ___ \|  _ &lt;| |_| |___) |
  \____/_/   \_\_| \_\____/|____/ 
                                  
  */

  .prestation-cards-wrapper{
    width: 100%;
    display: flex;
    padding: 12px;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .prestation-cards-text{
    flex: 1;
    padding-left: 10px;
  }

  .prestation-cards-text-content{
    text-align: center;
  }

  .presentation-card-wrapper{
    display: flex;
    width: 65%;
    justify-content: space-around;
    top: 5%;
    padding-right: 10px;
    gap: 20px;
    height: fit-content !important;
    align-self: end !important;
  }

  .presentation-card-wrapper.active{
    position: fixed;
  }

  .prestation-card{
    flex: 1;
    text-align: center;
    background-color: white;
    border: solid 1px #1740CD;
    border-radius: 10px;
    box-shadow: 0px 4.11px 24.65px 0px rgba(23, 64, 205, 0.50);
  }

.prestation-card-title{
    font-size: var(--wp--preset--sub-title-m);
    color: #222223;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
  
.prestation-card-content div{
    margin-bottom: 1em;
}

.prestation-card.selected{
    background-color: #1740CD;
}
.prestation-card.selected p{
    color: white;
    margin-bottom: 0;
}

.prestation-cards-text{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 4em;
}

.prestation-cards-wrapper{
    min-height: 160px;
}

.prestation-card-extra-text-title{
    margin: 0 0 1em 0 !important;
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 125%; /* 15px */

}

/*
  ____   ___ _____ _____ ___  __  __ 
 | __ ) / _ \_   _|_   _/ _ \|  \/  |
 |  _ \| | | || |   | || | | | |\/| |
 | |_) | |_| || |   | || |_| | |  | |
 |____/ \___/ |_|   |_| \___/|_|  |_|
                                     
 */
.prestation-bottom-text-content{
    margin-top: 20px;
    color: #858BA0;
    font-family: 'Poppins',sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
}

.prestation-bottom-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

/*
  __  __  ___  ____ ___ _     _____ 
 |  \/  |/ _ \| __ )_ _| |   | ____|
 | |\/| | | | |  _ \| || |   |  _|  
 | |  | | |_| | |_) | || |___| |___ 
 |_|  |_|\___/|____/___|_____|_____|
                                    
*/


.prestation-wrapper-mobile{
    display: flex;
    justify-content: center;
}

@media (max-width:1200px){
    .presentation-card-wrapper{
        display: none;
    }

    .prestation-cards-text{
        width: 100%;
    }

    .prestation-cards-text{
        display: unset;
        padding-right: unset;
    }

    .prestation-cards-text-content p{
        display: none;
    }
}</pre></body></html>