.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body{
    color : #013d82 !important;
    font-family: 'Inter Variable', sans-serif !important;
}


.title-catalogue{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin: 1.75rem .25rem;
    margin-top: 1rem;
}
 
.title-catalogue::before{
    content: "";
    background-color: #ccd8e6;
    width: 100vw;
    height: 0.3125rem;
    position: absolute;
    right: 83%;
    bottom: -12%;
}

.title-catalogue::after{
    content: "";
    background-color: #ccd8e6;
    height: 0.3125rem;
    width: 3.25rem;
    transform: rotate(135deg);
    right: 88%;
    position: absolute;
    top: 138%;
}

@media (max-width: 373px) {
    .title-catalogue::before{
        right: 20%;
        bottom: -20%;
    }
    .title-catalogue::after{
        top: 158%;
    }
}
@media (min-width: 374px) {
    .title-catalogue::before{
        right: 41%;
        bottom: -20%;
    }
    .title-catalogue::after{
        top: 157%;
    }
}
@media (min-width: 575.98px) { 
    .title-catalogue::before{
        right: 44%;
    }
    .title-catalogue::after{
        top: 152%;
    }
}

@media (min-width: 767.98px) { 
    .title-catalogue::before{
        right: 55%;
    }
    .title-catalogue::after{
        top: 149%;
    }
}

@media (min-width: 991.98px) { 
    .title-catalogue::before{
        right: 64%;
    }
    .title-catalogue::after{
        top: 146%;
    }
}

@media (min-width: 1199.98px) {
    .title-catalogue::before{
        right: 81%;
    }
    .title-catalogue::before{
        right: 68%;
    }
}

@media (min-width: 1399.98px) { 
    .title-catalogue::before{
        right: 83%;
    }
    .title-catalogue::before{
        right: 73%;
    }
}

.card-inalco{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin-top: 50px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    word-wrap: break-word;
    background-color: #f2f5f8;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.flag-fr{
    width: 20px;
    height: 20px;
}

.flag-en{
    width: 20px;
    height: 20px;
}

.card-title{
    font-weight: bold;
    padding : .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-radius : 1rem;
    border-bottom-left-radius : 0rem;
    border-bottom-right-radius : 0rem;
}

.card-content{
    margin : .75rem 1.25rem;
}
.sortColumn{
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.course-form {
    display: grid;
    align-items: start;
    grid-template-columns: 50% 50%;
    grid-gap: 1px 10px;
}
.more-filters{
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
}

.openToExchangeStudent{
    width: auto !important;
    padding-right: 0 !important;
    grid-column-start: 1;
    grid-column-end: 3;
}

.search-result{
    display: flex;
    flex-direction: column;
    margin: .75rem 1.25rem;
}

.header-inalco {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
    background: #013d83;
    padding: 1rem;
}

.content {
    margin-left: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.title {
    margin-bottom: 0.25rem;
    font-size: 2rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.desc {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgb(202, 200, 200);
}

.actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0.5rem;
    gap: 0.5rem;
}

.download, .notnow {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    border-radius: 0.5rem;
    padding: 0.375rem 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(255, 255, 255);
    outline: 2px solid transparent;
    border: 1px solid rgba(253, 253, 253, 0.363);
}

.download {
    background-color: #284385;
    font-weight: 600;
}

.download:hover {
    background-color: #153586;
}

.notnow {
    background-color: #606c88;
    font-weight: 500;
}

.notnow:hover {
    background-color: #3f4c6b;
}

.close {
    margin: -0.375rem -0.375rem -0.375rem auto;
    height: 2rem;
    width: 2rem;
    display: inline-flex;
    border-radius: 0.5rem;
    background-color: #606c88;
    padding: 0.375rem;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.close svg {
    height: 1.25rem;
    width: 1.25rem;
}

.close:hover {
    background-color: rgb(58, 69, 83);
}

#course_form{
    display: grid;
    align-items: start;
    grid-template-columns: auto auto;
    grid-gap: 1px 10px;
}

.item{
    background-image:none !important;
}

.btn-research{
    /* margin: .75rem 1.25rem; */
}

.div-btn-research{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.75rem 1.25rem;

}

summary{
    font-weight: bold;
}

.ts-control{
    border: none !important;
    box-shadow: none !important;
}

.ts-wrapper{
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
}

a{
    /* color: #ffba2e !important; */
}

#course_form_save{
    font-weight: bold;
    border: .125rem solid #0056b8;
    color: #0056b8;
    background-color: transparent;
    border-radius: 11.875rem;
}

#course_form_save:hover{
    border: .125rem solid #0056b8;
    color: #0056b8;
    background-color: #e2ebf4;
}

.course-search-total-results{
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

select{
    font-family: 'Inter Variable', sans-serif;
}

.item {
    text-shadow: none !important;
}

.chevron-down, .chevron-up{
    width: 22px;
    height: 22px;
}

.question-mark{
    width: 22px;
    height: 22px;
    color: #013d82;
}

.hidden {
    display: none;
}

.warning{
    padding: 0px !important;
}

.icon-show{

}
.icon-hide{
    display: none;
}

.warning-icon{
    width: 20px;
    height: 20px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    font-family: sans-serif;
    min-width: 400px;
    border-spacing: 0;
    border-collapse: separate;
}

.styled-table thead tr {
    background-color: #ebeef1 !important;
    color: black !important;
    text-align: left !important;
}

.styled-table th,
.styled-table td{
    padding: 12px 15px;
    color: black;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(4n - 1)  {
    background-color: white !important;
}

.navigation{
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.none{
    display: none;
}

.desc{
    font-weight: bold;
    font-size: 16px;
}
.yes{
    background-color: #bee296;
    border:transparent 1px solid;
    border-radius:5px;
    padding:5px;
}

.yes-if{
    background-color: #fabf94;
    border:transparent 1px solid;
    border-radius:5px;
    padding:5px;
}

.no{
    background-color: #FF6961;
    border:transparent 1px solid;
    border-radius:5px;
    padding:5px;
}

.card{
    color: inherit !important;
}
.tooltip-button{
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    width: 22px;
    height: 22px;
    padding: 0;
}

th, td {
    padding: 8px;
    text-align: left;
}

.see-more{
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding:20%;
    padding-right: 20%;
    padding-left: 20%;
    padding-left: 0;
    padding-right: 0;
}

tr:nth-child(4n+1) {
    background-color: #f0f8ff; /* bleu clair par exemple */
}

tr{
    border-bottom: 1px solid !important;
}

tbody {
    td{
        color: black;
    }
}
th{
    a{
        color: black !important;
    }
}

.card-form{
    background-color: #f2f5f8 !important;
}
.card-header{
    background-color: #e9edf0 !important;
    font-weight: bold;
}
.hover:hover{
    background-color: rgba(0,0,0,.075);
}
.hover:active {
    background-color: #ddd;
}

/* Style du conteneur du séparateur */
.separator-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Trait horizontal */
.separator-container::before,
.separator-container::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
}

/* Style du bouton séparateur */
.separator {
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
    transition: background 0.3s;
    position: relative;
    z-index: 1;
    margin: 0 10px;

    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
}

.separator:hover {
    /* background: #e2ebf4; */
}

/* Conteneur des filtres */
.filters {
    display: none;
    padding: 15px;
    margin-top: 10px;
}

/* Animation d'apparition */
.filters.show {
    display: grid;
    animation: fadeIn 0.3s ease-in-out;
    grid-template-columns: 50% 50%;
    grid-gap: 1px 10px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.extra-row {
    display: none;
    background-color: #f0f0f0;
}

.nav-pagination {
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer{
    background: #013d82;
    color: white;
    height: 200px;
}