/* Custom Feriel */
:root {
    --primary: #468a61;/*#ffb606;*/
    --secondary: #91b8a0;
    --tertiary: #5aa879;
    --red: #CC1D2D;
    --light: #fafcfc;
    --grey: #e1e1e1;
    --dark: #091E3E;
    --body-color: #223654;
    --bs-primary-rgb:70, 138, 97;
}

@font-face{
    font-family: "Maven Pro";
    src: url("MavenPro-Regular.ttf"); /* use website url */
}
@font-face{
    font-family: "Galada";
    src: url("Galada-Regular.ttf"); /* use website url */
}

@font-face{
    font-family: "Libre Baskerville";
    src: url("LibreBaskerville-Regular.ttf"); /* use website url */
}

body{
    font-family: "Libre Baskerville", serif;
    font-size: 18px;
}
.accept_terms{
    font-size: 16px;
}
/* 
PlayfairDisplay-Regular.ttf
Cinzel-Regular.ttf 
Cormorant-Regular.ttf
CormorantGaramond-Regular.ttf 
CrimsonText-Regular.ttf 
LibreBaskerville-Regular.ttf
 */
a{
    text-decoration: none;
}
*:focus {
    outline:  none;
    box-shadow: none!important;
}
.btn-primary, .btn-primary:hover{
    color: var(--light);
}
.btn-primary{
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover, .btn-check:active+.btn-primary, .btn-check:focus+.btn-primary, .btn-primary:focus, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
    background: var(--tertiary);
    border-color: var(--tertiary);
}
.fw-light{
    font-weight: 500!important;
}
#dz-seal .fill-light{
    fill:#FFFFFF;
}
.header{
    background-color: var(--primary);
    background-image: url('algeria-flag.png');
    background-position: center;
    background-size: 100%;
}
.header .seal-dz img{
    width: 60px;
}
.header .diwan{
    font-family: 'Galada', 'Maven Pro', sans-serif;
    font-weight: 200!important;
    font-size: 26px;
}
.header .site-title{
    font-size: 25px;
    font-weight: 600;
}

.navbar{
    position: unset; /* edit */
    background-color: var(--secondary);
}
.navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link.active{
    border-right: 1px solid var(--light);
    padding: 14px 12px;
}
.navbar .navbar-nav .nav-link:hover{
    color: var(--dark)!important;
    background-color: #ffffff;
}
.navbar .links{
    display: flex;
    align-items: center;
}
.s003 form .inner-form .input-field, .s003 form .inner-form .input-field .choices{
    height: 54px;
}
.s003 form .inner-form .input-field.third-wrap{
    width: 54px;
}
.s003 form .inner-form .input-field.third-wrap .btn-search{
    background: var(--dark);
}
.s003 form .inner-form .input-field.first-wrap .choices__inner{
    padding: 10px 20px;
}
.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single{
    padding-top: 0;
}
.service .service-icon{
    width: 60px;
    color: var(--primary);
}
.service-description{
    top: 0;
    left: 0;
}
.service:hover .service-description{
    display: block!important;
}
.section-title::before{
    background-color: var(--red);
    height: 4px;
}
.hide-aria[aria-expanded="true"], .hide-aria[aria-expanded="true"] .hide-div{
    display: none;
}
.show-all{
    width: auto;
}
.footer-copyright{
    background-color: #2a2e32;
}
.bg-grey{
    background-color: var(--grey);
}
.theme-border{
    border-right: 1px solid #e1e1e1;
}

.opinions .comments-description{
    border-left: 1px solid #a1a1a1;
}
.opinion-button{
    min-width: 140px;
}
.contact-icons{
    width: 40px;
    height: 40px;
    padding-top: 8px;
}
.contact-form .form-control-lg{
    font-size: inherit;
}

.information-description * {
    font-family: 'Maven Pro', sans-serif!important;
    line-height: inherit!important;
    direction: inherit!important;
}
.information-description a {
    color: var(--primary);
}

@media (max-width : 991px){
    .opinions{
        display: block!important;
    }
    .opinions .comments-description{
        border-left: none;
        border-top: 1px solid #a1a1a1;
        margin: 15px 0;
        padding-top: 15px;
    }
}
@media screen and (max-width: 911px) {
    .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link.active{
        border-right: none;
    }
}
@media screen and (max-width: 767px){
    .s003 form .inner-form .input-field.third-wrap{
        width: 100%;
    }
    .d-none-sm {
        display: none;
    }
    .title-search, .contact-infos{
        display: block!important;
    }
    .d-inline-sm{
        display: inline;
    }
    .information-detail div.border-bottom{
        border-bottom: none!important;
    }
    .contact-blocs{
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 576px){
    .about{
        padding: 35px 25px!important;
    }
}
@media screen and (max-width: 430px){
    .navbar .links, .social-media, .languages{
        display: block;
        width: 100%;
        text-align: center!important;
    }
    .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link.active{
        text-align: center;
    }
    .title-link-service{
        display: block!important;
    }
    .service-link a{
        display: block;
        margin-bottom: 5px;
    }
}

/* themes */
.other-themes a, .services-list a, .list-themes-organismes a{
    color: var(--body-color);
}
.other-themes a:hover, .services-list a:hover{
    color: var(--primary);
}
.about-description{
    font-size: 19px;
}




    /* Définir l'animation */

    @keyframes clignoter {
        20% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        80% {
            opacity: 1;
        }
    }

    /* Appliquer l'animation à l'image avec la classe "clignoter" */
    .clignoter {
        animation: clignoter 2.5s infinite;
    }


.ribbon {
  position: relative;
  float: left;
   
  
}


.rotating_background::before{
    content: "";
    width: 900px;
    height: 900px;
    right: 50px;
    top: 10px;
    position: absolute;
    background-image: url('logo minister.svg');
    background-size: cover;
    opacity: 0.05;
    animation: rotation 50s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

.ribbon:nth-child(even) {
  margin-rigth: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.wrap:before, .wrap:after {
  content: ""; 
  position: absolute;
}
.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #8B0000;
  border-radius: 8px 8px 0px 0px;
}
.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  left: auto;
  top: 100px;
  background: #8B0000;
  border-radius: 0px 8px 8px 0px;
}
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #FF0000,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #FF0000;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
}

.highlight:hover{
    font-size: 2rem;
}

.condition_utilisation{
    
    height:20em;
    width:100%;
    margin-top: 25px;
    overflow-y:scroll;;
    padding: 10px;
    background-color: #e1e2e2;
    text-align: justify;
    text-justify: inter-word;
    }


.note_box{
    border-left: .5rem solid #468a61;
}


[dir="rtl"]  .note_box{
    border-right: .5rem solid #468a61;
    border-left: none;
}

.numero_table{
    width: 25px;
}
.seal_background{
    overflow:hidden;
    position:relative;
}

.seal_background::before{
    content: ""; 
    width: 11%;
    height: 100%; 
    right:-4%;
    top:-3%;
    position: absolute;
    background-image: url('logo minister.svg');
    background-size: cover; 
    opacity: 0.3; 
  }


  [dir="rtl"] .seal_background::before{
    right:auto;
    left:-5%;
    
  }


@media screen and (max-width: 800px){
    .about{
        padding: 35px 25px!important;
    }
}



.box-title {
    shadow: none;
    line-height: 30px;
    
    font-weight: bold;
    color: white;/* #468a61; */
}

.question_text {
    font-weight: bold;
    
}

.green_text{
    color:var(--primary); 
}

.question_sub {
    font-weight: lighter;
}

.card-header{
    background-color:#205D67;
}

.index {
  width:10px;
}

.ts{
    overflow-x: scroll;
}

[dir="rtl"] select{
    direction:rtl;
}



[dir="rtl"] .tel{
    direction:ltr;
    text-align: right;
}


.card-body{
    background-color: #F0F3F4;
}


p{
    text-align: justify;
    text-justify: inter-word;
}


.see_more {
    padding: 0 0.5em;
    font-size:2.000em;
    width: 200px;
    height: 40px;
    margin: 0 0 0 -0.625em;
    line-height: 1.875em;
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 0.156em 0.156em 0.156em 0.156em;
    background: #FF0000;
    box-shadow:0 0 0 3px #FF0000,  0px 21px 5px -18px rgba(0,0,0,0.6);
    text-align: center;
    font-size: 1.5rem;
    border: 1px dashed;
    z-index:2;
}
.see_more:hover{
    color:black;
}


.regulate_font{
    font-size:18px;
}





