
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--primary-color:#000000;
	--secondary-color: #EC1313;
      --red: #EC1313;
      --red-dark: #a00d24;
      --gold: #B8952A;
      --dark: #1a1a1a;
      --dark2: #2b2b2b;
      --gray: #f5f5f5;
      --text-muted: #888;
}
   * {
        -webkit-user-select : none !important;
        -moz-user-select    : none !important;
        -ms-user-select     : none !important;
        user-select         : none !important;
    }

    /* Autoriser la sélection dans les champs de formulaire */
    input, textarea, [contenteditable="true"] {
        -webkit-user-select : text !important;
        -moz-user-select    : text !important;
        -ms-user-select     : text !important;
        user-select         : text !important;
    }
body {

  font-family: "Roboto", sans-serif;
}

.top-bar {
  background: #111;
  color: #fff;
  font-size: 14px;
}

.hero {
  height: 80vh;
  background:
              url('../img/bgvideo.png') center/cover no-repeat;
              color:#000;
}


.hero p{
    color:#000;
}

.hero h1 {
 text-align:left;
 color:#000;
}

.card {
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}


.bgshadow{
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);

}


.cardone{

    border-radius:0px 0px 12px 12px;
    border-top:4px solid #CB8E1C;
    position:relative;
    top:-25px;
    background:#fff;

}


.cardone h3{
margin-top:1rem
}

.cardtwo h3{
margin-top:1rem
}


.feature-card{
    text-align:left;
    background:#F8F6F6;
    border-radius:8px;
}


.feature-card p{
  color:#64748B;
  font-size:16px;
}


.cardtwo{
      border-radius:0px 0px 12px 12px;
       border-top:4px solid #EC1313;
        position:relative;
    top:-25px;
    background:#fff;
}

.infobullegold{
    text-transform:uppercase;
    color:#DAAF5E;
    border:1px solid #DAAF5E;
    background:#F2F0EC;
    border-radius:4px;
    padding:4px 8px;
    font-weight:600;
    font-size:14px;
    margin-bottom:1rem;
}

.infobullerouge{
    text-transform:uppercase;
    color:#EC1313;
    border:1px solid #EC1313;
    background:#F2ECEC;
    border-radius:4px;
    padding:4px 8px;
    font-weight:600;
    font-size:14px;
    margin-bottom:1rem;

}

.bgsection{
    background:#F8F6F6;
}

.custom-card {
    background:#fff;
}


.custom-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.custom-card img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #EC1313;
  text-decoration: underline;
}

.voirformation{
      color: #EC1313;
  text-decoration: underline;
}

.redcus{
  color:#EC1313;
}


.contact-header  p{
  color:#64748B;
}


.section-title {
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 120px;        /* largeur de la ligne */
  height: 3px;        /* épaisseur */
  background-color: #EC1313; /* couleur */
  border-radius: 2px;
}


.raisonul{
    padding-left:0px;
    list-style:none;
    margin-top:2rem;

}

.raisonul{

}

.raisonul li{
     font-size:18px;
     border-bottom:1px solid #DDD;
     padding-bottom:16px;
     padding-top:16px;
      display: flex;
  align-items: center;
  gap: 12px;
}

.raisonul .icon {
  width: 20px;
  height: 20px;
  background: url('../img/puce.svg') center/contain no-repeat;
  flex-shrink: 0;
}


.raisonul li:last-child {
  border-bottom: none;
}

.histoirediv h2{
    color:#000;
}

.histoirediv p{
    color:#000;
}

.redbtn{
    background:#EC1313;
    color:#fff;
    text-transform:uppercase;
    border-radius:4px !important;
    font-size:14px;
    font-weight:600;
    padding: 8px 16px;

}

.redbtn:hover, .redbtn:focus, .redbtn:active{
    background:#EC1313!important;
    border: 1px solid #EC1313!important;
    color:#fff!important;


}


.blackbtn, .blackbtn:active, .blackbtn:focus, .blackbtn:hover{
background:#000;
    color:#fff;
    text-transform:uppercase;
    border-radius:4px !important;
    font-size:14px;
    font-weight:600;
    padding: 8px 16px;

}


.bordercercle{
border:3px solid #000;
border-radius:50%;
background:#fff;
width:120px;
height:120px;

}

.cercletxt{
  font-size:24px;
}


.divshadow {
  border-radius:14px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.bgdark{
  background:#242424;
}


.txtred{
  color:#CB1C34;
}

footer ul li a {
  color:#000;
}

.txtquestion{
  background:#C51616;
  text-align:left;
  margin-bottom:0px;
}

.bgbx{
  background:#EC1313;
}

.bgbx h4{
  font-size:16px;
}

.bgbx p{
  font-size:14px;
}





.section-title-center {
  position: relative;
}

.section-title-center::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background-color: #EC1313;
  margin: 15px auto 0;
}

.navbar-brand{
  position:absolute;
  top:-32px;
}

.nav-link{
  text-transform:uppercase;
  color:#1E293B ;
}


.btnhred , .btnhred:hover{
  border-radius:4px;
  background:#EC1313;
   box-shadow: 0 4px 4px rgba(255,54,54,0.2);
   color:#fff;
}
.btn-recu, .btn-recu:hover
{

  color:#EC1313;
   border:1px solid #EC1313;
   background-color:#fff;
}

.cnxbtn ,.cnxbtn:hover{
  color:#000;
    border-radius:4px;
  background:#fff;
  border:1px solid #000;

}


.etv{
  color:#CB1C34;
  font-weight:bold;
  font-size:26px;
  text-decoration:none;

}

.brouge{
  border:2px solid #CB1C34;
}


.dofromation{
  margin-top:3px;
}

header{
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}


.lang{
  background:#F3F1F1;
  border-radius:3px;
  padding:4px 8px;;
}


@media (max-width: 767px) {
 .navbar-brand {
    position: absolute;
    top: 0;
}
.navbar-nav 
{
  margin-left: 2rem!important;
  margin-top: 4rem!important;
}
.partner-card
{
  height:70px!important;
  padding: 0.5rem!important;
}

.year{
  padding-left:2rem !important;
}

.timeline-item::before{
  left:11px !important
}

.expyears{
  position:static !important;
  margin-top:1rem;
  margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.cardone{
  margin-bottom:16px;
}


.divshadow img{
  margin-bottom:2rem;
}
}


.slmedia  a{
border: 1px solid #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.lead{
  font-weight:500;
}



.inner-banner {
      /* background: url('images/inner.png') center center/cover no-repeat; */
      height: 250px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
    }

    .inner-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    .inner-banner .content {
      position: relative;
      z-index: 2;
    }

    .section-padding {
      padding: 80px 0;
    }

    .icon-box i {
      font-size: 40px;
      color: #0d6efd;
      margin-bottom: 15px;
    }

.section{
    padding: 70px 0px;
}
    .whbtn, .whbtn:focus, .whbtn:hover, .whbtn:active{
      background:#fff;
      color:#21293A;
      text-transform:uppercase;
      border:none;
      border-radius:4px;
    }



    .expyears{
      background:#fff;
      border-radius:16px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.15);
      position:absolute;
      right: -4px;
      bottom: -57px;


    }


    .redcolor{
      color:#EC1313;
      font-size:40px;
    }



.timeline {
  position: relative;
  padding: 50px 0;
}

/* Ligne verticale centrale */
.timeline::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #64748B;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Item */
.timeline-item {
  position: relative;
  margin-bottom: 50px;
  display:flex;
}

/* Cercle */
.timeline-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #EC1313;
    border: 4px solid #f8f6f6;
  border-radius: 50%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Box */
.timeline-content {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  width: 45%;
}

/* Gauche */
.timeline-item.left .timeline-content {
  /*margin-right: auto;*/
}

/* Droite */
.timeline-item.right .timeline-content {
  margin-left: auto;
}

/* Mobile */
@media (max-width: 991px) {

  .timeline::before {
    left: 20px;
  }

  .timeline-item::before {
    left: 20px;
    transform: none;
  }

  .timeline-content {
    width: 100%;
    margin-left: 50px !important;
  }

}



.section-title-center {
  position: relative;
  display: inline-block;
  font-weight: 600;
  width:100%;
  /* margin-bottom:3rem; */
}

footer .section-title-center::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #ffffff; /* couleur bootstrap primary */
  margin: 10px auto 0;
  border-radius: 5px;
}


.year{
 font-size:36px;
    color: #ec1313;
    font-weight:bold;
}


.date h5{
  font-size:36px;
}


.form-label{
  text-transform:uppercase;
  font-weight:600;
  fontsize:14px;
}

.form-control{
  background:#f8f6f6;
}


.btn-custom{
  width:100%;
}

.contact-info i{
  color:#ec1313;
}




/* ===== Services Box ===== */
.service-box {
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    transition: 0.3s ease;
    text-align:left;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-box i {
    font-size: 40px;
    color: #c1121f;
    margin-bottom: 15px;
}

/* ===== Testimonials ===== */
.testimonial-card {
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.stars i {
    color: #ffc107;
}

.client-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}



/* ===== Header Section ===== */
.page-header {
    padding: 70px 0;

}

.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    top: 55%;
    right: 15px;
    transform: translateY(-50%);
    color: #999;
}

.search-box input {
    padding-right: 100px;
    border-radius: 8px;
}

/* ===== Filters ===== */
.filter-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.filter-title {
    font-weight: 600;
    margin-bottom: 15px;
}

/* ===== Cards ===== */
.course-card {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.course-card img {
    height: 180px;
    object-fit: cover;
}

.read-more {
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}


.search-box input{
  background:#fff;
}


.active>.page-link{
  background:#242424;
  border:none;
}


.page-link{
  color:#000;
}


 .video-list-item {
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .video-list-item:hover {
      background-color: #f8f9fa;
      transform: translateX(5px);
    }

    .active-video {
      background-color: #FFEBEB !important;
      border:1px solid #EC1313 !important;
      color:#EC1313 !important;
    }

    .active-video  .text-muted{
      color:#EC1313 !important;
    }


    .active-video i {

      color: #EC1313 !important;
    }

    .pdf-item {
      transition: 0.3s;
    }

    .pdf-item:hover {
      background-color: #f1f1f1;
    }


   .videop .list-group-item{
    background:#ffffff;
    border-radius:8px;
    margin-bottom:8px;
    border: 1px solid #dee2e6;

}


.pdfcourse{
  background:#F9F9F9;
  padding:16px;
  border-radius:8px !important;
  border:1px solid #EFEDED;
}


.bline{
  border-bottom:1px solid #EFEDED;
  margin-bottom:24px;
}


.left-side {
      background: linear-gradient(rgba(256,256,256,0.6), rgba(256,256,256,0.1)),
                  url('../img/login.png');
      background-size: cover;
      background-position: center;
      color: white;
      position: relative;
    }

    .left-content {
      position: relative;
      z-index: 2;
    }
.left-content {
    top: 14%;
}
    .copyright {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      opacity: 0.8;
    }

    .title-separator {
      position: relative;

    }



    .logindiv a {
      color:#EC1313;
    }

.form-check-input:checked {
    background-color: #EC1313!important;
    border-color: #EC1313!important;
}
.form-check-input:focus {
     border-color: #EC1313!important;
    outline: 0;
     box-shadow: unset!important;
}
.breadcrumb-item a{
    color:#EC1313!important;
}
.dropdown-item.active, .dropdown-item:active
{
    background-color:#EC1313!important;
    color:#ffffff!important;
}
.bg-google
{
    background-color: #ffffff;
    border:1px solid #000000;
    padding: 5px;
}
.hero_formation{
background:#242424;
padding:44px 0;
color:#fff;
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}
.lead{
  font-weight:500;
  color:white;
}
.redicone{
      color: #ec1313;
}
.cardformation{
  border:1px solid #000;
  border-radius:4px;
}
.bgd{
  background: #000;
    padding: 16px;
    border-radius: 100%;
    color: #fff;
}
.module .text-muted{
  margin-bottom:0px;
}
.module{

padding:15px;
margin-bottom:24px;
background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.rdlink{
  color:#CB1C34;
  text-transform:uppercase;

}
.service-card{
  background:#fff;
}
.service-num{
  background: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 1.5rem;
    font-weight: 700;
}


.hero-banner{
  background-image: url("../img/bb.png");
  background-size: cover;
  background-position: 60% 25%;
  min-height: 500px;
  position: relative;
    border-radius:24px;
    margin-top:1%;
}
.hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.35);
  border-radius:24px;

}

.hero-content{
  position:relative;
  z-index:2;
  margin-top:170px;
}


.hero-strip {
  overflow: hidden;
  white-space: nowrap;
  background: #EC1313;
  color: #fff;
  padding: 10px 0;
}

.strip-inner {
  display: inline-block;
  animation: scrollStrip 20s linear infinite;
}

.strip-inner span {
  margin: 0 15px;
  font-weight: 500;
}

.strip-dot {
  opacity: 0.6;
}

@keyframes scrollStrip {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.video-row:hover {
    background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
    background-color: #00000014;
    color: inherit;
    box-shadow: none;
}

.accordion-button::after {
    margin-left: auto;
}
.help-card {
    background: linear-gradient(135deg, #fff8f5, #fff3ee);
    border: 1.5px solid #f2c9b8;
    border-radius: 4px;
    margin-top:2rem;
}

.btn-help {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 4px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    color:#000;
    text-decoration: none;
    transition: border-color .2s, background .2s;
}


.form-select{
  background-color:#f8f6f6;
}

.form-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
}
.text-video
{
    color:#CB1C34;
    font-size: 0.825rem;
    text-decoration: underline;
}
.star-rating {
 display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
gap: 5px;
}
.star-rating input { display: none; }
.star-rating label {
  font-size: 1.5rem;
  color: #2125291f;
  cursor: pointer;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #ffc107;
}
#videoTabs   .nav-link.active,
  .nav-item.show .nav-link {
    color: #CB1C34!important;
  }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: #ffffff;
    border-color: #dee2e6!important;
    outline: 0;
    box-shadow:unset!important;
}
.form-control.invalid
{
    border:1px solid #EC1313;
}
.form-control.form-control.is-invalid
{
    background-image: none!important;
}
#registerForm .select2-container--default .select2-selection--single .select2-selection__rendered, .profileForm .select2-container--default .select2-selection--single .select2-selection__rendered

{
    line-height: 38px!important;
}
#registerForm .select2-container--default .select2-selection--single .select2-selection__arrow, .profileForm .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 38px!important;
}
#registerForm .select2-container .select2-selection--single, .profileForm .select2-container .select2-selection--single
{
    height:38px!important;
}
#registerForm .select2-container .select2-selection--single, .profileForm .select2-container .select2-selection--single
{
    background-color: #f8f6f6;
}
#registerForm .select2-container--default .select2-selection--single.invalid, #profileForm .select2-container--default .select2-selection--single.invalid
{
    border:1px solid #EC1313;
}
.profileForm .select2-container
{
    width: 460px!important;
}

.profileForm .select2-container--default .select2-selection--single
{
    border: 1px solid #dee2e6;
    border-radius: 0.375rem!important;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 500px; /* ajustez selon votre design */
}
.flag{
	width: 20px;
    height: 20px;
    border-radius: 50%;
}
.lang_text, .text-file a span{ color:#000000;}
.li-header li a
{
    text-decoration: none!important;
}
/* my account */
.account_profile {
	padding: 8px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	/* align-items: flex-start; */
    justify-content: center;
	margin-bottom: 24px;
}

.acprof_img img {
	width: 100%;
}

.acprof_img {
	width: 50px;
	padding: 5px;
	border: 1px solid #e9e4e4;
	border-radius: 50%;
}

.acprof_cont {
	/* padding-left: 16px; */
    align-content: center;
}

.acprof_cont p {
	font-size: 15px;
	margin-bottom: 0;
}

.acprof_cont h4 {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

.acprof_wrap {
	padding: 24px 16px;
}

.acprof_links a {
	display: block;
	padding-left: 32px;
	font-size: 15px;
	line-height: 22px;
	color: var(--primary-color);
	margin-bottom: 8px;
	position: relative;
}

.acprof_links a h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.acprof_links a h4 i {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	font-size: 22px;
}

.acprof_links {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e9e4e4;
}

.acprof_links a:last-child {
	margin-bottom: 0;
}

.acprof_links a.active,
.acprof_links a:hover {
	color: var(--secondary-color);
}

.acprof_links:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.prof_info_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.prof_info_title h4 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

.single_prof_info {
	padding: 24px;
	min-height: 225px;
}

.prof_info_title a {
	color: var(--secondary-color);
}

.prof_info_title a:hover {
	text-decoration: underline;
}

.prfo_info_cont p {
	margin-bottom: 0px;
}

.prof_recent_order {
	margin-top: 40px;
	padding: 32px 24px;
}

.prof_recent_order h4 {
	font-size: 18px;
	line-height: 21px;
}

.single_prof_recorder {
	border: 1px solid #e9e4e4;
	margin-top: 24px;
	padding: 32px 24px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(5, 1fr) 90px;
	grid-row-gap: 24px;
	padding-bottom: 22px;
}
/* breadcrums */
.breadcrumbs a {
	color: var(--secondary-color);
	font-size: 16px;
	position: relative;
	display: block;
	margin-right: 10px;
	text-transform: uppercase;
}
.breadcrumbs i{
    color:var(--primary-color);
}
.breadcrumbs {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumbs a:not(.active):after {
	position: absolute;
	right: -17px;
	top: 1px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 13px;
	color: var(--primary-color);
}

.breadcrumbs a.active {
	color: var(--primary-color);
	margin-right: 0;
	cursor: unset;
	text-transform: uppercase;
}
.breadcrumbs a.active:hover {color: #000;}
.avatar-wrapper {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto 16px;
    }

    .avatar-wrapper .avatar-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;

        border: 2px solid #ccc;
       box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }

    .avatar-wrapper .avatar-placeholder {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--secondary-color), #a1270cf2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.2rem;
        font-weight: 800;
        color: white;
        font-family: var(--font-main);
    }
.bg-logo
{
    background: linear-gradient(135deg, var(--secondary-color), #a1270cf2);
}
    .avatar-overlay {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 2px solid white;
        transition: background .2s;
    }

    .avatar-overlay:hover { background: var(--primary-color); }
    .avatar-overlay i { color: white; font-size: .75rem; }

.unmask {
    position: absolute;
    right: 25px;
    font-size: 20px;
    top: 33px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    color: #111111;
}


 /* ── FEATURED ARTICLE ── */
    .featured-article {
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
    }
    .featured-article img {
      width: 100%;
      height: 460px;
      object-fit: cover;
      transition: transform .5s ease;
    }
    .featured-article:hover img { transform: scale(1.03); }
    .featured-overlay {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, rgba(26,26,26,0.97) 0%, rgba(26,26,26,0.5) 70%, transparent 100%);
      padding: 40px 32px 32px;
    }
    .cat-badge {
      display: inline-block;
      background: var(--red);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 2px;
      margin-bottom: 12px;
    }
    .cat-badge.gold { background: var(--gold); }
    .featured-overlay h2 {

      font-size: 1.75rem;
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.3;
    }
    .featured-overlay p { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin-bottom: 0; }
    .featured-meta { color: rgba(255,255,255,0.5); font-size: 0.8rem; margin-top: 10px; }
    .featured-meta i { margin-right: 4px; }

    /* ── SIDEBAR LATEST ── */
    .sidebar-card {
      display: flex;
      gap: 14px;
      padding: 16px 0;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: all .2s;
    }
    .sidebar-card:last-child { border-bottom: none; }
    .sidebar-card:hover .sidebar-title { color: var(--red); }
    .sidebar-card img {
      width: 80px;
      height: 70px;
      object-fit: cover;
      border-radius: 3px;
      flex-shrink: 0;
    }
    .sidebar-title {
      font-weight: 600;
      font-size: 0.88rem;
      line-height: 1.35;
      margin-bottom: 5px;
      transition: color .2s;
    }
    .sidebar-meta { font-size: 0.75rem; color: var(--text-muted); }

    /* ── FILTER BAR ── */
    .filter-bar {
      background: var(--gray);
      border-radius: 4px;
      padding: 14px 20px;
    }
    .filter-bar .btn-filter {
      border: 1.5px solid #ddd;
      background: #fff;
      color: var(--dark);
      border-radius: 2px;
      font-size: 0.82rem;
      font-weight: 600;
      padding: 6px 16px;
      cursor: pointer;
      transition: all .2s;
    }
    .filter-bar .btn-filter:hover,
    .filter-bar .btn-filter.active {
      background: var(--red);
      border-color: var(--red);
      color: #fff;
    }
    .filter-bar input {
      border: 1.5px solid #ddd;
      border-radius: 2px;
      padding: 6px 14px;
      font-size: 0.85rem;
      outline: none;
    }
    .filter-bar input:focus { border-color: var(--red); }

    /* ── NEWS CARDS GRID ── */
    .news-card {
      border: none;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      transition: transform .3s, box-shadow .3s;
      cursor: pointer;
      height: 100%;
    }
    .news-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(0,0,0,0.13);
    }
    .news-card .img-wrap {
      overflow: hidden;
      position: relative;
    }
    .news-card .img-wrap img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform .4s;
    }
    .news-card:hover .img-wrap img { transform: scale(1.06); }
    .news-card .card-body { padding: 20px;  height: 185px;}
    .news-card .card-title {

      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 8px;
      line-height: 1.35;
      color: var(--dark);
    }
    .news-card .card-text {
      font-size: 0.85rem;
      color: #666;
      line-height: 1.6;
     
    }
    .news-card .read-more {
      font-size: 0.82rem;
      color: var(--red);
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 0.3px;
      border-bottom: 1.5px solid transparent;
      transition: border-color .2s;
    }
    .news-card .read-more:hover { border-color: var(--red); }


    /* ── PAGINATION ── */
    .pagination .page-link {
      border-radius: 2px;
      margin: 0 3px;
      color: var(--dark);
      border-color: #ddd;
      font-weight: 500;
      font-size: 0.88rem;
    }
    .pagination .page-item.active .page-link {
      background: var(--red);
      border-color: var(--red);
    }
    .pagination .page-link:hover { color: #ffffff; }

    /* ── TAGS SIDEBAR ── */
    .tag-cloud .tag {
      display: inline-block;
      border: 1.5px solid #ddd;
      border-radius: 2px;
      padding: 4px 12px;
      font-size: 0.78rem;
      margin: 4px;
      cursor: pointer;
      transition: all .2s;
      color: var(--dark);
      text-decoration: none;
    }
    .tag-cloud .tag:hover, .tag-cloud .tag.active {
      background: var(--red);
      border-color: var(--red);
      color: #fff;
    }

    /* ── SECTION TITLE ── */
    .section-title {

      font-weight: 900;
      position: relative;
      display: inline-block;
    }
    .section-title::after {
      content: '';
      display: block;
      width: 50px; height: 3px;
      background: var(--red);
      margin-top: 8px;
    }

    /* ── POPUP LABEL ── */
    .new-badge {
      position: absolute;
      top: 14px; left: 14px;
      background: var(--gold);
      color: #fff;
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 2px;
      z-index: 2;
    }


    .article-banner {
      position: relative;
      height: 460px;
      overflow: hidden;
    }
    .article-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.55);
    }
    .article-banner .banner-content {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 3rem 0;
    }
    .article-banner .container { max-width: 860px; }
    .article-banner h1 {

      font-size: clamp(1.6rem, 3.5vw, 2.5rem);
      color: #fff;
      line-height: 1.25;
    }

    /* Breadcrumb */
    .breadcrumb-item + .breadcrumb-item::before { color: #212529; }
    .breadcrumb-item a { color: rgba(255,255,255,.75); text-decoration: none; }
    .breadcrumb-item.active { color: #ffffff; }

    /* Cat badge */
    .cat-badge {
      display: inline-block;
      background: var(--red);
      color: #ffffff;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 3px 12px;
      border-radius: 3px;
    }
    .cat-badge.gold { background: var(--gold); }

    /* ─── META BAR ─── */
    .meta-bar {
      background: #fff;
      border-bottom: 1px solid #e8e8ee;
      padding: 14px 0;
      font-size: .82rem;
      color: var(--text-muted);
    }
    .meta-bar .meta-item { display: flex; align-items: center; gap: 6px; }
    .meta-bar .meta-item i { color: var(--red); font-size: .95rem; }

    .share-btns a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1.5px solid #e0e0e8;
      color: #555;
      transition: .2s;
      text-decoration: none;
    }
    .share-btns a:hover { border-color: var(--red); color: var(--red); }

    /* ─── ARTICLE BODY ─── */
    .article-body {
      font-size: 1.05rem;
      line-height: 1.85;
      color: #2c2c3a;
    }
    .article-body h2 {

      font-size: 1.55rem;
      color: var(--dark);
      margin: 2.2rem 0 .8rem;
    }
    .article-body h3 {
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--red);
      margin: 1.8rem 0 .6rem;
    }
    .article-body p { margin-bottom: 1.3rem; }
    .article-body img {
      border-radius: 8px;
      width: 100%;
      max-height: 380px;
      object-fit: cover;
      margin: 1.5rem 0;
    }

    /* Pull quote */
    .pull-quote {
      border-left: 4px solid var(--red);
      padding: 1rem 1.5rem;
      background: #fff;
      border-radius: 0 8px 8px 0;
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      font-style: italic;
      color: var(--dark);
      margin: 2rem 0;
      box-shadow: 0 2px 12px rgba(0,0,0,.06);
    }

    /* Key points box */
    .key-points {
      background: #fff;
      border-radius: 10px;
      padding: 1.5rem 1.8rem;
      box-shadow: 0 2px 16px rgba(0,0,0,.07);
      margin: 2rem 0;
    }
    .key-points h4 {
      font-family: 'Playfair Display', serif;
      color: var(--red);
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }
    .key-points ul { padding-left: 0; list-style: none; margin: 0; }
    .key-points ul li {
      padding: 6px 0;
      border-bottom: 1px solid #f0f0f5;
      display: flex;
      gap: 10px;
      font-size: .95rem;
    }
    .key-points ul li:last-child { border-bottom: none; }
    .key-points ul li::before {
      content: '';
      flex-shrink: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--gold);
      margin-top: 8px;
    }

    /* ─── AUTHOR BOX ─── */
    .author-box {
      padding: 1.5rem;
      display: block;
     text-align: left;
    }
    .author-box img, .modalbox img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
      border: 3px solid var(--red);
    }
    .author-name { font-weight: 700; font-size: 1rem; }
    .author-title { font-size: .82rem; color: var(--gold); font-weight: 500; }
    .author-bio { font-size: .88rem; color: var(--text-muted); margin-top: .4rem;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

    /* ─── TAGS ─── */
    .tag-pill {
      display: inline-block;
      background: #f0f0f5;
      color: #444;
      font-size: .78rem;
      font-weight: 500;
      padding: 4px 14px;
      border-radius: 20px;
      margin: 4px 3px;
      transition: .2s;
      text-decoration: none;
    }
    .tag-pill:hover { background: var(--red); color: #fff; }

    /* ─── SIDEBAR ─── */
    .sticky-sidebar { position: sticky; top: 90px; }

    .sidebar-widget {
      background: #fff;
      border-radius: 10px;
      padding: 1.4rem;
      box-shadow: 0 2px 14px rgba(0,0,0,.06);
      margin-bottom: 1.5rem;
    }
    .sidebar-widget h6 {
      font-weight: 700;
      font-size: .88rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: var(--red);
      margin-bottom: 1rem;
      padding-bottom: .5rem;
      border-bottom: 2px solid #f0f0f5;
    }

    /* Related articles in sidebar */
    .related-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      padding: 10px 0;
      border-bottom: 1px solid #f4f4f8;
      text-decoration: none;
      color: inherit;
      transition: .15s;
    }
    .related-item:last-child { border-bottom: none; }
    .related-item:hover .related-title { color: var(--red); }
    .related-item img {
      width: 64px;
      height: 52px;
      border-radius: 6px;
      object-fit: cover;
      flex-shrink: 0;
    }
    .related-title { font-size: .84rem; font-weight: 600; line-height: 1.35; }
    .related-date { font-size: .73rem; color: var(--text-muted); margin-top: 3px; }

    /* Progress reading bar */
    #reading-progress {
      position: fixed;
      top: 0;
      left: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--red), var(--gold));
      z-index: 9999;
      transition: width .1s linear;
    }

    /* CTA sidebar */
    .cta-sidebar {
      background: linear-gradient(145deg, var(--dark), #2d1f3d);
      color: #fff;
      border-radius: 10px;
      padding: 1.5rem;
      text-align: center;
    }
    .cta-sidebar h6 { color: var(--gold); border-color: rgba(255,255,255,.1); }
    .cta-sidebar p { font-size: .85rem; color: rgba(255,255,255,.8); }
    .cta-sidebar .btn {
      background: var(--red);
      color: #fff;
      font-size: .85rem;
      border-radius: 5px;
      width: 100%;
      padding: 9px;
    }
    .cta-sidebar .btn:hover { background: #a93226; }

    /* ─── RELATED ARTICLES BOTTOM ─── */
    .related-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 14px rgba(0,0,0,.06);
      transition: transform .25s, box-shadow .25s;
      height: 100%;
    }
    .related-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.12); }
    .related-card img { width: 100%; height: 180px; object-fit: cover; }
    .related-card .card-body { padding: 1.1rem; }
    .related-card .card-title { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; }
    .related-card .read-more { color: var(--red); font-size: .82rem; font-weight: 600; text-decoration: none; }
    .related-card .read-more:hover { text-decoration: underline; }

    /* ─── SECTION TITLE ─── */
    .section-heading {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--dark);
      position: relative;
      padding-bottom: .6rem;
      margin-bottom: 1.5rem;
    }
    .section-heading::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 48px;
      height: 3px;
      background: var(--red);
      border-radius: 2px;
    }

    /* ─── CTA DARK ─── */
    .bgdark { background: var(--dark); }
    .whbtn {
      background: #fff !important;
      color: var(--red) !important;
      font-weight: 600;
      border-radius: 5px;
    }
    .whbtn:hover { background: var(--red) !important; color: #fff !important; }

    /* ─── FOOTER ─── */
    footer a { color: #555; text-decoration: none; }
    footer a:hover { color: var(--red); }
    .txtred { color: var(--red); }
    .bgbx { background: var(--red); }
    .txtquestion { font-size: .9rem; opacity: .85; }
    .slmedia a { color: #555; font-size: 1.1rem; }
    .slmedia a:hover { color: var(--red); }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 991px) {
      .article-banner { height: 320px; }
      .sticky-sidebar { position: static; }
    }

    .article-banner .breadcrumb-item a{
    color: #ffffff !important;
}
/* Dropdown hover animation */
.dropdown-hover:hover > .dropdown-menu {
    display: block;
    animation: fadeInDown 0.3s ease-in-out;
}
.dropdown-menu {
    margin-top: 0;
    animation: fadeOut 0.3s ease-in-out;

}
.lang .dropdown-menu {

    right: 2px;
}
#mainNavbar .dropdown-menu {

    left: 10px;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.dropdown-menu {
    transition: all 0.3s ease-in-out;
}

.dropdown-item {
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}
@media(min-width:1700px)
{
  .header-lg
  {
     padding-right: 6rem;
     padding-left: 6rem;
  }
 
}
@media(max-width:1700px)
{
  .navbar-nav
  {
    margin-left: 7rem;
  }
 
}
.header-position
{
  position: sticky;
    top: 0;
    z-index: 3;
    background: white;
}
/* animation de base */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: all 0.8s ease;
}

/* animation bas */
.reveal {
  transform: translateY(60px);
}

/* gauche */
.reveal-left {
  transform: translateX(-80px);
}

/* droite */
.reveal-right {
  transform: translateX(80px);
}

/* état actif */
.reveal.active,
.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translate(0, 0);
}
 .feature-card, .custom-card {
  transition: all 0.3s ease;
}

.feature-card:hover, .custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.row .reveal {
  transition-delay: 0s;
}
.row .reveal:nth-child(1).active { transition-delay: 0s; }
.row .reveal:nth-child(2).active { transition-delay: 0.2s; }
.row .reveal:nth-child(3).active { transition-delay: 0.4s; }
.row .reveal:nth-child(4).active { transition-delay: 0.6s; }

.tooltip-copy {
  top: 70%;
  left: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.tooltip-locked {
    position: relative;
    cursor: not-allowed;
}

.tooltip-locked::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(70%);
    right: 0;
    background: #1e293b;
    color: #e2e8f0;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border-left: 3px solid #e63946;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.tooltip-locked::before {
    content: '';
    position: absolute;
    top: calc(60%);
    right: 10px;
    border: 5px solid transparent;
    border-top-color: #1e293b;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.tooltip-locked:hover::after,
.tooltip-locked:hover::before {
    opacity: 1;
    transform: translateY(0);
}
/* Conteneur vidéo */
.video-wrapper {
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

/* Filigrane avec l'email */
.video-watermark {
    position: absolute;
    top: 12px;
    right: 14px;
    color: rgba(255, 255, 255, 0.20);
    font-size: 12px;
    font-weight: 500;
    z-index: 5;
    pointer-events: none;
    user-select: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.3px;
}

/* Bloquer sélection sur le player */
#securePlayer {
    user-select: none;
    -webkit-user-select: none;
}


/* Modal */
.modal-custom {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.modal-content-custom {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 40%;
  border-radius: 10px;
  animation: zoomIn 0.3s ease;
}

.modal-content-custom img {
  width: 120px;
  height: 120px;;
  border-radius: 50%;
  margin-bottom: 15px;
}

.close-modal {
  float: right;
  font-size: 25px;
  cursor: pointer;
}
.modalbox
{
      display: flex;
      gap: 1rem;
      align-items: flex-start;  
}
@keyframes zoomIn {
  from {transform: scale(0.7);}
  to {transform: scale(1);}
}
.active>.page-link
{
  z-index:unset;
}
.content-card
{
  height: 140px;
}
.partners-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}

/* Dégradé fondu sur les bords */
.partners-slider-wrapper::before,
.partners-slider-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.partners-slider-wrapper::before {
  left: 0;
  /* background: linear-gradient(to right, #fff, transparent); */
}
.partners-slider-wrapper::after {
  right: 0;
  /* background: linear-gradient(to left, #fff, transparent); */
}

.partners-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: scroll-partners 60s linear infinite;
}

.partners-track:hover {
  animation-play-state: paused;
}

.partner-card {
  flex: 0 0 160px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex!important;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.partner-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(40%);
  transition: filter 0.3s ease;
}

.partner-card:hover img {
  filter: grayscale(0%);
}

@keyframes scroll-partners {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-description {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* état réduit */
.content-description.clamped {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

/* bouton */
.read-more-btn {
    color: #dc3545;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}

 
/* Wrapper général */
.partners-slider {
  width: 100%;
  padding: 0 40px; /* espace pour les flèches */
  box-sizing: border-box;
  position: relative;
}

/* Gap entre les cards */
/* .partner-card {
  padding: 0 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
} */
/* 
.partner-card img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  transition: filter 0.3s ease;
} */


/* Style des flèches */
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-next:hover {
  background: #dc3545; /* remplacez par votre couleur */
  border-color: transparent;
  color: #fff;
}

.slick-prev i,
.slick-next i {
  font-size: 14px;
  color: inherit;
}
@media (min-width: 991px) {
.partner-card
{
    height: 150px!important;
}
}

.text_md {
	font-size: 15px !important;
	line-height: 24px;
	color:#3c3c3c;
}

/* popup */
.popup_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.popup_wrap.active {
	opacity: 1;
	visibility: visible;
}

.popup_container {
	position: relative;
	width: 100%;
	max-width: 700px;
	background: #fff;
	height: 315px;
	/* padding: 66px 24px; */
	background-image: url(../images/modal.jpg);
	/* background-size: 250px; */
	background-repeat: no-repeat;
	/* background-position: 97% center; */
	border-radius: 5px;
}

.popup_content {
	width: 100%;
	/* max-width: 380px; */
	text-align: center;
}

.popup_content h2 {
	font-size: 25px;
	line-height: 50px;
}

.close_popup {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	z-index: 2;
}

.close_popup:hover {
	color: var(--secondary-color);
}

.popup_content p {
	font-size: 15px;
	line-height: 22px;
}
