.full-screen-section {
    height: 85vh;
    width: 100%;
    background-image: url('../../images/mes_images/landing.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-left-section {
    padding: 2rem;
    max-width: 50%;
}

.first-section {
    font-size: 52px;
}


.card {
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #04d001d2;
    transition: width 0.4s ease;
    z-index: 0;
}

.card:hover::before {
    width: 100%;
}

.card-body {
    position: relative;
    z-index: 1;
    transition: color 0.5s ease;
}

.card:hover .card-body {
    color: white;
}


.card .card-title{
    color: black;
}

.card div p
{
    color: black;
}

.card div h5
{
    color: #06D001;;
}

.card:hover div p,
.card:hover div h5,
.card:hover div a
{
    color: white;
}

.btn-soft-info:hover {
    background-color: #4367e8f0;
    color: white;
}

.image-container {
    position: relative;
    height: 500px;
}

.image-container img {
    position: absolute;
    height: 300px;
}

/* Image de fond */
.font-image {
    top: 10px;
    right: 0;
    transform: translateX(-3%);
}

/* Image superposée */
.overlay-image {
    top: 70%;
    transform: translateY(-50%);
    max-width: 100%;
}

.img-hover {
    transition: filter 0.6s ease;
}

.card:hover .card-body .img-hover,
.card:hover div .img-hover {
    filter: brightness(0) invert(1);
}


/* Ressources */

.top-ressources {
    background-image: url('../../images/mes_images/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cover {
position: relative;
padding: 0px 30px;
margin-top: 100px;
}
/*  */
.left, .left2 {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

.right, .right2 {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.scroll-images, .scroll-images2 {
position: relative;
width: 100%;
padding: 40px 0px;
height: auto;
display: flex;
flex-wrap: nowrap;
overflow-x: hidden;
overflow-y: hidden;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}

.scroll-images2{
    height: 303.5px;
}

.child {
display: flex;
justify-content: center;
align-items: anchor-center;
gap: 20px;
min-width: 400px;
padding: 15px 15px;
margin: 1px 10px;
border: 1px solid #f1f1f1;
border-radius: 6px;
-webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);;
box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);;
}

.child p img{
    width: 100px
}

.scroll-images::-webkit-scrollbar ,.scroll-images2::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb ,.scroll-images2::-webkit-scrollbar-thumb  {
background-color: black;
}

button {
background-color: transparent;
border: none;
outline: none;
cursor: pointer;
font-size: 25px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Couleur de fond pour les icônes */
    border-radius: 50%;
    width: 40px;
    height: 40px;
}



/* Partenaires */
.partner-section {
    padding: 50px 0;
    background-color: #fff;
}

.partner-section div h1{
    font-size:3.2vw;
}

.partner-images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 15px;
    scrollbar-width: none;
    white-space: nowrap;
}

.partner-images::-webkit-scrollbar {
    display: none;
}

.partner-box-panel {
    height: 120px;
    overflow: hidden;
}

.partner-box {
    display: inline-block;
    text-align: center;
    min-width: 150px;
    background-color: rgba(128, 128, 128, 0.23);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-box img {
    height: 80px;
    /* width: auto; */
    transition: filter 0.3s ease;
    filter: brightness(1.2);
}

/* Bande horizontale */
.bande-horizontale {
    display: flex;
    width: 100%;
    height: 10px;
}

.color-band {
    height: 20px;
    display: flex;
    margin: 10px 0;
}
.color-band div {
    flex: 1;
}
.green { background-color: rgba(0, 128, 0, 0.756); }
.yellow { background-color: yellow; }
.blue { background-color: rgba(0, 0, 255, 0.655); }

/* Country */
.country-section {
    padding: 50px 0;
    background-color: #fff;
}

.country-section div h1{
    font-size:3.2vw;
}

.country-card {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}
.country-card img {
    height: 50px;
    width: 60px;
    margin-right: 25px;
    transform: scaleX(1.2);
    filter: brightness(1.1);
}

.country-card span{
    font-weight:400;
    font-size: 2.2vw;
}
