.hidden {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.text-center {
  text-align: center !important;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 12px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert.error {
  font-size: 15px !important;
}
/*** 

====================================================================
	Alert Boxes style
====================================================================

***/

.alert-box{
	position:relative;
	padding:15px 8px;
	border:1px solid;
	margin-bottom:30px;
}

.alert-box.alert-success{
	border-color:#65be3e;
	background:#dce9d6;
	color:#65be3e;
}

.alert-box.alert-information{
	border-color:#22c0e8;
	background:#d3e9ef;
	color:#22c0e8;
}

.alert-box.alert-warning{
	border-color:#e7bd13;
	background:#eee9d1;
	color:#e7bd13;
}

.alert-box.alert-danger{
	border-color:#f7504c;
	background:#f1d9d8;
	color:#f7504c;
}

.alert-box.rounded-box{
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}

.alert-box .inner{
	position: relative;
  padding-left: 40px;
  font-size: 12px;
  line-height: 20px;	
}


.alert-box .inner .icon-alert{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	width:28px;
	height:28px;
	font-size:14px;
	line-height:24px;
	border:2px solid;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}

.alert-box.alert-success .inner .icon-alert{
	border-color:#65be3e;
	color:#65be3e;
}

.alert-box.alert-information .inner .icon-alert{
	border-color:#22c0e8;
	color:#22c0e8;
}

.alert-box.alert-warning .inner .icon-alert{
	border-color:#e7bd13;
	color:#e7bd13;
}

.alert-box.alert-danger .inner .icon-alert{
	border-color:#f7504c;
	color:#f7504c;
}
/*** 

====================================================================
	Fin Alert Boxes style
====================================================================

***/
.error, label.error {
  color: #c22f2f !important;
  display: block !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
	text-align: left;
}
label.error {
position: relative;
  bottom: 10px;
}
.error-input {
  border: 1px solid #c22f2f !important;
    border-radius: .25rem;
}
.c_lock2{
  background-color: black;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: 15px;
	z-index: 4;
}
.c_loading2{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.me-1{
	margin-right: .25rem !important;
}
.me-2{
	margin-right: .5rem !important;
}
.ms-2{
	margin-left: .5rem !important;
}
#llock, .c_lock {
  background-color: #6495ed;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: -15px;
}
#lloading, .c_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-red {
  color: #FF0004;
}
.text-white {
  color: var(--white) !important;
}
.logo-img {
  width: 190px;
}
.btn-slider {
  opacity: 0;
  position: absolute;
  top: 127%;
  left: 61%;
  display: inline-block;
  width: 380px;
  height: 60px;
}
.btn-products {
  font-size: 12px;
  font-weight: 600;
}
/* fin inputs */
/* reviews */
.reviews-slider {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
}
.reviews-container.reviews-slider {
  gap: 8px;
	padding-bottom: 26px;
}
.reviews-card-header {
  -ms-flex: 1 0 calc((100% - 8px)/ 4);
  flex: 1 0 calc((100% - 8px)/ 4);
  width: calc((100% - 8px)/ 4);
}
.reviews-card {
  display: flex;
  display: -ms-flexbox;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  scrollbar-width: none;
}
.reviews-container .reviews-cards {
  gap: 8px;
}
.reviews-cards {
  display: flex;
  display: -ms-flexbox;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  scrollbar-width: none;
}

.reviews-card {
  display: block;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.reviews-container .reviews-card {
  -ms-flex: 1 0 calc((100% - (8px)*1)/ 1);
  flex: 1 0 calc((100% - (8px)*1)/ 1);
  width: calc((100% - (8px)*1)/ 1);
}
.reviews-container .reviews-card-header .reviews-card {
  font-size: 1em;
}
.reviews-container .reviews-card-header .reviews-card {
  scroll-snap-align: start;
}
.reviews-card-inner {
  padding: .75em;
}
/*
	.reviews-card-inner.d-flex {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
	.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
	*/
.reviews-card-inner {
  display: block;
  position: relative;
  color: #333333;
}
.reviews-container .reviews-card-inner {
  margin: 8px;
}
.reviews-container .reviews-card-header .reviews-card-inner {
  border: none;
  border-color: #cccccc;
  border-radius: none;
  background-color: transparent;
  box-shadow: none;
}
.reviews-card-inner.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	align-items: center;

}
.reviews-card-flex{
	gap: .75em;
}
.reviews-card-flex{
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
.reviews-container .reviews-card-flex {
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  overflow: hidden;
  text-align: left;
  flex-direction: row;
}
.reviews-container .reviews-card-header .reviews-card-flex {
  text-align: left;
}
.reviews-container .reviews-icon {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
/*.reviews-container .reviews-card-header .reviews-icon {
  width: 56px;
  height: 56px;
  margin-left: 2px;
}*/
.reviews-container .reviews-card-header .reviews-icon i {
  font-size: 56px;
	color: #0a6cff;
	margin-left: 2px;
}

.reviews-info {
  gap: 0.25em;
}
.reviews-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.reviews-card-header .reviews-info {
  -ms-flex: 1 0 calc(100% - 52px - .75em);
  flex: 1 0 calc(100% - 52px - .75em);
  line-height: 1.8;
  text-wrap: wrap;
  overflow: hidden;
}
.reviews-name, .reviews-name a {
  color: #154fc1;
  font-size: .9em;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 1.25em;
}
.reviews-card-header .reviews-degree, .reviews-card-header .reviews-name {
  color: #154fc1;
  font-size: 1.7em;
  font-weight: 700;
  vertical-align: middle;
}
.reviews-grade {
  display: inline;
  color: #fb7900;
  font-size: 1.7em;
  font-weight: 700;
  margin: 0 .25em 0 0;
  vertical-align: middle;
}
.reviews-stars {
  display: inline-flex;
  vertical-align: middle;
  /*margin: 0;*/
	margin: 15px 0;
}
.reviews-stars .icons {
  display: inline-flex;
  margin: 0 4px 0 0;
  vertical-align: middle;
	
}
.reviews-stars .icons.full {
 color: #fb7900;
}
.reviews-card-header .reviews-based {
  display: block;
  font-size: 1.2em;
  color: var(--white);
}
.reviews-based .reviews-logo {
  display: inline-flex;
  vertical-align: middle;
	width: 20px;
	margin-right: 5px;
  margin-left: 5px;
}
.reviews-carousel .reviews-card-inner .reviews-logo-google{
	width: 20px;
	position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 50%;
	height: auto;
}
.reviews-carousel .reviews-card-inner {
  border: none;
  border-color: #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: none;
}
.reviews-text {
  display: -webkit-box;
  font-size: 16px;
  line-height: 22px;
  height: calc(4 * 22px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
}
.reviews-text:last-child {
  height: calc(calc(4 * 22px) + 2 * 4px);
}

.reviews-carousel .reviews-icon .reviews-img {
	display: inline-flex;
  vertical-align: middle;
	width: 52px;
}
.reviews-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -25px;
    display: block !important;
    border:0px solid black;
}

.reviews-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.reviews-carousel .owl-prev i, .reviews-carousel .owl-next i {color:var(--white);
  font-size: 3.8rem;}
.reviews-carousel .owl-dots {
  /*position: absolute;*/
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.reviews-carousel .owl-dots {
    margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.reviews-carousel .owl-dot {
    /*position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;*//*anc index*/
	/*display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px 5px;
  background-color: #999;
  border-radius: 20px;
  cursor: pointer;
  opacity: .4;
  vertical-align: middle;
  flex: 1 0 auto;
  transform: scale(.85);
  scroll-snap-align: center;*/
	height: 1rem;
  width: 4rem;
  border-radius: 0;
  background: var(--white);
  opacity: 0.7;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
	cursor: pointer;
	margin: 0 4px;
}

.reviews-carousel .owl-dot.active {
   /* width: 30px;
    background: var(--bs-secondary);*//*anc index*/
	/*opacity: 1;
  transform: scale(1.2);
  background-color: #154fc1;*/
	background: var(--main-color) !important;
}

/* fin reviews */
/* swiper slider */
.swiper-container{
	max-width: 80%;
  margin: auto;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/* fin swiper slider */
.no-js .section-about, .no-webp .section-about{
 background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/bg-about.jpg);	
}
.section-about {
  position: relative;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/webp/bg-about.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.section-about.border {
  border-radius: 50% 20% / 10% 40%;
}
.header .header-contacts li a{
	color: var(--white);
}
.header .header-contacts li a:hover {
  color: var(--black);
}
.header .header-contacts li a i {
  margin-right: 1rem;
}
.bg-3 {
  background-color: #f112a2 !important;
}
.bg-4 {
  background-color: #e6e6fa !important;
}
.fixed{
	position: fixed !important;
}
.default-cursor{
	cursor: default;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)*-1);
  margin-right: calc(var(--bs-gutter-x)/-2);
  margin-left: calc(var(--bs-gutter-x)/-2)
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/2);
  padding-left: calc(var(--bs-gutter-x)/2);
  margin-top: var(--bs-gutter-y)
}
.col {
  flex: 1 0 0%
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%
}
.col-3 {
  flex: 0 0 auto;
  width: 25%
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%
}
.col-6 {
  flex: 0 0 auto;
  width: 50%
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%
}
.col-9 {
  flex: 0 0 auto;
  width: 75%
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%
}
.col-12 {
  flex: 0 0 auto;
  width: 100%
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}
.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.bg-primary {
  background-color: #ff4880 !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.d-flex {
  display: flex !important;
}
.position-relative {
  position: relative !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.s-packs a.pbtn{
	color: var(--white);
	font-size: 10px;
	font-weight: 700;
}
.s-packs .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background-color: var(--main-color);
  padding: 1rem .25rem;
}
p a{
	color: var(--main-color);
}
 /*radion btns types*/
.custom-form .form {
	 max-width: 250px;
	 position: relative;
	 margin: 50px auto 0;
	 font-size: 15px;
}
.custom-form .radiobtn {
	 position: relative;
	 display: block;
	width: 100%;
	margin-right: 5px;
}
.custom-form .radiobtn label {
	display: block;
  background: #e6e6fa;
  /*color: #444;*//*modifie par moi*/
 color: var(--black);
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #ff009e;
  margin-bottom: 5px;
  cursor: pointer;
	font-size: 16px;
}
 .custom-form .radiobtn label:after, .custom-form .radiobtn label:before {
	 content: "";
	 position: absolute;
	 right: 11px;
	 top: 11px;
	 width: 20px;
	 height: 20px;
	 border-radius: 3px;
	 background: #99006a;
}
.custom-form .radiobtn label:before {
	 background: transparent;
	 transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	 z-index: 2;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 background-size: 13px;
	 background-position: center;
	 width: 0;
	 height: 0;
	 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
 .custom-form .radiobtn input[type="radio"] {
	 display: none;
	 position: absolute;
	 width: 100%;
	 appearance: none;
}
 .custom-form .radiobtn input[type="radio"]:checked + label {
	 background: var(--main-color);
  animation-name: blink;
  animation-duration: 1s;
  border-color: #ff009e;
	 color: var(--white);
}
  .custom-form .radiobtn input[type="radio"]:checked + label:after {
	 background: #99006a;
	  color: var(--white);
}
 .custom-form .radiobtn input[type="radio"]:checked + label:before {
	 width: 20px;
	 height: 20px;
}
.custom-form .label-title{
	font-size: 20px;
  color: var(--white);
  display: block;
}
.custom-form .input-radio-field{display: block !important;}
/*background: #fee8c3;*//*#e6e6fa*/
/*16705731*/
/*border: 2px solid #fdd591;16635281*//*70450*//*#ff009e*//*16711838*/
 @keyframes blink {
	 0% {
		 /*background-color: #fdcb77;*//*f112a2*//*16632695*//*2586*//*16709252*//*FEF684*/
		 background-color: #e551b8;/*f112a2*//*16632695*//*2586*//*16709252*//*e551b8*/
	}
	 10% {
		 background-color: #e551b8;
	}
	 11% {
		 background-color: #bf228f;/*16635281*/
	}
	 29% {
		 background-color: #bf228f;
	}
	 30% {
		 background-color: #e551b8;
	}
	 50% {
		 background-color: #bf228f;
	}
	 45% {
		 background-color: #e551b8;
	}
	 50% {
		 background-color: #bf228f;
	}
	 100% {
		 background-color: #e551b8;
	}
}
 /*fin radion btns types*/
 /*radion btns events*/
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}
.input-radio-events .checkbox:checked ~ .background-color{
	background-color: var(--white);
}
.input-radio-events [type="radio"]:checked,
.input-radio-events [type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.input-radio-events .checkbox:checked + label,
.input-radio-events .checkbox:not(:checked) + label{
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
	z-index: 100 !important;
}

.input-radio-events .checkbox:checked + label:before,
.input-radio-events .checkbox:not(:checked) + label:before {
	position: absolute;
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}

.input-radio-events .checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: #ecedf3;
	background-color: #353746;
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.input-radio-events .checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: #f8ab37;
	background-color: #1f2029;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.input-radio-events .checkbox:checked ~ .section .container .row .col-12 p{
	color: #1f2029;
}


.input-radio-events .checkbox-tools:checked + label,
.input-radio-events .checkbox-tools:not(:checked) + label{
	position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  line-height: 10px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.input-radio-events .checkbox-tools:checked + label i,
.input-radio-events .checkbox-tools:not(:checked) + label i{
	font-size: 25px;
}
.input-radio-events .checkbox-tools:not(:checked) + label{
	background-color: #008b8b;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.input-radio-events .checkbox-tools:checked + label, .input-radio-events .checkbox-tools:not(:checked):hover + label{
	/*background-color: transparent;*/
	background-image: linear-gradient(144deg, var(--secondary-color), var(--main-color), var(--secondary-color));
  background-size: 300% 100%;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.input-radio-events .checkbox-tools:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.input-radio-events .checkbox-tools:checked + label::before,
.input-radio-events .checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	/*background-image: linear-gradient(298deg, #da2c4d, #f8ab37);*/
	/*color: var(--white);*/
  
	z-index: -1;
}
.input-radio-events .checkbox-tools:checked + label .uil,
.input-radio-events .checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.input-radio-events .checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
	background-color: #f0eff3;
	color: #1f2029;
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}
.dark-form .input-field:not(.input-radios) label.icons {
  color: var(--main-color);
  -webkit-text-stroke: 0px var(--main-color);
	font-weight: 900;
}

 /*fin radion btns events*/
 /*fin radion btns photobooths*/
 .input-choice img {
	 max-width: 100%;
	 display: block;
	 vertical-align: middle;
}
 .input-choice .container {
	 max-width: 99vw;
	 margin: 15px auto;
	 padding: 0 15px;
}
 .input-choice .top-text-wrapper {
	 margin: 20px 0 30px 0;
}
 .input-choice .top-text-wrapper h4 {
	 font-size: 24px;
	 margin-bottom: 10px;
}
 .input-choice .top-text-wrapper code {
	 font-size: 0.85em;
	 background: linear-gradient(90deg, #fce3ec, #ffe8cc);
	 color: #f20;
	 padding: 0.1rem 0.3rem 0.2rem;
	 border-radius: 0.2rem;
}
 .input-choice .tab-section-wrapper {
	 padding: 30px 0;
}
 .input-choice .grid-wrapper {
	 display: grid;
	 grid-gap: 30px;
	 place-items: center;
	 place-content: center;
}
 .input-choice .grid-col-auto {
	 grid-auto-flow: column;
	 grid-template-rows: auto;
}
/* ******************* Main Styeles : Radio Card */
 .input-choice label.radio-card {
	 cursor: pointer;
}
 /*.input-choice label.radio-card .card-content-wrapper {
	 background: #fff;
	 border-radius: 5px;
	 max-width: 280px;
	 min-height: 330px;
	 padding: 15px;
	 display: grid;
	 box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
	 transition: 200ms linear;
}*//*modifie par moi*/
.input-choice label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 0px;
  display: grid;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
.input-choice  label.radio-card .check-icon {
	 width: 20px;
	 height: 20px;
	 display: inline-block;
	 border: solid 2px #e3e3e3;
	 border-radius: 50%;
	 transition: 200ms linear;
	 /*position: relative;*//*modofoe par moi*/
	position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}
 .input-choice label.radio-card .check-icon:before {
	 content: '';
	 position: absolute;
	 inset: 0;
	 background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
	 background-repeat: no-repeat;
	 background-size: 12px;
	 background-position: center center;
	 transform: scale(1.6);
	 transition: 200ms linear;
	 opacity: 0;
}
 .input-choice label.radio-card input[type='radio'] {
	 appearance: none;
	 -webkit-appearance: none;
	 -moz-appearance: none;
}
 .input-choice label.radio-card input[type='radio']:checked + .card-content-wrapper {
	 box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px var(--main-color);
}
 .input-choice label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon {
	 background: var(--main-color);
  border-color: var(--main-color);
	 transform: scale(1.2);
}
 .input-choice label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon:before {
	 transform: scale(1);
	 opacity: 1;
}
 .input-choice label.radio-card input[type='radio']:focus + .card-content-wrapper .check-icon {
	 box-shadow: 0 0 0 4px var(--main-rgba);
	 border-color: var(--main-color);
}
 .input-choice label.radio-card .card-content img {
	 margin-bottom: 10px;
}
 .input-choice label.radio-card .card-content h4 {
	 font-size: 16px;
	 letter-spacing: -0.24px;
	 text-align: center;
	 color: #1f2949;
	 margin-bottom: 10px;
}
 .input-choice label.radio-card .card-content h5 {
	 font-size: 14px;
	 line-height: 1.4;
	 text-align: center;
	 color: #686d73;
}
 
 /*fin radion btns photoboots*/
/*ZebraInput*/
.Zebra_DatePicker {
  position: relative !important;
  margin-bottom: 18px;
  width: 100% !important;
  padding: 15px !important;
  background: #000 !important;
	margin-top: 1rem !important;
	z-index: 0;
}
.Zebra_DatePicker.error-input {
  border: 3px solid #fff !important
}
/*
button.Zebra_DatePicker_Icon {
font-family: 'custom-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button.Zebra_DatePicker_Icon {
  background: transparent;
}
button.Zebra_DatePicker_Icon {
  color: var(--main-color);
  -webkit-text-stroke: 0px var(--main-color);
  font-weight: 900;
	font-size: 1.6rem;
}
button.Zebra_DatePicker_Icon:before{
	content: "\e926";
}*/
/*button.Zebra_DatePicker_Icon {
  background: url("../vendors/zebra_datepicker/css/metallic/calendar-2.svg") no-repeat center top;
	height: 25px;
  width: 25px;
	}*/
.Zebra_DatePicker_Icon_Wrapper{
	width: 100%;
}
button.Zebra_DatePicker_Icon                { display: block; position: absolute; width: 26px; height: 26px; background: url('../vendors/zebra_datepicker/css/metallic/calendar.svg') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top }
button.Zebra_DatePicker_Icon {
  margin: 0 3px 0 0;
}
/*.justify-content-center{justify-content:center !important}*/
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('../vendors/zebra_datepicker/css/metallic/calendar-disabled.svg') }
/*fin ZebraInput*/
.custom-form .form-part {display: none;}
.custom-form .form-part.is-showing {display: block;}
.buttond {margin-top: 1rem;}
.form_submit_2btns {text-align: center;}
.form_submit_2btns button {width: 45%;}
.form-ret{
	background-image: -webkit-linear-gradient(to right, #DECBA4, #3E5151);
  background-image: linear-gradient(to right, #DECBA4, #3E5151);
}