@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.divi {
    height: 50px;
    width: 50px;
    background-color: rgba(0, 88, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    align-content: center;
    box-shadow: 0px 3px 4px rgb(184, 184, 184);
}

.taux {
    margin-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.color {
    display: block;
    height: 50px;
    width: 50px;
    background-color: blue;
    border-radius: 50%;
}
.titre {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
.add {
    height: 90px;
    width: 90px;
    text-align: center;
    align-content: center;
    background-color: rgba(101, 99, 255, 1);
    border-radius: 0px 10px 10px 0px;
}
.read-more-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: black;
    display: block;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: 0px 3px 6px black;
    color: white;
}
.read-more-btn:hover {
    background-color: #faac1b;
    box-shadow: 0px 3px 6px black;
    color: white;
}

[class*="reveal-"] {
    opacity: 0;
    transform: translateY(40px);
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s cubic-bezier(0.52, 0.56, 0.52, 0.56);
}

.reveal-1 {
    transition: 600ms;
}
.reveal-2 {
    transition: 1s;
}
.reveal-3 {
    transition: 1.4s;
}
.aut_info {
    width: 100%;
    padding: 20px;
    border-left: 2px solid blue;
    border-radius: 10px;
    box-shadow: 0px 3px 4px rgb(170, 170, 170);
    background-color: rgba(100, 155, 255, 0.2);
}

.delete {
    display: none;
}

.content.active {
    display: block;
}

.zoomable-button {
    transition: transform 0.3s ease;
    display: block;
    margin-right: 10px;
    padding: 5px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
}

.zoomed {
    transition: transform 0.3s ease;
    border-bottom: 4px solid blue;
}

.formulaire2 {
    margin-top: 2%;
    margin-bottom: 5%;
    background-color: rgba(199, 199, 199, 0.1);
    border: none;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-align: left;
}
.nfp {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    align-content: center;
    background-color: rgba(102, 99, 255, 0.342);
    box-shadow: 0px 3px 4px rgb(94, 94, 94);
}
.stage {
    border-left: 1px solid grey;
    height: 100px;
    text-align: center;
    align-content: center;
    padding-left: 10px;
}
.excep {
    border-radius: 10px;
    box-shadow: 0px 3px 4px rgb(63, 63, 63);
    padding: 10px;
    background-color: rgb(252, 252, 252);
}

.photo_dem {
    background-color: rgba(0, 88, 255, 0.1);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 3px 4px rgb(139, 139, 139);
}
.photo_per {
    width: 100px;
    height: 100px;
    border-radius: 0% 0% 50% 50%;
}
.infos {
    border: 1px solid rgba(128, 128, 128, 0.349);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 15px;
    box-shadow: 0px 3px 4px rgb(128, 128, 128);
    font-weight: bold;
}
.int {
    background-color: orange;
    color: white;
    font-weight: bold;
}

.nombres {
    border-left: 1px solid grey;
    height: 70px;
    width: 100px;
    text-align: center;
    align-content: center;
}

.list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-group-item i {
    margin-right: 10px;
}
.securite {
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    font-family: "Times New Roman", Times, serif;
    color: #007bff;
}

ul.slides {
    display: block;
    position: relative;
    height: 300px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none;
}

.slide-container {
    display: block;
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 50px; /* Adjust font size to fit your design */
    color: #fff;
    pointer-events: none; /* Ensure the controls do not block hover events on the image */
}

.carousel-controls label {
    display: none;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
    pointer-events: auto; /* Re-enable pointer events for the labels */
}

.slide-image:hover + .carousel-controls label {
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    text-align: left;
}

.carousel-controls .next-slide {
    text-align: right;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
    display: block;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
    opacity: 1;
}

input:checked + .slide-container .nav label {
    display: block;
}

.infoBulle {
    height: 50px;
    width: 50px;
    background-color: #fff;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    align-items: center;
    align-content: center;
}
.def {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
    align-items: center;
}

.texte {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}
.textes {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #233b83;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/* Style pour l'iframe */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.photo-other {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.message {
    background-color: rgba(230, 230, 230, 0.2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
    color: black;
    border-radius: 10px;
    padding: 10px;
}

.reponse {
    background-color: rgba(245, 245, 245, 0.2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
    color: black;
    border-radius: 10px;
    padding: 10px;
}

.message::after {
    content: "";
    display: block;
    clear: both;
}

.reponse::after {
    content: "";
    display: block;
    clear: both;
}
