@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
/* body {
    background: #e0e0e0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 0;
} */

/* h1 {
    color: #333;
    font-family: "Pacifico", cursive;
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 15px;
    text-align: center;
} */

.content-news{
    /* background-color: red; */
        display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.under{
    /* text-decoration: underline solid rgb(247, 115, 22) 3px;
    text-decoration-line:underline;
    text-underline-offset:5px;
    text-decoration-thickness: 10px; */
    width: 100px;
   padding: 3px;
    background-color: rgb(255, 136, 0);
}

.sujet-recent{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;}
.btn-all-sujet{
 
    background-color: #34495e;
}
.btn-all-sujet span{
    font-size: 20px;
    text-transform: uppercase;
}
.content-search {
    /* background: #ffffff;
    border: 3px solid;
    border-radius: 7px;
    border-color:rgb(243, 124, 33) ; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;    padding: 30px 30px 20px;
}

.btn-search{
background-color: rgb(243, 124, 33);
border: none;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid #34495e;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none;
    transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    display:none;
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--single
    .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container.select2-container--focus .select2-selection {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none;
    border: 1px solid #34495e;
    border-bottom: none;
    padding: 4px 6px;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container
    .select2-dropdown
    .select2-results
    ul
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}

.big-drop {
    width: 600px !important;
}


/************* footer*************/
.content-footer ul li a{
   color: #fff;

}





* {
    outline: 0 !important;
  }
  .custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(150, 150, 150, 0.6);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .custom-modal-dialog {
    max-width: 620px;
    width: 100%;
    border-radius: 0px;
    position: relative;
  }
  .custom-modal-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
  }
  .close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  .custom-modal {
    opacity: 0;
    visibility: hidden;
  }
  body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
  }
  .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .custom-modal,
  body .custom-modal,
  body.modal-open .custom-modal .custom-modal-dialog,
  body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  @media (max-width: 575.98px) {
  }


  /************ Dashboard user css  ***********/
  
/****  TABS**/
.nav-tabs .nav-link.active {
    background-color: #f56142;
    color: white;
    font-weight: 500;
}



