/*GENERAL*/

body {
    background-image: linear-gradient(#eeecf9 0.5px, transparent 0.5px), linear-gradient(to right, #efedf9 0.5px, transparent 0.5px);
    background-size: 16px 16px;
    background-color: whitesmoke;
    font-size: 1.2em;
    line-height: 1.4em;

}


.container-xxl {
    background-color: whitesmoke;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0.5em;
    font-family: "roboto-regular", sans-serif;
    letter-spacing: 0.3px;
}

.container-xxl h1 {
    color: rgba(9, 16, 55, 0.803);
    background-color: whitesmoke;
}

.float-left {
    float: left;
    margin-right: 1em;
    max-width: 300px;
}

.float-right {
    float: right;
    margin-left: 1em;
    max-width: 300px;
}

.lettrine {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1em;
}

.pattern_Grille {
    padding: 1em;
    background-color: white;
    box-shadow: inset 1em 0.5em 0.5em white;
    border: 2px solid whitesmoke;
}

.ombre {
    border-radius: 0;

}
hr {
    border-top: 1px solid rgb(65, 105, 225);
    height: 1em;
    background: linear-gradient(to top, #fff 0%, #f18417 100%);

}

.chapeau_Pages {
    height: fit-content;
    background: transparent;
    border: none;
}

.chapeauBas {
    border-top: 1px solid rgb(225, 212, 65);
    height: 1em;
    background: linear-gradient(to top, #fff 0%, #f18417 100%);
}

ul,
ul li {
    list-style: none;
    font-size: 1em;
}



.list-group-item {
    text-transform: lowercase;
    font-size: 1em;
    background: none;
    border: none;
}

.dropdown-menu {
    text-transform: lowercase;
    font-size: 1em;
    background-color: rgba(241, 232, 185, 0.7);
    border: none;
}

p,
a {
    font-weight: 400;
}

strong {
    font-family: "roboto-bold", sans-serif;
}
a:focus-visible {
    border: none;
}
/*
.resizable-image {
    width: 300px;
    height: auto;
    display: inline-block;
}

.detailArticle p img {
    display: inline;
    width: 100%;
    max-width: 450px;
    height: auto;
}
*/

/* ILLUSTRATIoN DES ARTICLES */
.afficheCard {
    max-height: 300px;
    max-width: 300px;
    height: auto;
    /* Définir une largeur maximale cohérente */
    float: left;
    border-radius: 5%;
    /* Rendre l'image circulaire */
    shape-outside: 5%;
    margin-right: 1em;
    object-fit: cover;
    /* Pour que l'image s'adapte à l'espace en gardant ses proportions */
}

#form_News {
    margin-top: 2em;
}

.form-control {
    border-radius: 0;
}










/* affichage des Cards*/
.card {
    background: linear-gradient(to bottom, #fffff4 0%, #ffffff 20%, #f18417 100%);
    border: 2px solid white;
    border-bottom: 1em solid white;
    padding: 4px;
    height: 500px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;    margin-bottom: 2em;
}

.hover_Card {
    opacity: 0.8;
    transition-duration: 0.6s;
}

.hover_Card:hover {
    opacity: 1;
    transform: scale(1.01);
}

.card_bodyTxt {
    height: 480px;
    overflow: hidden;

}


.card-title {
    height: 80px;
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-top: 1px solid white;
    border-bottom: 1px solid grey  ;
}

.card-text {
    text-align: justify;

}

.card-text h1,
.card-text h3,
.card-text h4,
.card-text h5,
.card-text h6,
.card-text strong{
    text-align: justify;
    text-shadow: none!important;
    line-height: 14px;
}


/* concours */

.card-les-concours{
    max-height: 400px;
}
.card-block-concours{
    min-height: 500px;
    height: fit-content;
}

.concoursCard{
    height: 2em;
}

.card_concours {
    min-width: 100%;
    height: auto;
}

/* concours form */
#leConcoursxx p {
    margin: 0;
}

#leConcoursxx strong {
    font-weight: bold;
}

.ficheParticipant {
    background-color: beige;
    padding: 15px;
}

.ficheEpreuves {
    background-color: lightgrey;
    padding: 15px;
}

.text-muted {
    color: red !important;
}

.form-control {
    margin-top: 0;
}

/*block image */
.illustration{
    height: 200px;
    max-width: 100%;
    background-color: floralwhite;
    text-align: center;
}
/*image*/

.card-body img {
    width: 100%;
}

.card img {
    max-height: 100%;
    height: 200px;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.card-text p img{
    display: none;
}

.histoire_IMG{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

/* quills ?? */
#editor-container {
    height: 300px;
}

#html-container {
    display: none;
    width: 100%;
    height: 300px;
    font-family: monospace;
}

#listMembres {
    list-style: none;
}

.ifrmaiFrame {
    width: 100%;
    height: 350px;

}


.form-control {
    border-radius: 0;
    margin-top: 1em;
}


#logo {
    max-height: 100px;
    ;
}

#editor-container {
    height: 300px;
}

#html-container {
    display: none;
    width: 100%;
    height: 300px;
    font-family: monospace;
}


/*carousel*/





.carousel_Sel {
    height: 450px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    height: fit-content;
    top: 1em;
    bottom: 1em;
    width: 60%;
    left: 5%;
    padding: 1.2em;
    z-index: 10;
    color: #050202;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
}
.carousel-caption  a{
    color: #050202!important;  
    padding: 2px;
    margin-left: 2px;
}
.carousel-indicators{
background-color: rgba(0, 0, 0, 0.6) !important;
width: fit-content;
margin: 0 auto;
}

.carousel-item {
    position: absolute;
    left: 5%;
    right: 5%;
    width: 100%;  /* Ajustez selon la taille voulue */
    height: auto;
    max-width: 80vw; /* Par exemple, ou autre valeur pour limiter la largeur */
    aspect-ratio: 16 / 9; /* ou 4 / 3 */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgCarous{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplit la div tout en conservant le ratio */
}

/*
.carousel-indicators button {

}
.carousel-indicators button.active {

}
*/
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h4,
.carousel-caption h5{
    text-shadow: none;
}

.selected-image{
    border:White!important;
}
.cadre {
    border: 2px solid grey;
    padding: 2%;
}

.mobFrontIMG{
    border-radius: 4px;
    max-height: 100%;
}
.equipe{
    font-size: 1em;
}
/* MOBILE STYLE */

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

.mob {
    display: block;
}

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

    .mob {
        display: none;
    }


    .carousel_Sel {
        height: 300px;
        object-fit: cover;
    }

    /*menu*/
    .list-group-item {
        text-transform: uppercase;

    }

    .mobFootIMG {
        max-height: 200px;
        height: auto;
    }

    .mobile_Div_Reduc {
        height: 600px;
        overflow: auto;

    }

    .lead {
        font-size: 0.8em;
    }

    .card_bodyTxt {
        font-size: 1em;
        height: max-content;
        max-height: 350px;
        overflow: auto;
    }
}


/*FOOTER*/

/*asideFoot  */
.footerSel {
    padding-top: 1em;
    padding-bottom: 1em;
}


