.cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cloud li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}

/* Adjust font size based on relevance */
.cloud li:nth-child(1) { font-size: 16px; }
.cloud li:nth-child(2) { font-size: 14px; }
.cloud li:nth-child(3) { font-size: 18px; }
.cloud li:nth-child(4) { font-size: 12px; }
.cloud li:nth-child(5) { font-size: 16px; }
.cloud li:nth-child(6) { font-size: 14px; }
.cloud li:nth-child(7) { font-size: 18px; }
.cloud li:nth-child(8) { font-size: 12px; }
.cloud li:nth-child(9) { font-size: 16px; }
.cloud li:nth-child(10) { font-size: 14px; }
.cloud li:nth-child(11) { font-size: 18px; }
.cloud li:nth-child(13) { font-size: 12px; }
.cloud li:nth-child(14) { font-size: 16px; }
.cloud li:nth-child(15) { font-size: 14px; }
.cloud li:nth-child(16) { font-size: 18px; }
.cloud li:nth-child(17) { font-size: 12px; }
.cloud li:nth-child(18) { font-size: 16px; }
.cloud li:nth-child(19) { font-size: 14px; }
.cloud li:nth-child(20) { font-size: 18px; }
.cloud li:nth-child(21) { font-size: 12px; }
.cloud li:nth-child(22) { font-size: 16px; }
.cloud li:nth-child(23) { font-size: 14px; }
.cloud li:nth-child(24) { font-size: 18px; }
.cloud li:nth-child(25) { font-size: 12px; }
.cloud li:nth-child(26) { font-size: 16px; }
.cloud li:nth-child(27) { font-size: 14px; }
.cloud li:nth-child(28) { font-size: 18px; }
.cloud li:nth-child(29) { font-size: 12px; }
.cloud li:nth-child(30) { font-size: 16px; }
.cloud li:nth-child(31) { font-size: 14px; }
.cloud li:nth-child(32) { font-size: 18px; }
.cloud li:nth-child(33) { font-size: 12px; }
.cloud li:nth-child(34) { font-size: 16px; }
.cloud li:nth-child(35) { font-size: 14px; }
.cloud li:nth-child(36) { font-size: 18px; }
.cloud li:nth-child(37) { font-size: 12px; }
.cloud li:nth-child(38) { font-size: 16px; }
.cloud li:nth-child(39) { font-size: 14px; }
.cloud li:nth-child(40) { font-size: 18px; }
.cloud li:nth-child(41) { font-size: 12px; }
.cloud li:nth-child(42) { font-size: 16px; }
.cloud li:nth-child(43) { font-size: 14px; }
.cloud li:nth-child(44) { font-size: 18px; }
.cloud li:nth-child(45) { font-size: 12px; }
.cloud li:nth-child(46) { font-size: 16px; }
.cloud li:nth-child(47) { font-size: 14px; }
.cloud li:nth-child(48) { font-size: 18px; }
.cloud li:nth-child(49) { font-size: 12px; }
.cloud li:nth-child(50) { font-size: 16px; }
.cloud li:nth-child(51) { font-size: 14px; }
.cloud li:nth-child(52) { font-size: 18px; }
.cloud li:nth-child(53) { font-size: 12px; }
.cloud li:nth-child(54) { font-size: 16px; }
.cloud li:nth-child(55) { font-size: 14px; }
.cloud li:nth-child(56) { font-size: 18px; }
.cloud li:nth-child(57) { font-size: 12px; }
.cloud li:nth-child(58) { font-size: 16px; }
.cloud li:nth-child(59) { font-size: 14px; }
.cloud li:nth-child(60) { font-size: 18px; }
.cloud li:nth-child(61) { font-size: 12px; }
.cloud li:nth-child(62) { font-size: 16px; }
.cloud li:nth-child(63) { font-size: 14px; }
.cloud li:nth-child(64) { font-size: 18px; }
.cloud li:nth-child(65) { font-size: 12px; }
.cloud li:nth-child(66) { font-size: 16px; }
.cloud li:nth-child(67) { font-size: 14px; }
.cloud li:nth-child(68) { font-size: 18px; }
.cloud li:nth-child(69) { font-size: 12px; }
/* Add more nth-child rules for further adjustment */

/* Hover effect */
.cloud li:hover {
  color: blue;
  cursor: pointer;
}
.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 33px;
  top: 50%;
  background: linear-gradient(to right, #F7D678, #BA741B) !important;
  display: block;
  padding: 0 .3em !important;
  font-size: 2em;
  margin: 0;
  cursor: pointer;
  color: #fff!important;
  transform: translate(-50%, -50%);
  width: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -10px;
  top: 50%;
  background: linear-gradient(to right, #F7D678, #BA741B) !important;
  display: block ;
  padding: 0 .3em !important;
  font-size: 2em ;
  margin: 0;
  cursor: pointer;
  color: #fff!important;
  transform: translate(-50%, -50%);
  width: 20px;
}




      .our-team {
          padding: 40px 0 40px;
          margin-bottom: 30px;
          background-color: white;
          text-align: center;
          overflow: hidden;
          position: relative;
          width: 70%;
          box-shadow: 0px 0px 9px 0px #787878;
          border-radius: 18px;
          margin: 15px auto;
      }

      .our-team .picture {
          display: inline-block;
          height: 130px;
          width: 130px;
          margin-bottom: 50px;
          z-index: 1;
          position: relative;
      }

      .our-team .picture::before {
          content: "";
          width: 100%;
          height: 0;
          border-radius: 50%;
          background-color: #254495;
          position: absolute;
          bottom: 135%;
          right: 0;
          left: 0;
          opacity: 0.9;
          transform: scale(3);
          transition: all 0.3s linear 0s;
      }

      .our-team:hover .picture::before {
          height: 100%;
      }

      .our-team .picture::after {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #254495;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
      }

      .our-team .picture img {
          width: 100%;
          height: 130px;
          border-radius: 50%;
          transform: scale(1);
          transition: all 0.9s ease 0s;
      }

      .our-team:hover .picture img {
          box-shadow: 0 0 0 14px #f7f5ec;
          transform: scale(0.7);
      }

      .our-team .title {
          display: block;
          font-size: 12px;
          color: #4e5052;
          text-transform: capitalize;
      }

      .our-team .social {
          width: 100%;
          padding: 0;
          margin: 0;
          background-color: #dead51;
          position: absolute;
          bottom: -100px;
          left: 0;
          transition: all 0.5s ease 0s;
      }

      .our-team:hover .social {
          bottom: 0;
      }

      .our-team .social li {
          display: inline-block;
      }

      .our-team .social li a {
          display: block;
          padding: 10px;
          font-size: 17px;
          color: white;
          transition: all 0.3s ease 0s;
          text-decoration: none;
      }

      .our-team .social li a:hover {
          color: #1369ce;
          background-color: white;
      }

      .carousel-control-next,
      .carousel-control-prev {
          width: 0% !important;
      }

      /* Extra small devices (phones, 1200px and down) */
      @media only screen and (max-width: 1200px) {
          .our-team {
              width: 95% !important;
          }
      }
  
  .pagination {
      display: inline-block;
  }

  .pagination a {
      color: black;
      float: left;
      padding: 8px 16px;
      text-decoration: none;
  }

  .pagination a.active {
      background-color: #17407E;
      color: white;
  }

  .pagination a:hover:not(.active) {
      background-color: #ddd;
  }
 
      .text-p {
          margin-top: 0cm;
          margin-right: 2.1pt;
          margin-bottom: 12.7pt;
          margin-left: 0cm;
          text-indent: 0cm;
          line-height: 107%;
          font-size: 15px;
          font-family: "Century Gothic", sans-serif;
          font-weight: bold;
      }

      .review-stars ul {
          display: inline-block;
          list-style: none;
          width: 100%
      }

      .review-stars ul li {
          float: left;
          margin-right: 5px;
      }

      .review-stars ul li i {
          color: #E4B248;
          font-size: 25px;
      }

      /*color: #E4B248;*/
      .review-stars ul li i.inactive {
          color: #c6c6c6;
      }

      .star:after {
          content: "\2605";
      }

      .review-stars {
          margin-left: -55px;
      }

      .cropped {
          object-fit: cover;
          object-position: 20% 30%
      }
body{
  font-family: Arial !important;
}
.modal-backdrop{
width: 100%;
height: 100%
}
.radio-toolbar {
  display: grid;
}
.white-box-content{
  background-color: white;
    padding: 3px 0px 13px 21px;
    border-radius: 13px;
    /* transition: transform .2s; */
}
/* .white-box-content:hover{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
} */
.radio-toolbars {
  /* display: flex; */
}
.radio-toolbar input[type="radio"] , .radio-toolbars input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 17px;
  border: 1px solid #B7964D;
  border-radius: 4px;
}
.radio-toolbars label {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  
  font-family: sans-serif, Arial;
  font-size: 17px;
  border: 1px solid #B7964D;
  
}

.radio input[type=radio]{
  margin-left: 0;
}

.radio-toolbar label:hover, .radio-toolbars label:hover {
  background: linear-gradient(to right, #F7D678 , #BA741B);
  color:#fff;
}


.radio-toolbar input[type="radio"]:focus + label, .radio-toolbars input[type="radio"]:focus + label {
  border: 1px solid #B7964D;
}

.radio-toolbar input[type="radio"]:checked + label , .radio-toolbars input[type="radio"]:checked + label{
  background: linear-gradient(to right, #F7D678 , #BA741B);
  border-color: #B7964D;
  color:#fff;
}
/*  */
.btn-roundedd{
  border-radius: 20px;
  background: #254495;
}

.btn-roundedd:hover{
  color: #254495;
  background: linear-gradient(to right, #F7D678 , #BA741B);
}
.btn-successs{
  background: linear-gradient(to right, #F7D678 , #BA741B);
  color: #254495 !important;
}


.fieldd {
  display: contents;
 
}
.titree{
  text-align: start !important;
}


.w25{
  width: 22%;
  display: inline-block;
}
.w50{
  width: 45%;
  display: inline-block;
}
/*  */

.mbMenu{
  display: grid;
}

.mbMenu a{
  background: #254495;
  color:white;
  border: 1px solid #F7D678;
  padding:3px 0px 3px 0px;
}

.mobileBtn{
  display: flex;
    justify-content: end;
    background-color: #F5F5F5;
}
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a{display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }

 
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .radio-toolbars label {
  
    padding: 10px 81px 10px 63px !important;
    
    
    
  }
 
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .mobileBtn{
    display: none;
  }
  .radiusCoin{
    border-radius: 17px 0px 0px 0px !important;
  }
  
  .radiusCoin1{
    border-radius: 0px 17px 0px 0px !important;
  }
  
  .radiusCoin2{
    border-radius: 0px 0px 0px 17px !important;
  }
  .radiusCoin3{
    border-radius: 0px 0px 17px 0px !important;
  }
}

@media screen and (max-width: 767px){
.assure {
    width: 30%!important;
    display: table-cell;
}
.headerMere{
  font-size:21px;
}
.imgParain{
  padding-bottom: 232px !important;
}
.proPar{
  width:100% !important;
}
.topMenu{
  display:none;
}

}


body{
  zoom: 80%!important;
}
.loader{
background: rgb(255 255 255 / 94%) no-repeat;
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:999;
}
.text-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-light{
  color:#2066ad!important;
}
.modal-headers{
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 1rem 1rem; */
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.assur{
  background-image: url('../img/zzzz.jpg')!important;
  background-size: cover!important;
  background-position:100%!important;
  padding-bottom: 30px!important;
  border: none!important;
  width: 100%!important;
}
.elems{
      padding-bottom: 20rem!important;
}
.assur2{
  background-image: url(../img/slidercc.jpg)!important;
    background-size: cover!important;
    border: none!important;
    background-position:100%!important;
    width: 100%!important;
}
@media screen and (max-width: 600px) {
 .assur{
  background-size: contain!important;
  background-repeat: no-repeat!important;
      background-position: inherit!important;
   padding-bottom: 0px!important;
}
.assur2{
    background-size: contain!important;
    background-repeat: no-repeat!important;
        background-position: inherit;
    padding-bottom: 0px!important;
}
.elems{
      padding-bottom: 6.5rem!important;
}
.imgParain{
padding-bottom: 131px !important;
}
.imgHome{
  padding-bottom: 201px !important;
}
#logo-home, 
#number-oneHome{
  display: none;
}

}
.blue-top{
background-color: #164995;
border-radius: 25px 20px 0px 0px;
}
.red-top{
background-image: url('../img/redtop.png');
background-size: cover
}
.red-top2{
background-image: url('../img/redtop2.png');
background-size: cover
}
.gold-top{
 background-image: url('../img/goldtop.png');
 background-size: cover 
}
.btn-green-degrad {
    background-image: linear-gradient(to right, #286c13 , #256612);
    color: white;
}
.btn-white-red{
  background: white;
  color: #991B18!important;
}
.btn-white-green{
  background: white;
  color: #256612!important;
}
.btn-blue-white{
    background: white;
  color: blue!important;
}
.btn-degrad-white{
     background: white;
  color: #B7964D!important;
}
.footer{
  background: #17407E;
}
.list-unstyled a{
    color: white;
    text-decoration: none;
    background-color: transparent;
}
.list-unstyled a:hover{
    color: white;
    text-decoration: underline;
}
.future{
  border-radius: 20px;
  background-color: white;
  border: 2px solid #1D2E5A;
  color: #1D2E5A;
}
.enda{
  border-radius: 20px;
  background-color: white;
  border: 2px solid #BA741B;
  color: #BA741B;
}
.reste{
  border-radius: 20px;
  background-color: white;
  border: 2px solid #b51f1b;
  color: #b51f1b;
}
.btn-degrad,form .btn-degrad{

    background-image: linear-gradient(to right, #F7D678 , #BA741B);
    color: white;
}
.btn-block-half{
  width: 50%;
}
.btn-degrad:focus{
    background-image: linear-gradient(to right, #F7D678 , #BA741B);
    color: white;
}
.btn-blue-degrad {
    background-image: linear-gradient(to right, #164995 , #164995);
    color: white;
}
.stars{
  width: 100%;
}
.star{
  width: 33%;
}
.circle-prix{
  width: 20%;
}
.circle {
  padding: 15% 5% 15% 5%;
  border-radius: 50%;
  color: white;
  display: inline-block;
}

.pt-8{
  padding-top: 8rem!important;
}
.bg-white{
  background-color: #f5f5f5!important;
}
.bg-white-trans{
  background-color: #ffffffc9;
 }
body{
  background-color: #F5F5F5!important;

}

.row-padding{
	margin: 0 auto;
	padding: 0 10%;
}

.btn-red-degrad {
    background-image: linear-gradient(to right, #DC2521 , #681714);
    color: white;
}

p.nosformules{
  font-size:20px;
  line-height:134%;
  font-family:"Century Gothic",sans-serif;
  color:#575757;
  text-align: justify;
}
.btn-red-degrad:hover {
    background-image: linear-gradient(to right, #b51f1b , #521210);
    color: white;
}
.btn-blue-degrad:hover {
    background-image: linear-gradient(to right, #123873 , #172448);
    color: white;
}
.centered-over-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-image{
  padding-bottom: 10px;
  border: none;
  background-color: #f5f5f5!important;
}
.degrad-center{
	background-image: radial-gradient(#BA741B, #F7D678, #BA741B);
    color: white;
}
.btn-blue {
  background-color : #254495;
}
.btn-grey{
  background-color: #E8E8E8;
}

.btn-blue-checked {
  color : white!important;
  background-image: linear-gradient(to right, #F7D678, #BA741B) ;
}
.btn-blue:hover {
  color : white;
  background-image: linear-gradient(to right, #F7D678, #BA741B) ;
}
.btn-grey:hover {
  background-color: #d5d5d5;
}

.btn-degrad:hover {
    background-image: linear-gradient(to right, #c5ab60 , #905a15);
    color: white;
}
.slider-box{
  border: 3px solid #1C356B;
    border-radius: 1rem;
}
/* #RenseignementForm .btn {
  	color: white;
    border: 0px;
} */
.btn-border{
  border: 3px solid #1C356B;
}
.btn-border-degrad{
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(to right, #F7D678 , #BA741B), linear-gradient(to right, #F7D678 , #BA741B);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.btn-border-degrad-inverse{
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(to right,#BA741B , #F7D678), linear-gradient(to right, #BA741B , #F7D678);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.btn-border-degrad-inverse:focus{
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(to right,#BA741B , #F7D678), linear-gradient(to right, #BA741B , #F7D678);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}

.btn-border-degrad:focus{
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(to right, #F7D678 , #BA741B), linear-gradient(to right, #F7D678 , #BA741B);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.btn-radius{
  border-radius: 1.25rem;
}
.btn-left-radius{
      border-radius: 1.25rem 0 0 1.25rem!important;
}
.btn-right-radius{
      border-radius: 0 1.25rem 1.25rem 0!important;
}
.text-blue {
  color : #254495!important;
}
.text-teal{
  color: #55B2B2!important;
}
.text-red {
  color : #254495!important;
}
.text-degrad {
  color : #b51f1b!important;
}
.border-2{
  border: 2px solid grey;
}
.rounded-top-1{
  border-top-left-radius: 1rem!important;
  border-top-right-radius: 1rem!important;
}
.rounded-bottom-1{
  border-bottom-left-radius: 0.8rem!important;
  border-bottom-right-radius: 0.8rem!important;
}
.rounded-1{
  border-radius: 1rem!important;
}
.bg-strip{
  background-color: #DEE3E6;
}
.rounded-top-0{
  border-top-left-radius: 0px!important;
  border-top-right-radius: 0px!important;
}
.max-height-50{
  max-height: 50px;
}
.max-height-30{
  max-height: 30px;
}
.min-height-200{
  min-height: 200px;
}

.min-height-300{
  min-height: 300px;
}
.min-height-350{
  min-height: 350px;
}
.min-height-50{
  min-height: 50px;
}
.font-size-large{
  font-size: large;
}
.font-size-medium{
  font-size: medium;
}
.font-size-small{
  font-size: small;
}
.underline-gradient{
  	background-image: radial-gradient(#BA741B, #F7D678, #BA741B);
  	height: 2px;
  	width: 22%;
    margin: 0px 40%;
}
#header { 
	font-family: Arial, Helvetica, sans-serif; 
}

#divImg {position:relative; }

#divImg2 {position:absolute; left:80%;z-index: 100;}

#divImg img { margin-left:-25%; margin-top:-30%; }
.back-grey  a{
    color : #254495!important;
}
.btn-facebook {
  background: #3B5998;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #3B5998; 
}
.btn-facebook:link, .btn-facebook:visited {
  color: #fff;
}
.btn-facebook:active, .btn-facebook:hover {
  background: #263961;
  color: #fff;
}
.btn-twitter {
  background: #00ACEE;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #00ACEE;
}
.btn-twitter:link, .btn-twitter:visited {
  color: #fff; 
}
.btn-twitter:active, .btn-twitter:hover {
  background: #0075a2;
  color: #fff; 
}
.btn-instagram {
  background: #E33E5C;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E33E5C;
}
.btn-instagram:link, .btn-instagram:visited {
  color: #fff; 
}
.btn-instagram:active, .btn-instagram:hover {
  background: #E33E5C;
  color: #fff; 
}
.btn-youtube {
  background: #c4302b;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #c4302b;
}
.btn-youtube:link, .btn-youtube:visited {
  color: #fff; 
}
.btn-youtube:active, .btn-youtube:hover {
  background: #c4302b;
  color: #fff; 
}

.back-grey{
	background-color: #ccc;
}
.back-less-grey{
	background-color: #eae8e8;
}

.list-group-item-new {
    background-color: transparent!important;
    border: 0px!important;
}

@media screen and (min-width: 768px) {
  .padding-footer {
   padding-left: 15%!important;
 }
 .btn-block-screen{
  width: 50%;
 }
 .img-block-new{
  width: 60%;
 }
 #divImg {position:relative; }

#divImg2 {position:absolute; left:80%;z-index: 1000;}

#divImg img { margin-left:-25%; margin-top:-30%; }

}
@media (max-width:767px) and (min-width:601px) {
   #divImg {position:relative; }

#divImg2 {position:absolute; left:88%;z-index: 1000;}

#divImg img { margin-left:-40%; margin-top:-40%;display: none; }
}
@media only screen 
and (max-device-width: 600px)
 { 
 	.font-minus{
 		font-size: 11px; 
 	}
  	#divImg {position:relative; }
	#divImg2 {position:absolute; left:90%;z-index: 10000;}
	#divImg img { margin-left:-40%; margin-top:-40%;display: none; }

 }
a:hover{
 text-decoration:none;
 }



 
    .buttonRadio {
  
      padding: 4px;
      border-radius: 3px;
      position: relative;
      width: fit-content;
      justify-content: center;
    }

    .buttonRadio input {
      appearance: none;
      cursor: pointer;
      border-radius: 2px;
      width: 100%;
      border: 1px solid #B7964D;
    text-align: center;
    padding: 15px;
      background: #fff;
      font-weight: bold;
      color: #254495;
      font-size: 15px;
      font-family: sans-serif;
      transition: all 0.1s;
    }

    .buttonRadio input:checked {
      background: linear-gradient(to right, #F7D678 , #BA741B);
      color:#fff;
      
    }

    .buttonRadio input::before {
      content: attr(label);
      text-align: center;
    }

    /* .radioPar{
      width: 100% !important; 
    } */

    .buttonRadio input:hover{
      background: linear-gradient(to right, #F7D678 , #BA741B);
      color:#fff;
    }

  .img-result{
    width: 70% !important;
  }


  /* MRPRO */

  .checked:active {
    background: linear-gradient(to right, #F7D678, #BA741B);
}

.switch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 33px;
  text-align: center;
  margin: -30px 0 0 -75px;
  background: #28a745;
  transition: all 0.2s ease;
  border-radius: 25px;
}

.switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

.switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  transition: all 0.2s ease;
}

.radioForm {
  display: none;
}

.switch label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
  width: 60px;
  line-height: 33px;
  transition: all 0.2s ease;
}

label[for=yes],
label[for=yesredressement],
label[for=yesresiliemotif],
label[for=yesexploitation],
label[for=yesmandarisque] {
  position: absolute;
  left: 0px;
  height: 20px;
}

label[for=no],
label[for=noredressement],
label[for=noresiliemotif],
label[for=noexploitation],
label[for=nomandarisque] {
  position: absolute;
  right: 0px;
  color: grey;
}

#yes~.switch,
#yesredressement~.switch,
#yesresiliemotif~.switch{
  background: #c82333;
}

#no:checked~.switch,
#noredressement:checked~.switch,
#noresiliemotif:checked~.switch,
#noexploitation:checked~.switch,
#nomandarisque:checked~.switch {
  background: #254495;
}

#no:checked~.switch span,
#noredressement:checked~.switch span,
#noresiliemotif:checked~.switch span,
#noexploitation:checked~.switch span,
#nomandarisque:checked~.switch span {
  background: #fff;
  margin-left: -8px;
}

#no:checked~.switch span:after,
#noredressement:checked~.switch span:after,
#noresiliemotif:checked~.switch span:after,
#noexploitation:checked~.switch span:after,
#nomandarisque:checked~.switch span:after {
  background: white;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}

#yes:checked~.switch label[for=yes],
#yesredressement:checked~.switch label[for=yesredressement],
#yesresiliemotif:checked~.switch label[for=yesresiliemotif],
#yesexploitation:checked~.switch label[for=yesexploitation],
#yesmandarisque:checked~.switch label[for=yesmandarisque] {
  color: #fff;
}

#no:checked~.switch label[for=no],
#noredressement:checked~.switch label[for=noredressement],
#noresiliemotif:checked~.switch label[for=noresiliemotif],
#noexploitation:checked~.switch label[for=noexploitation],
#nomandarisque:checked~.switch label[for=nomandarisque] {
  color: white;
}




label[for=yes0],
label[for=yesredressement0],
label[for=yesresiliemotif0],
label[for=yesexploitation0],
label[for=yesmandarisque0] {
  position: absolute;
  left: 0px;
  height: 20px;
}

label[for=no0],
label[for=noredressement0],
label[for=noresiliemotif0],
label[for=noexploitation0],
label[for=nomandarisque0] {
  position: absolute;
  right: 0px;
  color: grey;
}
#yes0~.switch,
#yesredressement0~.switch,
#yesresiliemotif0~.switch{
  background: #c82333;
}
#no0:checked~.switch,
#noredressement0:checked~.switch,
#noresiliemotif0:checked~.switch,
#noexploitation0:checked~.switch,
#nomandarisque0:checked~.switch {
  background: #254495;
}

#no0:checked~.switch span,
#noredressement0:checked~.switch span,
#noresiliemotif0:checked~.switch span,
#noexploitation0:checked~.switch span,
#nomandarisque0:checked~.switch span {
  background: #fff;
  margin-left: -8px;
}

#no0:checked~.switch span:after,
#noredressement0:checked~.switch span:after,
#noresiliemotif0:checked~.switch span:after,
#noexploitation0:checked~.switch span:after,
#nomandarisque0:checked~.switch span:after {
  background: white;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}

#yes0:checked~.switch label[for=yes0],
#yesredressement0:checked~.switch label[for=yesredressement0],
#yesresiliemotif0:checked~.switch label[for=yesresiliemotif0],
#yesexploitation0:checked~.switch label[for=yesexploitation0],
#yesmandarisque0:checked~.switch label[for=yesmandarisque0] {
  color: #fff;
}

#no0:checked~.switch label[for=no0],
#noredressement0:checked~.switch label[for=noredressement0],
#noresiliemotif0:checked~.switch label[for=noresiliemotif0],
#noexploitation0:checked~.switch label[for=noexploitation0],
#nomandarisque0:checked~.switch label[for=nomandarisque0] {
  color: white;
}



label[for=yes1],
label[for=yesredressement1],
label[for=yesresiliemotif1],
label[for=yesexploitation1],
label[for=yesmandarisque1] {
  position: absolute;
  left: 1px;
  height: 21px;
}

label[for=no1],
label[for=noredressement1],
label[for=noresiliemotif1],
label[for=noexploitation1],
label[for=nomandarisque1] {
  position: absolute;
  right: 1px;
  color: grey;
}

#no1:checked~.switch,
#noredressement1:checked~.switch,
#noresiliemotif1:checked~.switch,
#noexploitation1:checked~.switch,
#nomandarisque1:checked~.switch {
  background: #254495;
}

#no1:checked~.switch span,
#noredressement1:checked~.switch span,
#noresiliemotif1:checked~.switch span,
#noexploitation1:checked~.switch span,
#nomandarisque1:checked~.switch span {
  background: #fff;
  margin-left: -8px;
}

#no1:checked~.switch span:after,
#noredressement1:checked~.switch span:after,
#noresiliemotif1:checked~.switch span:after,
#noexploitation1:checked~.switch span:after,
#nomandarisque1:checked~.switch span:after {
  background: white;
  height: 21px;
  margin-top: -8px;
  margin-left: 8px;
}
#yes1~.switch,
#yesredressement1~.switch,
#yesresiliemotif1~.switch{
  background: #c82333;
}
#yes1:checked~.switch label[for=yes1],
#yesredressement1:checked~.switch label[for=yesredressement1],
#yesresiliemotif1:checked~.switch label[for=yesresiliemotif1],
#yesexploitation1:checked~.switch label[for=yesexploitation1],
#yesmandarisque1:checked~.switch label[for=yesmandarisque1] {
  color: #fff;
}

#no1:checked~.switch label[for=no1],
#noredressement1:checked~.switch label[for=noredressement1],
#noresiliemotif1:checked~.switch label[for=noresiliemotif1],
#noexploitation1:checked~.switch label[for=noexploitation1],
#nomandarisque1:checked~.switch label[for=nomandarisque1] {
  color: white;
}

/* TOGGLE STYLING */
.toggle {
margin: 0 0 1.5rem;
box-sizing: border-box;
font-size: 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
}
.toggle input {
width: 0;
height: 0;
position: absolute;
left: -9999px;
}
.toggle input + label {
margin: 0;
color:#254495;
padding: 3px 2rem;
box-sizing: border-box;
position: relative;
display: inline-block;
border: solid 1px #DDD;
background-color: #FFF;
font-size: 14px;
line-height: 140%;
font-weight: 600;
text-align: center;
box-shadow: 0 0 0 rgba(255, 255, 255, 0);
transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
/* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
/*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
/* ----- */
}
.toggle input + label:first-of-type {
border-radius: 6px 0 0 6px;
border-right: none;
}
.toggle input + label:last-of-type {
border-radius: 0 6px 6px 0;
border-left: none;
}
.toggle input:hover + label {
border-color: #e5e5e5;
background-color: #254495;
color:white;
}
.toggle input:checked + label {
background-color: #254495;
color: #FFF;
box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
border-color: #254495;
z-index: 1;
}
.toggle input:focus + label {
outline: dotted 1px #CCC;
outline-offset: 0.45rem;
}
@media (max-width: 800px) {
.toggle input + label {
  padding: 0.75rem 0.25rem;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabletToggle{
  flex-flow: wrap;
}
}
/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
.status {
margin: 0;
font-size: 1rem;
font-weight: 400;
}
.status span {
font-weight: 600;
color: #B6985A;
}
.status span:first-of-type {
display: inline;
}
.status span:last-of-type {
display: none;
}
@media (max-width: 800px) {
.status span:first-of-type {
  display: none;
}
.status span:last-of-type {
  display: inline;
}
}

/* MRPRO */
