
.modules-blocs.owl-carousel .owl-nav {
    text-align: center;
    padding-top:25px;
    display:block;
}

.modules-blocs.owl-carousel .owl-nav .owl-prev {
    font-size: 20px;
    background: #a5289c;
    color: #fff;
    margin-right: 7px;
    border-radius:50px;
    width: 30px;
    height: 30px;
}

.modules-blocs.owl-carousel .owl-nav .owl-next {
    font-size: 20px;
    background: #a5289c;
    color: #fff;
    margin-right: 7px;
    border-radius:50px;
    width: 30px;
    height: 30px;
}

.modules-blocs .modules-bloc
{
    position:relative;
    height: 220px;
    padding: 1px 3px 1px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    width: 98%;
    border-radius:20px;
    border: 1px solid #ccc;
    margin-bottom: 1px;
    overflow: hidden;
}

.modules-blocs .titlemoduls 
{
    color: #a5289c;
    font-weight: 600;
    font-size: 17px;
}

.modules-blocs .listmoduls
{
    display:flex;
    flex-direction:column;
    text-align: initial;
}


.modules-bloc .shep-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 350px;
    height: auto;
}

@media only screen and (max-width: 1920px){
    .modules-bloc .shep-right {
        width: 350px;
        opacity: 0.3;
    }
}

.modules-bloc .shep-right {
    width: 62px;
}

.formation_sections
{
    padding: 30px 0px;
    margin: 30px 0px;
}

.formation_sections .introformation
{
    background: #DEDFFF;
    border-radius: 20px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.formation_sections .title
{
     position:relative;
     display: inline-block;
     padding: 8px 18px;
}

.formation_sections .title:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 3px solid #a5289c;
    border-bottom: none;
    border-right: none;
    width: 40px;
    height: 40px;
}

.formation_sections .title:after
{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    border: 3px solid #a5289c;
    border-top: none;
    border-left: none;
    width: 40px;
    height: 40px;
}

.titleblockmod
{
    text-align: center;
    padding: 11px 1px;
}



.formation_sections .partiqueprice
{
    text-align:center;
    border-radius: 20px;
    margin-top: 50px;
    background: #DEDFFF;
}

.formation_sections .partiqueprice .partiqueprice_top
{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.formation_sections .partiqueprice .partiqueprice_bottom
{
    padding: 40px;
    display: flex;
    justify-content: space-around;
    justify-items: center;
}

.formation_sections .partiqueprice .partiqueprice_top .desc h1
{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    padding:7px 8px 0px;
}
    


.formation_sections .partiqueprice .partiqueprice_top .item-box-icon
{
    width: 35px;
    height: 35px;
    background: #009688;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
}
    
.formation_sections .partiqueprice .partiqueprice_top .desc
{
    display:flex;
    align-items:center;
}

.formation_sections .partiqueprice .partiqueprice_bottom .supportplus_name
{
    font-weight:600;
}
@media screen and (max-width: 992px)
{
    .formation_sections .partiqueprice .partiqueprice_bottom
    {
       flex-direction:column;
       row-gap:13px;
    }    
}

@media screen and (max-width: 768px)
{
  .formation_sections .partiqueprice .partiqueprice_top
    {
     padding:16px;
    }
    .formation_sections .partiqueprice .partiqueprice_top .item-box-icon {
      width:30px;
      height:30px;
    }
    .formation_sections .partiqueprice .partiqueprice_top .desc h1
    {
        padding:7px 2px 0px;
    }
}


.modules-bloc .shep-right img 
{
    opacity:0.4;
}


