@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

:root {
  --header-height: 2.0rem;
  --black-color: hsl(220, 24%, 12%);
  --black-color-light: hsl(220, 24%, 15%);
  --black-color-lighten: hsl(220, 20%, 18%);
  --white-color: #fff;


  --body-font: sans-serif;
  --normal-font-size: .938rem;

  --font-regular: 260;
  --font-semi-bold: 550;

  --z-tooltip: 10;
  --z-fixed: 100;

}
 

    .tumin-card {
        max-width: 350px;
        border: 3px solid #8B4513;
        background-color: #FFF8DC;
        padding: 0;
        margin: 20px auto;
    }

    .tumin-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .tumin-text {
        padding: 15px;
        background-color: #FFF8DC;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 1.4;
        color: #000;
        text-align: left;
    }

    .tumin-text p {
        margin: 0;
    }

    .tumin-highlight {
        font-weight: bold;
    }

::placeholder {
  font-size: 17px;
  font-family: 'Times New Roman', Times, serif;
}


.revues1-box {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  /* espace pour la barre verte */
}

/* Bande verte à gauche */
.revues1-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: #e5f2c9;
  /* vert clair comme ton image */
}

/* Ligne jaune en bas */
.revues1-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 110%;
  background-color: #f7e479;
  /* jaune clair */
}

.revues1-text {
  font-size: 40px;
  /* ajuste selon besoin */
  font-weight: 500;
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 1;
}
/*style for abonnement payment*/
.header {
    z-index: 10000000;
}

.swal2-container {
    z-index: 10000000;
}

.swal2-title {

    font-size: 20px;
    font-weight: bolder;
}

.swal2-text {
    font-size: 14px;
} 

/*style for abonnement backup*/


@media only screen and (max-width: 768px) {
    .dos {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .back {
        display: none;
    }
}


.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

/*abbonnements*/

    #abonpayer {
        z-index: 100000;
    }
    .badge {
        font-size: 14px;
        padding: 6px 10px;
    }
    .action-btn {
        font-size: 14px;
        padding: 5px 10px;
    }
    .status-filter-container {
        background-color: #f8f9fa;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .dt-buttons .btn {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .customer-details {
        font-family: 'Times New Roman', Times, serif;
    }
    .customer-details th {
        width: 30%;
    }
    .progress-bar {
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }
    .filter-section {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 1rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .filter-title {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
    }

    .filter-title i {
        margin-right: 8px;
        color: #6c757d;
    }

    .form-check {
        margin-bottom: 0.5rem;
    }

    .form-check-input {
        margin-top: 0.2rem;
    }
/*abonnes combinés*/


    /* Custom styles for better UI */
    .table-container {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        padding: 25px;
        margin-bottom: 30px;
    }

    .table-title {
        font-family: 'Times New Roman', serif;
        font-weight: bold;
        color: #2c3e50;
        border-bottom: 2px solid #f8f9fa;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .table-hover tbody tr:hover {
        background-color: #f8f9fa;
    }

    .badge {
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 4px;
        font-weight: 500;
    }

    .badge-info {
        background-color: #17a2b8;
    }

    .badge-success {
        background-color: #28a745;
    }

    .badge-secondary {
        background-color: #6c757d;
    }

    .badge-warning {
        background-color: #ffc107;
        color: #212529;
    }

    .filter-section {
        background-color: #f8f9fa;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .form-check-label {
        margin-left: 8px;
        font-weight: 500;
    }

    .dataTables_wrapper .dataTables_info {
        padding-top: 15px !important;
    }

    .dt-buttons .btn {
        border-radius: 4px !important;
        margin-right: 5px;
    }

    .select-all-checkbox {
        margin-right: 10px;


    }
/*abonnes pour infolettre*/

    /* Custom styles for better UI */
    .table-hover tbody tr:hover {
        background-color: #f8f9fa; /* Light gray background on hover */
    }
    .badge {
        font-size: 14px;
        padding: 6px 10px;
    }
    .badge-info {
        background-color: #17a2b8; /* Custom badge color */
    }

/*abonnes pour magazine*/

    /* Custom styles for better UI */
    .table-hover tbody tr:hover {
        background-color: #f8f9fa; /* Light gray background on hover */
    }
    .badge {
        font-size: 14px;
        padding: 6px 10px;
    }
    .badge-success {
        background-color: #28a745; /* Custom badge color */
    }

/*a bon payer*/

    #abonpayer
    {
        z-index: 100000;
    }

/*abonprepare*/
#abonpayer {
    z-index: 100000;
}

/*actualit1*/

	.header {
		height: 48px;
	}

	.header .menu a {
		font-size: 13px;
	}

	.header .menu>ul>li>a {
		padding: 14px 0;
	}

	.buttons {
		padding-top: 6px;
	}

	.cart-btn {
		padding-top: 6px;
	}



	@media (max-width: 991px) {

		.header {
			height: 54px;
		}

		.header .menu>ul>li>a {
			padding: 10px 0;
		}

		.buttons {
			margin-top: -20px;
		}

		.cart-btn {
			padding-bottom: 45px;
		}

		.open-menu-btn {
			padding-bottom: 5px;
		}

	}


/*adressedelivraison2byid*/


    table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    }
    th, td {
    padding: 5px;
    text-align: left;
    }

/*adressedelivraisonbyId*/
 
    table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    }
    th, td {
    padding: 5px;
    text-align: left;
    }
 


/*archive2011*/

    .header {
        height: 48px;
    }

    .buttons {
        padding-top: 5px;
    }

    a {
        text-decoration: none;
    }

    .cart-btn {
        padding-top: 8px;
    }

    @media (max-width: 991px) {

        .header {
            height: 54px;
        }

        .buttons {
            padding-top: 0;
        }

        .cart-btn {
            padding-top: 0;
        }

        .open-menu-btn {
            padding-top: 7px;
        }

    }


/*archive2012*/


.header{
	height:48px;
}

.buttons
  {
    padding-top: 5px;
  }
  a{
	text-decoration: none;
  }

  .cart-btn
  {
	padding-top: 8px;
  }
  @media (max-width: 991px) {

	.header{
	 height:54px;
}

  .buttons
  {
    padding-top:0;
  }

  .cart-btn
  {
	padding-top: 0;
  }

  .open-menu-btn{
    padding-top: 7px;
  }

  }

 
/*archive2013*/


.header{
	height:48px;
}

.buttons
  {
    padding-top: 5px;
  }
  a{
	text-decoration: none;
  }

  .cart-btn
  {
	padding-top: 8px;
  }
  @media (max-width: 991px) {

	.header{
	 height:54px;
}

  .buttons
  {
    padding-top:0;
  }

  .cart-btn
  {
	padding-top: 0;
  }

  .open-menu-btn{
    padding-top: 7px;
  }

  }




/*archive 2014*/



.header{
	height:48px;
}

.buttons
  {
    padding-top: 5px;
  }
  a{
	text-decoration: none;
  }

  .cart-btn
  {
	padding-top: 8px;
  }
  @media (max-width: 991px) {

	.header{
	 height:54px;
}

  .buttons
  {
    padding-top:0;
  }

  .cart-btn
  {
	padding-top: 0;
  }

  .open-menu-btn{
    padding-top: 7px;
  }

  }





/*archive2015*/



.header{
	height:48px;
}

.buttons
  {
    padding-top: 5px;
  }
  a{
	text-decoration: none;
  }

  .cart-btn
  {
	padding-top: 8px;
  }
  @media (max-width: 991px) {

	.header{
	 height:54px;
}

  .buttons
  {
    padding-top:0;
  }

  .cart-btn
  {
	padding-top: 0;
  }

  .open-menu-btn{
    padding-top: 7px;
  }

  }



/*archive2016*/


.header{
	height:48px;
}

.buttons
  {
    padding-top: 5px;
  }
  a{
	text-decoration: none;
  }

  .cart-btn
  {
	padding-top: 8px;
  }
  @media (max-width: 991px) {

	.header{
	 height:54px;
}

  .buttons
  {
    padding-top:0;
  }

  .cart-btn
  {
	padding-top: 0;
  }

  .open-menu-btn{
    padding-top: 7px;
  }

  }






/* */
/* */ 
/* */ 
/* */ 
/* */ 










.nav {

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-btn-home-page {
  background: #c2b280;
}

.header-btn {
  color: #fff;
  border-radius: 4px;
  padding: 6px 5px 5px 8px;
  font-family: 'Times New Roman';
  white-space: nowrap;
  font-size: 14px;
  display: inline-block;
  border: 2.2px solid #c2b280;
  cursor: pointer;
}

.artictles-home {
  display: flex;
  gap: 10px;
}

.artictles-home img {
  height: 180px !important;
  width: 100%;
}

.artictles-home h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;

}

.ImgSlides img {
  width: 100%;

}

.artictles-home h3 a:hover {
  text-decoration: underline;
}


.home-article-one {

  color: black;
  border-radius: 1px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  width: 100%;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);


}

.home-article-two {

  color: black;
  border-radius: 1px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  width: 100%;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);


}

.home-article-three, .home-article-four, .home-article-five, .home-article-six {

  color: black;
  border-radius: 1px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);

}

.card-title {
  margin-top: -10px;
}

.text-dark:hover {
  text-decoration: underline;
}

.home-article-six {
  margin-right: 10px;
}

.header-btn:hover {
  background: #c2b280;
  color: black;
}


.header-buttons a {
  text-decoration: none;
}

#dropdownMenuButton2 {
  border: 2px solid #c2b280;
}

.dropdown ul {
  background: #c2b280;
  color: black;
}

#dropdownMenuButton2:hover {
  background: #c2b280;
  color: white;
}

.dropdown li a {
  color: black !important;
}

.card-header a {
  font-size: 10px;
}

.card-header p {
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
}

.card-header4 a {
  font-size: 11px;
}

.card-header4 p {
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
}


.footer-link a {
  font-size: 15px;
  font-family: 'Times New Roman', Times, serif;
}

#btnLogin {
  background: #c2b280;
}

#btnCancel {
  border: 2px solid #c2b280;
}

section:hover #btnLogin {
  border: 2px solid #c2b280;
  background: white;
}

#btnLogin:hover {
  background: #c2b280;
}

section:hover #btnCancel {
  background: #c2b280;
}

@media (max-width: 768px) {
  .desktop_header {
    display: none;
  }

}

@media (min-width: 768px) {
  .mobile_header {
    display: none;
  }
}

.container22 {
  width: 1300px;
}

row22 {
  display: flex;
  justify-content: center;
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--black-color);
  height: 48px;
  font-family: sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.container {
  max-width: 1470px;
  margin: auto;
  padding: 0 15px;
}

body {
  overflow: hidden;

  a, a:link, a:visited, a:hover, a:active, a:visited:hover {
    text-decoration: none;

  }
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.header .menu .head {
  display: none;
}

.header .menu ul {
  list-style: none;
}

.header .menu>ul>li {
  display: inline-block;
}

.header .menu>ul>li:not(:last-child) {
  margin-right: 5px;
}

.header .menu .dropdown {
  position: relative;
  font-weight: bold;
  font-size: 10px;
}

.header .menu a {
  text-decoration: none;
  font-size: 14px;
  color: white;
  display: block;
  font-weight: bold;

}

.main-link {
  text-transform: uppercase;
}

.header .menu a:hover {
  background: #E0ECA2 !important;
  color: black;
}

.header .menu>ul>li>a {
  padding: 14px 10px;
}

.header .menu>ul>.dropdown>a {
  padding-right: 16px;
}

.header .menu i {
  font-size: 10px;
  pointer-events: none;
  user-select: none;
  position: absolute;
  color: black !important;
  top: calc(50% - 5px);
}

.header .menu>ul>li>i {
  right: 0;
}

.header .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  padding: 15px 0;
  background-color: var(--black-color);
  box-shadow: 0 0 5px hsla(0, 0% 0%, 0.5);
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  font-size: 10px;

}

.header .menu .sub-menu-right {
  left: 100%;
  top: 0;
}

.header .menu li:hover>.sub-menu {
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: all 0.2s ease;
}

.header .menu .sub-menu a {
  padding: 10px 19px;
  font-size: 13px;
}

.header .menu .sub-menu .dropdown>a {
  padding-right: 34px;
}

.header .menu .sub-menu li:hover>a>span {
  background-size: 100% 1px;
}

.header .menu .sub-menu i {
  transform: rotate(-90deg);
  right: 24px;
}

.header .menu .sub-menu i {
  transform: rotate(-90deg);
  right: 24px;
}


.header-right {
  display: flex;
}

.header-right>* {
  margin-left: 25px;
}

.header-right .icon-btn {
  background-color: transparent;
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
}

.open-menu-btn {
  display: none;
}

.open-menu-btn2 {
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 1400px) {
  .menu a {
    border-bottom: 1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .menu2 a {
    border-bottom: 1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header {
    height: 57px;
    cursor: pointer;
  }

  .header .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: white;
    padding: 15px 30px 30px;
    overflow-y: auto;
    z-index: 1;
    transform: translateX(-100%);
    cursor: pointer;

  }

  .header .menu a {
    color: black !important;
    text-transform: unset !important;
  }

  .header .menu2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: white;
    padding: 15px 30px 30px;
    overflow-y: auto;
    z-index: 1;
    transform: translateX(-100%);
    cursor: pointer;
  }

  .header .menu.open {
    transform: none;
  }


  .header .menu2.open2 {
    transform: none;
  }

  .header .menu .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    cursor: pointer;
  }

  .header .menu2 .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    cursor: pointer;
  }


  .header .menu2 .close-menu-btn2 {
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
  }

  .header .menu .close-menu-btn {
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
  }

  .header .menu .close-menu-btn::before,
  .header .menu .close-menu-btn::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: black;
  }

  .header .menu2 .close-menu-btn2::before,
  .header .menu2 .close-menu-btn2::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: black;
  }

  .header .menu .close-menu-btn::before {
    transform: rotate(45deg);
  }

  .header .menu2 .close-menu-btn2::before {
    transform: rotate(45deg);
  }

  .header .menu .close-menu-btn::after {
    transform: rotate(-45deg);
  }

  .header .menu2 .close-menu-btn2::after {
    transform: rotate(-45deg);
  }


  .header .menu>ul>li {
    display: block;
  }

  .header .menu2>ul>li {
    display: block;
  }

  .header .menu>ul>li:not(:last-child) {
    margin-right: 0;
  }

  .header .menu li {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu2 li {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .mainlink {
    background: white;
    color: black;
    text-transform: uppercase;
  }

  .active-link, .main-link:hover {
    background-color: white !important;
    color: black !important;
    text-transform: capitalize;
  }

  .header .menu li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu2 li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  }

  .header .menu2>ul>li>a {
    padding: 12px 0;
  }

  .header .menu>ul>.dropdown>a {
    padding-right: 34px;

  }

  .header .menu>ul>.dropdown>a {
    padding-right: 34px;

  }

  .header .menu i:hover {
    background-color: #c2b280;
  }

  .header .menu i {
    height: 32px;
    width: 32px;
    border: 1.5px solid hsla(0, 0%, 100%, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    top: 5px;
    margin-right: 10px;

  }

  .header .menu .dropdown.active>i {
    background-color: hsla(0, 0%, 100%, 0.25);
    transform: rotate(180deg);
  }

  .header .menu .sub-menu {
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    padding: 0;
    transition: none;
    box-shadow: none;
    width: 100%;
    display: none;
  }


  .header .menu .dropdown.active>.sub-menu {
    display: block;
  }

  .header .menu .sub-menu li:last-child {
    border: none;
  }

  .header .menu .sub-menu a {
    padding: 15px 0 5px 8px;
    border-top: 0.5px solid #9FA6B2;
    border-top: 0.5px solid #9FA6B2;
  }

  .header .menu .sub-menu .sub-menu a {
    padding-left: 30px;

  }

  .header .menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 45px;

  }

  .header .menu .sub-menu span {
    background-image: none;

  }

  .header .menu .submenu i {
    height: 20px;
    width: 30px;
    border: 1.5px solid hsla(0, 0%, 100%, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    top: 3px;
    padding-bottom: 5px;
    margin-left: 20px;
  }

  .header-right .open-menu-btn {
    display: inline-flex;
    align-items: center !important;
    justify-content: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
  }

  .header-right .open-menu-btn2 {
    display: inline-flex;
    align-items: center !important;
    justify-content: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
  }

  .header-right .open-menu-btn .line {
    height: 2px;
    width: 30px;
    background-color: white;
    position: absolute;
  }

  .header-right .open-menu-btn2 .line {
    height: 2px;
    width: 30px;
    background-color: white;
    position: absolute;
  }

  .header-right .open-menu-btn .line-1 {
    transform: translateY(-8px);
  }

  .header-right .open-menu-btn2 .line-1 {
    transform: translateY(-8px);
  }

  .header-right .open-menu-btn .line-3 {
    transform: translateY(8px);
  }

  .header-right .open-menu-btn2 .line-3 {
    transform: translateY(8px);
  }

  .header-right .open-menu-btn2 .line-1 {
    transform: translateY(-8px);
  }

  .header-right .open-menu-btn2 .line-3 {
    transform: translateY(8px);
  }
}

.header-right {
  align-items: center;
}

.shopping-cart i {
  font-size: 14px;
}


/***Welcome page and footer****/

.container3 {
  /* width: 1100px; */
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

body {
  font-family: sans-serif;
  overflow: auto;

}

a, a:link, a:visited, a:hover, a:active, a:visited:hover {
  text-decoration: none;
}

.grid1 {

  --gap: 16px;
  --num-cols: 4;
  --row-height: 240px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);

}

.grid7 {

  --gap: 16px;
  --num-cols: 4;
  --row-height: 450px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);

}

.grid3 {

  --gap: 16px;
  --num-cols: 4;
  --row-height: 170px !important;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);

}


.grid5 {

  --gap: 16px;
  --num-cols: 4;
  --row-height: 342px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);

}

.grid-item {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}

.grid-items {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
}

.grid-items:hover {
  transform: translateY(-0.3%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.5);
}

.grid-item:hover {
  transform: translateY(-0.3%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.5);
}

.card-img {
  width: 100%;
  object-fit: cover;
}

.card-grid-col-2 {
  grid-column: span 2;
}

.card-grid-row-2 {
  grid-row: span 2;
}


.grid8 {

  --gap: 30px;
  --num-cols: 3;
  --row-height: 300px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);


}

.grid9 {

  --gap: 30px;
  --num-cols: 1;
  --row-height: 430px;
  box-sizing: border-box;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);


}

/*Anything under 1024 */

.actualities {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  height: 30px;
}


.card-content {
  border-bottom: none;
  margin-bottom: 100px;
}

.portfolio-header {
  background: hsl(220, 24%, 12%);
  color: white;
  font-size: 22px;
  line-height: 1.8;
  height: 40px;
  padding-left: 10px;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;

  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;

}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 991px) {
  .grid8 {

    --num-cols: 1;
    --row-height: 300px;
    box-sizing: border-box;
    padding: var(--gap);
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    grid-auto-rows: var(--row-height);
    gap: var(--gap);

  }
}

.link {
  color: black;

}



.mycards:hover a {
  text-decoration: underline;

}

.mycard:hover a {
  text-decoration: underline;
  color: #0d6efd;

}

.paginations {
  text-align: center;
  margin: 30px 30px 30px;
  user-zoom: none;
}

.paginations li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);

}

.row-03-3 {
  background: #F9F5ED !important;
}

.row-03-4 {
  background: #BCD7EE !important;
}

.current-page {
  display: none;
}


.pagination_videos {
  text-align: center;
  margin: 30px 30px 30px;
  user-zoom: none;
}

.pagination_videos li {
  display: inline-block;
  margin: 3px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);

}


.bg-dark {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
}

.current-videos {
  display: none;
}

.btn-warns {

  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  background: #ffcd6b;
}

li .btn-warns {
  border: none;
}

.circulaire {
  text-align: center;
  margin: 30px 30px 30px;
  user-zoom: none;
}

.circulaire li {
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.circulaire li a {
  color: black;
  background-color: black;
}

.current-circulaire {
  display: none;
}


li {
  list-style-type: none;
}


@media only screen and (min-width: 768px) {

  .mobile-responsive {
    display: none;
  }


  .nav .search-icon {
    color: black;
    font-size: 20px;
    cursor: pointer;
    margin-top: -12px;
  }

  .nav .search-box {
    position: absolute;
    right: 250px;
    height: 50px;
    max-width: 555px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
    z-index: 999999;
    top: 75px;
  }

  .nav.openSearch .search-box {
    opacity: 1;
    pointer-events: auto;
  }

  .my-search {
    margin-top: 10px;
  }


  .search-box .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .search-box input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    background: #fff;
    padding: 0 15px 0 45px;

  }

}


@media (max-width: 768px) {
  .desktopMode {
    display: none;
  }
}

/***End start topbar****/



/***Bottom bar***/

.title-btn1 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn1 a:hover {
  text-decoration: underline;
}

.sub-title1 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title1 a:hover {
  text-decoration: underline;
}

.text1 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text1 a:hover {
  text-decoration: underline;
  color: #9FA6B2;
}

/****categ1 end*******/

.title-btn2 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn2 a:hover {
  text-decoration: underline;
}

.sub-title2 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title2 a:hover {
  text-decoration: underline;
}

.text2 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text2 a:hover {
  text-decoration: underline;
  color: #3B71CA;
}

/****categ2 end*******/

.title-btn3 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn3 a:hover {
  text-decoration: underline;
}

.sub-title3 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title3 a:hover {
  text-decoration: underline;
}

.text3 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text3 a:hover {
  text-decoration: underline;
  color: #DC4C64;
}

/****categ3 end*******/

.title-btn4 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn4 a:hover {
  text-decoration: underline;
}

.sub-title4 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title4 a:hover {
  text-decoration: underline;
}

.text4 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text4 a:hover {
  text-decoration: underline;
  color: #E4A11B;
}

/****categ4 end*******/


.title-btn5 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn5 a:hover {
  text-decoration: underline;
}

.sub-title5 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title5 a:hover {
  text-decoration: underline;
}

.text5 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text5 a:hover {
  text-decoration: underline;
  color: black;
}

/****categ5 end*******/


/****categ4 end*******/


.title-btn6 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn6 a:hover {
  text-decoration: underline;
}

.sub-title6 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title6 a:hover {
  text-decoration: underline;
}

.text6 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text6 a:hover {
  text-decoration: underline;
  color: #3B71CA;
}

.text66 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text66 a:hover {
  text-decoration: underline;
  color: #E4A11B;
}

/****categ6 end*******/

.title-btn7 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn7 a:hover {
  text-decoration: underline;
}

.sub-title7 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title7 a:hover {
  text-decoration: underline;
}

.text7 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text7 a:hover {
  text-decoration: underline;
  color: #DC4C64;
}

/****categ7 end*******/


.title-btn8 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn8 a:hover {
  text-decoration: underline;
}

.sub-title8 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title8 a:hover {
  text-decoration: underline;
}

.text8 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text8 a:hover {
  text-decoration: underline;
  color: #14A44D;
}

/****categ8 end*******/


.title-btn9 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn9 a:hover {
  text-decoration: underline;
}

.sub-title9 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title9 a:hover {
  text-decoration: underline;
}

.text9 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text9 a:hover {
  text-decoration: underline;
  color: #332D2D;
}

/****categ9 end*******/


.title-btn10 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn10 a:hover {
  text-decoration: underline;
}

.sub-title10 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title10 a:hover {
  text-decoration: underline;
}

.text10 a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text10 a:hover {
  text-decoration: underline;
  color: #54B4D3;
}

/****categ10 end*******/

.title-btn11 a {
  font-family: sans-serif;
  font-size: 13px;
}

.title-btn11 a:hover {
  text-decoration: underline;
}

.sub-title11 a {
  font-size: 13px;
  font-family: sans-serif;
}

.sub-title11 a:hover {
  text-decoration: underline;
}

.text11 a {

  font-size: 15px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

.text11 a:hover {
  text-decoration: underline;
  color: #E4A11B;
}

/***En bottom bar**/

.second_header {
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}


.custom-button {
  font-family: Arial, Helvetica, sans-serif;
}

.archives {
  background: #e6e6e6;
  width: 100%;
  height: 330px;
  overflow: hidden;
  padding: 10px;
  padding-left: 50px;
  display: flex;

}

.section-heading {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 15px !important;

}

.bgtext {
  background: hsl(60, 100%, 85%) !important;
  padding: 5px !important;

}

.bg-text h3 {
  text-transform: uppercase;
  font-size: 15px !important;
}

.archives img {
  width: 100%;
  height: auto;
}

.first_revue, .second_revue {
  width: 180px;
  height: 100px;
}


.card-body a {
  font-size: 13px !important
}

.revues-button {
  height: 25px;
}

.revues-button a {
  font-size: 11px !important;
}


.header-rights {
  display: flex;
}

.header-rights>* {
  margin-left: 25px;
}

.header-rights .icon-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
}

.header-rights .open-menu-btn {
  display: none;
}

.header-rights .open-menu-btn2 {
  display: none;
}

.header-rights .open-menu-btn2 {
  display: none;
}

.second-header {
  margin-left: 250px !important;

}

.main-header {
  background: #9393aa !important;
}


.sub-menu, .sub-menu-right {
  background-color: white !important;
}

/*Laptop and desktop*/
@media (min-width:1281px) {
  .home-article-one img, .home-article-two img {
    height: 220px !important;
  }

  .home-article-three img, .home-article-four img, .home-article-five img, .home-article-six img {
    height: 220px !important;
  }


  .home-article-one h3, .home-article-two h3 {
    margin-top: 20px;
  }

  .home-article-three h3, .home-article-four h3, .home-article-five h3, .home-article-six h3 {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .artictles-home-title {
    font-size: 16px;

  }

  .artictles-home h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 2px;
  }

  .artictles-home-title small {
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .artictles-home-title small:hover {
    text-decoration: underline;
  }

  .livres {
    background: #e6e6e6;
    width: 100%;
    height: 347px !important;
    overflow: hidden;
    padding: 13px;
  }

  .livres img {
    width: 100%;
    height: auto;
  }

  .livres-democratie img {
    height: 182px !important;
    width: 181px !important;
  }

  .livres-democratie {
    background: #e6e6e6;
    width: 100%;
    height: 290px;
    padding: 10px;
  }

  .circulairez {
    background: #e6e6e6;
    width: 100%;
    height: 290px;
    padding: 10px;
  }

  .circulairez img {
    width: 100% !important;
    height: auto !important;
  }

}


/* Smart phone and iphone*/
@media (min-width:320px) {

  .artictles-home h3 {
    margin-top: 5px !important;
  }

  .artictles-home small {
    margin-top: -10px;
    margin-bottom: 16px;
  }

}



@media (min-width:768px) {


  .circulairez img {
    height: 200px !important;
    width: 100% !important;
    overflow: hidden;
  }

  .livres-democratie img {
    height: 200px !important;
    width: 100% !important;
    overflow: hidden;
  }

}


.card-03 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 6px;

}

.card-header-03 {
  height: auto;
}

.card-body-03 {
  padding: 15px 15px;
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: center;
}

.card-body-03 .btn-03 {
  display: block;
  color: #fff;
  text-align: center;
  background-color: black;
  text-decoration: none;
  padding: 6.5px 0px;
  width: 96%;

}

.row-03 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  background: white;
  padding: 5px;
  justify-content: space-around;
}

.row-03-2 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  background: white;
  padding: 5px;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {

  .card-03 {
    width: 100%;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 50%;
  }

  .card-04 {
    width: 90% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}

@media only screen and (min-width: 600px) and (max-width: 730px) {

  .card-03 {
    width: 100%;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 60%;
  }

  .card-04 {
    width: 90% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}


@media only screen and (min-width: 768px) and (max-width: 960px) {

  .card-03 {
    width: 100%;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 100%;
  }

  .card-04 {
    width: 90% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}

@media only screen and (min-width: 961px) and (max-width: 1024px) {

  .card-03 {
    width: 100%;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 60%;
  }

  .card-04 {
    width: 90% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  .card-03 {
    width: 100%;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 60%;
  }

  .card-04 {
    width: 90% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .card-03 {
    width: 100% !important;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 60%;
  }

  .card-04 {
    width: 45% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {

  .card-03 {
    width: 100% !important;
  }

  .card-header-03 {
    height: auto;
    width: 100%;
  }

  .card-body-03 .btn-03 {
    width: 60%;
  }

  .card-04 {
    width: 90% !important;
  }

  .card-header-04 {
    height: auto !important;
    width: 100%;
  }

  .card-body-04 .btn-04 {
    width: 50%;
  }

}

/********Revues*******/


.row-04 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  padding: 5px;
  justify-content: space-around;

}

.row-05 {

  padding: 5px 18px;
}

.card-04 {
  width: 23.5%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);

}

.card-03 {}

.card-header-04 {
  height: auto;
  overflow: hidden;
}

.card-body-04 {
  padding: 15px 15px;
  text-align: center;
  font-size: 12px;
}

.card-body-04 p {
  margin-top: -10px !important;
  font-size: 13px;
  font-weight: bolder;
}

.btns-04 {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}

.card-body-04 .btn-04 {
  display: block;
  color: #fff;
  text-align: center;
  background-color: black;
  text-decoration: none;
  padding: 6.5px 0px;
  width: 96%;

}

.Abonnez-vous {
  height: 60px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #e6e6e6 !important;

}

.books {
  background: #e6e6e6 !important;
}



.socials-media-2 {
  height: 62px !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden;
  background: #e6e6e6 !important;
}

.socials-media-2 h3 {

  font-size: 18px;
}


.facebook {

  padding: 6.8px;
  font-size: 16px;
  width: 31px;
  height: 29px;
  align-items: center;
  text-decoration: none;
  background: #3B5998;
  color: white;
  border-radius: 50px;
}

.youtube {
  padding: 6.8px;
  font-size: 16px;
  width: 31px;
  height: 29px;
  align-items: center;
  text-decoration: none;
  background: #bb0000;
  color: white;
  border-radius: 50px;
}

.instagram {
  padding: 6.8px;
  font-size: 16px;
  width: 31px;
  height: 29px;
  align-items: center;
  text-decoration: none;
  background: #300505;
  color: white;
  border-radius: 50px;
}

.twitter {
  padding: 6.9px;
  font-size: 16px;
  width: 31px;
  height: 29px;
  align-items: center;
  text-decoration: none;
  background: #55ACEE;
  color: white;
  border-radius: 50px;
}

.wasap {
  padding: 6.9px;
  font-size: 16px;
  width: 31px;
  height: 29px;
  align-items: center;
  text-decoration: none;
  background: #05f82e;
  color: white;
  border-radius: 50px;
}

.tiktok {
  padding: 6.9px;
  font-size: 16px;
  width: 31px;
  height: 29px;
  align-items: center;
  text-decoration: none;
  background: #125688;
  color: white;
  border-radius: 50px;
}

.socials-medias a:hover {
  opacity: 0.7;
  color: white;
}

.socials-medias {
  margin-top: -10px !important;
}



@media only screen and (min-width: 300px)and (max-width: 1023px) {

  .mt-40 {
    padding-top: 20px;
  }

  .mt-50 {
    padding-top: 20px;
  }

  .navbar-2 {

    background: #333333 !important;
    color: black;
    padding: 8px;

  }


}

.mt-40 {
  padding-top: 20px;
}

@media only screen and (min-width: 1024px) {

  .navbar-2 {
    background: #333333 !important;
    color: black;
    height: 41px;
  }

  .navbar-2 a:hover {
    background: #E0ECA2 !important;
    color: black;
  }

}

.navbar-2 a {
  color: black !important;

}

@media only screen and (min-width: 300px)and (max-width: 1024px) {
  .ImgSlides {
    padding-top: 12px;
  }

  .mx-50 {
    padding-top: 12px;
  }
}

.mx-60 {
  padding-top: 12px;
}

.mx-70 {
  padding-top: 12px;
}

@media only screen and (min-width: 300px)and (max-width: 912px) {
  .mx-50 {
    padding-top: 30px;
    text-align: center;
  }

  .mx-50 h3 {
    padding-top: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }


}

@media only screen and (min-width: 1024px)and (max-width: 1280px) {


  .mx-50 h3 {
    padding-top: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .mx-80 {
    padding-top: 15px;

  }
}

@media only screen and (min-width: 300px)and (max-width: 700px) {
  .artictles-home img {
    height: auto !important;
    width: 100%;
  }
}



@media only screen and (min-width: 1024px)and (max-width: 1280px) {
  .socials-media-2 {
    margin-top: 18px;
  }
}


.main-header {
  background: #333333 !important;
}

.main-header-2 {
  background: #9e9eaa !important;
}



.logo-3 img {
  width: 100%;
  height: auto;
}

.header-buttons {

  justify-content: end !important;
  gap: 10px;
  align-items: center;
}

.header-buttons a {
  color: black;

}

.language-search-btn {
  justify-content: center !important;
}

.language-search-btn a {
  /* height: 33px !important; */
  line-height: 1.8;

}

.language-search-btn, .header-button-s a {
  align-items: center !important;
}

.small_cart {
  margin-bottom: 3px;
}

.TextSlides {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 130px;
  box-sizing: border-box;
  padding: 50px 0;
}

.carousel-text {
  gap: 3px;
}

.carousel-text small a, .side-images small a {
  text-transform: uppercase;
  font-size: 10px;
}

.vr {
  border-right: 1px solid black;
}

@media only screen and (min-width: 200px)and (max-width: 600px) {

  .carousel-text h2 {
    font-size: 22px;
    font-weight: bolder;
    padding-top: 25px;
  }

  .carousel-text p {
    font-size: 18px;
    color: black;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;

  }

  .side-images img {
    width: 100%;
    height: 200px !important;
  }

}

@media only screen and (min-width: 650px)and (max-width: 960px) {
  .carousel-text p {
    font-size: 20px;
    color: black;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;

  }

  .side-images p {
    margin-top: 140px;
    font-size: 22px;
  }

  .side-images img {
    width: 100%;
    height: 250px !important;
  }
}


.carousel-text small {
  font-size: 16px;

}

.carousel-text small:hover {
  text-decoration: underline;
}


.side-images h3 {
  font-size: 20px;
}



.side-images p {
  font-size: 18px;

}

.side-images a:hover {
  text-decoration: underline;
}

.side-images img {
  height: 95px;
  width: 100%;
}

@media only screen and (min-width: 200px)and (max-width: 700px) {
  .desktop_mode, .tablet_mode {
    display: none !important;
  }

  .logo-3 img {
    height: auto;
    width: 100%;
    padding-left: 10px;
  }

  .mobile_mode_first_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .mobile_mode_sec_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 26px;
    padding-bottom: 14px;
  }

  .my-search {
    margin-bottom: 17px !important;
    padding-left: 27px;
  }

  .row-3 {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    padding-left: 37px;
    padding-right: 20px;
    padding-bottom: 15px;
  }

  .my-search {
    margin-left: 93px;
    margin-top: 21px;
  }

  .header-btn-2 {
    padding-bottom: -5rem !important;
    margin-bottom: 0.1rem !important;
    color: black;
  }

  .ul-2 {
    background-color: #c2b280 !important;
  }

  .header-btn-2, .header-btn {
    height: 37px !important;
  }

  .small_cart {
    margin-left: 215px;
    margin-top: 18px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}


@media only screen and (min-width: 705px) {
  .mobile_mode, .sconnect-mobile {
    display: none !important;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 705px)and (max-width: 1280px) {
  .mobile_mode, .desktop_mode {
    display: none !important;
  }

  .row-2 {

    align-items: center;
    padding-top: 15px;
  }

  .row-2 img {
    width: 65%;
    height: auto;
  }

  .row-3 {

    padding-top: 15px;
    padding-bottom: 15px;

  }

  .header-btn-2 {
    height: 36px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }


}

@media only screen and (min-width: 200px)and (max-width: 600px) {

  .small_cart {
    margin-left: 200px;
    margin-right: 0 !important;
    margin-top: 17px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media only screen and (min-width: 700px)and (max-width: 799px) {

  .small_cart {
    margin-left: 400px;
    margin-right: 0 !important;
    margin-top: 17px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media only screen and (min-width: 800px)and (max-width: 1000px) {

  .small_cart {
    margin-left: 560px;
    margin-right: 0 !important;
    margin-top: 17px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media only screen and (min-width: 1023px)and (max-width: 1299px) {

  .small_cart {
    margin-left: 800px;
    margin-right: 0 !important;
    margin-top: 17px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media only screen and (min-width: 1280px)and (max-width: 1400px) {

  .small_cart {
    margin-left: 980px;
    margin-right: 0 !important;
    margin-top: 17px;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}


@media only screen and (min-width: 1400px) {

  .slider img {
    height: 475px !important;
  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media only screen and (min-width: 1024px)and (max-width: 1280px) {
  .side-images img {
    width: 100%;
    height: 330px !important;
  }

  .side-images p {
    margin-top: 200px;
  }

  .side-images h3 {
    font-size: 25px;
  }

  .custom-button {
    margin-top: 20px;
  }

  .carousel-text p {
    font-size: 22px;
    color: black;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;

  }

  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media only screen and (min-width: 200px) {
  .sub-menu a {
    border-bottom: 0.1px solid rgb(92, 91, 91) !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

.livres_sur:hover, .circulaires:hover {
  text-decoration: underline !important;
}

.books-content h3 {
  font-size: 17px;

}

@media only screen and (min-width: 1400px) {
  .card-header-003 img {
    width: 100%;
    height: 243px !important;
  }

  .side-images {
    margin-top: -15px !important;
  }

  .slides {
    height: 420px !important;
  }

  .carousel-text h3 {
    font-size: 28px !important;
  }

  .carousel-text h5 {
    font-size: 20px !important;
    margin-top: 6px !important;
  }

}

.animate-text img {
  height: 80px;
}

.Abonnez-vous h3 {
  font-size: 18px;
}

.home-container {
  width: 88%;
  margin: 0 auto;
  height: auto;
}

.text-inside-box {
  color: #0080FF;
}

.included-slinding-img {
  margin-top: 5px;
  padding-top: 5px;
}

.img-for-sliding {
  margin-top: 20px;
}

@media only screen and (min-width: 200px)and (max-width: 1280px) {
  .home-text img {
    height: 49px !important;
  }

}

@media only screen and (min-width: 1400px) {
  .home-text img {
    height: 100px !important;
  }

}

.row-03-2 {
  padding: 10px 0;
}

.__header {
  background-image: url("assets/img/logom.jpeg") !important;
}

.video-link a {
  font-size: 16px;
}

.video-link a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 200px)and (max-width: 1000px) {}

@media only screen and (min-width: 1400px) {
  .slider h1 {
    padding-top: 20px !important;
    font-size: 37px;
    font-weight: bold;
    color: black;
    text-align: center;
  }

  .carousel-text small {
    margin-top: 200px !important;
  }

  .carousel-text small a {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 20px !important;

  }
}

.carousel-text p {
  font-family: 'Times New Roman', Times, serif !important;
}

.side-images {
  padding-left: 38px !important;
}

.header-btn-home-page {
  background-color: #fff5cc !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

.bg-redi {
  background-color: #e6e6ff !important;
  border: none !important;

}

.bg-redi p {
  color: black !important;
}

.bg-greeni {
  background-color: #d7f778 !important;
  border: none !important;

}

.bg-greeni p {
  color: black !important;
}

.bg-bluu {
  background-color: #badff3 !important;
}

.bg-bluu p {
  color: black !important;
}

.books {
  width: 100%;
}

.card-03 img {
  height: auto !important;
}

.__description {
  margin-top: -80px !important;
}

.__description p {
  font-size: 21px !important;
  text-align: justify;
}

.__title {
  margin-top: -60px !important;
}

.__block {
  margin-top: -40px !important;
}

.contexte {
  margin-top: -95px !important;
}


.__block p {
  font-size: 20px !important;
  text-align: justify;
  color: black;
  padding: 10px 0 !important;
  text-indent: 35px;

}

.__block span {
  text-transform: uppercase;
  font-size: 33px;
  color: #74c8f5 !important;

}

.autres-btn {
  margin-top: 22px !important;
}

.autres-btn a {
  background: #E0ECA2 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border: none;
}

.pour {
  background: #E0ECA2 !important;
}


@media only screen and (min-width: 1400px) {
  .section-about {
    height: 1305px !important;
  }
}

.pagination {
  margin-bottom: 0;
}

.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-link {
  color: #0d6efd;
}


.chart-container {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.stats-card {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.stats-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #555;
}

.stats-card .count {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2c3e50;
}

.stats-card .trend {
  font-size: 0.9rem;
  margin-top: 5px;
}

.stats-card .icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3498db;
}

.dashboard-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.nav-buttons {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-buttons .btn {
  margin: 5px;
  min-width: 150px;
}

.chart-row {
  margin-bottom: 40px;
}

.card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.recent-activity {
  max-height: 300px;
  overflow-y: auto;
}

.activity-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-date {
  font-size: 0.8rem;
  color: #6c757d;
}

.activity-content {
  margin-left: 10px;
}




/* Admin Header Styles */
.admin-header {
  background: #000000;
  /* your existing header color */
  ;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-navbar {
  padding: 0.5rem 0.5rem;
}

.nav-link {
  padding: 1rem 2rem 2rem 2rem;
  transition: all 0.2s;
  color: #ffffff;
}

.user-menu {
  display: flex;
  align-items: center;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-role {
  font-size: 0.8rem;
  color: #6c757d;
}

.dropdown-menu {
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .navbar-nav {
    padding-top: 1rem;
  }

  .nav-item {
    margin-bottom: 0.5rem;
  }
}