.info {
    margin-bottom: 30px;
    font-weight: bold;
    padding: 5px;
}
.titles {
    background: rgba(225, 225, 225, 0.5);
    width: 100%;
}
.titre-etablissement p {
    color: orange;
    font-weight: bold;
}
.titless p {
    color: orange;
}
.titles h2 {
    color: green;
}
.Actualités {
    background: url(bac.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.lien-date {
    display: flex;
    justify-content: space-between;
}
.lien-date .date p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
}
i {
    margin-right: 5px;
}
/* ---------------------------------DOCUMENT------------------------------ */
.img-wrapper {
    max-width: 100%;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (min-width: 576px) {
    .img-wrapper {
        height: 23vw;
    }
}
.ajt p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
/*-----------------------*/

.presi {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.904);
    width: 200px;
    margin-bottom: -20px;
    padding-bottom: 10px;
    text-align: left;
}
.zoomable-button {
    /* Ajoutez ici vos styles de bouton */
    transition: transform 0.3s ease;
    /* Ajoutez une transition pour un effet de zoom fluide */
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 15px;
    font-weight: bold;
    color: black;
}

.zoomed {
    transform: scale(1.2);
    background-color: #ff9114;
    padding: 10px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    /* Zoom de 20% */
}
.doclink {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 770px) {
    .img-wrapper {
        height: 23vw;
    }
    .doclink {
        display: inline-block;
        justify-content: center;
    }
    .zoomable-button {
        margin: 10px;
    }
}

.delete {
    display: none;
}

.content.active {
    display: block;
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
    max-width: 812px;
    max-height: 100%;
    overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0;
}

.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
/*
   general styles
*/
.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}
.set-margin-cicis-menu-to-go {
    margin: 20px;
}
.set-padding-cicis-menu-to-go {
    padding: 20px;
}
.set-border-cicis-menu-to-go {
    border: 5px inset #4f4f4f;
}
.set-box-shadow-cicis-menu-to-go {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

.myDoc {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0.1rem 0.1rem 1rem hsla(239, 44%, 22%, 0.2);
}

.carou {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: white;
}
