<style>
    :root {
      --color-pma: #00b276;
      --color-main: #040037;
      --border-color: rgba(4, 0, 55, 0.1);
      --border-hover: rgba(4, 0, 55, 0.3);
    }


    /*actutop*/

    .actutop {
    display: block;
    white-space: nowrap;
    margin: 20px auto 15px;
    position: relative;
    text-align: center;
    }

    .actutop:before {
    left: 0;
    transform: scaleX(-1);
    display: block;
    height: 100%;
    width: 50px;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
    }

    .actutop:after {
    right: 0;
    transform: scaleX(-1);
    display: block;
    height: 100%;
    width: 50px;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

    .actutop > div {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-bottom: 10px;
    }

    .actutop a {
    display: inline-block;
    margin-right: 3%;
    text-decoration: none;
    vertical-align: top;
    }

    .actutop img {
    width: 100%;
    height: 90px;
    max-width: 90px;
    position: relative;
    }

    .actutop p {
    text-align: center;
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #040037;
    }

    .actutop span {
    display: block;
    font-weight: 700;
    }

    @media screen and (max-width: 768px) {
    .actutop div a:first-child {
        margin-left: 20px;
    }

    .actutop div a {
        margin-right: 22px;
    }

   

    .actutop img {
        width: 90px;
        max-width: 60px;
        height: 60px !important;
    }

    .actutop p {
        font-size: 13px;
    }
    }
    
    .news, .news2 {
      margin: 50px auto 0;
      width: 100%;
      text-align: center;
      background-color: #fff;
      padding: 0 0 25px;
    }
    
     .news .tiers, .news2 .tiers2 {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
      border: 1px solid var(--border-color);
      position: relative;
      margin-bottom: 25px;
    }

     .news .half, .news2 .tiers2 {
      width: 100%;
      text-align: left;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
      border: 1px solid var(--border-color);
      position: relative;
      margin-bottom: 25px;
    }
    
    .news .half, .news2 .half2 {
      max-width: 680px;
    }
    
    .news .tiers, .news2 .tiers2 {
      max-width: 450px;
    }
    
    .news .half img, .news .tiers img, .news2 .half2 img, .news2 .tiers2 img {
      width: 100%;
      height: 450px;
      transition: .3s ease-in-out;
      opacity: 1;
      position: relative;
      background-size: cover;
    }
    
    .news .half img {
      max-width: 680px;
      
    }
    
    .news .tiers img {
      max-width: 450px;
      /*height: auto;*/
    }

    .news2 .half2 img {
      
      height: 330px;
    }
    
    .news .half .cta li, .news .tiers .cta li, .news2 .half2 .cta2 li, .news2 .tiers2 .cta2 li {
      display: inline-block;
      margin: 7px;
      min-width: 130px;
      width: auto;
    }
    
    .news .half .cta li a, .news .tiers .cta li a, .news2 .half2 .cta2 li a, .news2 .tiers2 .cta2 li a {
      background-color: #fff;
      color: var(--color-main);
      border: 1px solid var(--border-hover);
      padding: 12px;
      text-align: center;
      display: block;
      transition: .3s ease-in-out;
      opacity: 1;
      font-size: 15px;
      line-height: 21px;
      font-weight: 700;
      height: 50px;
      border-radius: 8px;
      width: 100%;
    }
    
    .news .half .cta li a:hover, .news .tiers .cta li a:hover, .news2 .half2 .cta2 li a:hover, .news2 .tiers2 .cta2 li a:hover {
      background-color: var(--color-main);
      color: #fff;
    }
    
    .news .half p, .news .tiers p, .news2 .half2 p, .news2 .tiers2 p {
      font-size: 15px;
      font-weight: 400;
      color: var(--color-main);
      display: block;
      line-height: 21px;
      padding: 0 40px;
      
    }
    
    .news .half .title, .news .tiers .title, .news2 .half2 .title2, .news2 .tiers2 .title2 {
      font-size: 18px;
      margin-top: 25px;
      font-weight: 700;
      padding-bottom: 10px;
      line-height: 24px;
    }
    
    .news2 .half2, .news2 .tiers2 {
      max-width: 470px;
      display:inline-block;
      text-align: left;
      border: 1px solid var(--border-color);
    }
    
    .news .tiers ul,.news2 .tiers2 ul  {
      padding: 0 0 25px 0px;
    }
    
   .news .half ul, .news2 .half2 ul {
      padding: 0 0 25px  31px;
    }
    
    .news2 .half2:nth-of-type(2), .news2 .tiers2:nth-of-type(2), .news .half:nth-of-type(2), .news .tiers:nth-of-type(2) {
      margin: 0 10px 25px;
    }
    
    .quart, .quart2 {
      display: block;
      margin: auto;
      max-width: 1480px;
      width: 100%;
      height: auto;
    }
    
    .news .cta, .news2 .cta2 {
      margin-top: 10px;
    }
    
    .news .tiers .cta li:nth-of-type(3), .news .tiers .cta li:nth-of-type(4), .news .tiers .cta li:nth-of-type(5), .news .tiers .cta li:nth-of-type(6) {
      display: none;
    }
    
    .news .tiers:nth-of-type(10), .news .tiers:nth-of-type(11), .news .tiers:nth-of-type(4), .news .tiers:nth-of-type(5), .news .tiers:nth-of-type(6), .news .tiers:nth-of-type(7), .news .tiers:nth-of-type(8), .news .tiers:nth-of-type(9) {
      display: none;
    }
    
    .cta {
      max-width: 1100px;
      margin: auto;
    }

    /*opÃ© pma secondaire*/
    .block-prix-content {
   
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 100px;
    min-height: 100px;
    padding: 4px;
    line-height: 1;
    display: flex;
    }

    span.prix sup {
    font-size: 20px;
}
    
    @media screen and (max-width: 768px) {
      .news .half, .news .tiers, .news2 .half2, .news2 .tiers2 {
        display: block;
        background-color: #fff;
        border: 0;
        position: relative;
      
		 width: 100%;
        margin: 10px auto; 
      }
    
      .news .half:nth-of-type(2), .news .tiers:nth-of-type(2), .news2 .half2:nth-of-type(2), .news2 .tiers2:nth-of-type(2) {
        margin: 0 auto;
      }
    
      .news .half .title, .news .tiers .title, .news2 .half2 .title2, .news2 .tiers2 .title2 {
        text-align: center;
        padding: 0;
      }
    
      .news .cta, .news2 .cta2 {
        padding: 10px 0 0;
        margin-top: 0;
      }
    
      .news .half ul, .news ul, .news2 .half2 ul, .news2 ul {
        text-align: center;
        margin: auto;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0 0 5px 0;
      }
    
      .news .tiers .cta li:nth-of-type(3), .news .tiers .cta li:nth-of-type(4), .news .tiers .cta li:nth-of-type(5), .news .tiers .cta li:nth-of-type(6) {
        display: inline-block;
      }
    
      .news ul li:first-of-type, .news2 ul li:first-of-type {
        padding-left: 20px;
        margin-left: 0 !important;
      }
    
      .news ul li:last-of-type, .news2 ul li:last-of-type {
        padding-right: 20px;
        margin-right: 0 !important;
      }
    
      .news, .news2 {
        margin: 20px auto 0;
        padding: 0;
      }
    
      .news .tiers:nth-of-type(10), .news .tiers:nth-of-type(11), .news .tiers:nth-of-type(4), .news .tiers:nth-of-type(5), .news .tiers:nth-of-type(6), .news .tiers:nth-of-type(7), .news .tiers:nth-of-type(8), .news .tiers:nth-of-type(9) {
        display: block;
        margin-bottom: 0;
      }
    
      .news .half p, .news .tiers p, .news2 .half2 p, .news2 .tiers2 p {
        text-align: center;
        padding: 5px 10px 10px;
      }
    
      .news .half img, .news .tiers img, .news2 .half2 img, .news2 .tiers2 img {
        /*margin: 25px 20px 0 20px;*/
        width: 100% !important;
       height: auto !important;
      }
	  
	    .news .tiers img, .news2 .half2 img {
      
        height: auto !important;
      }
	  
	  
    }
    
    .news.neg {
      background-color: inherit;
      margin: 0 auto;
      padding: 0;
    }
    </style>