/* liste-témoignage */
.list-temoignage.temoiniage{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
    justify-content: center;
}
.list-temoignage.temoiniage .item {
    width: 360px !important;
    height: 400px;
    position: relative;
    margin-bottom: 100px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #f2eeee;
}
p.text_temoignage{
    flex-wrap: wrap;
}
a.txt-t-mg {
    width: 100%;
    padding: 0 30px;
    color: #000;
    font-weight: 500;
}
.list-temoignage.temoiniage .item-nom {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.list-temoignage.temoiniage .item-description {
    height: auto;
    width: 100%;
}
.list-temoignage.temoiniage .item-description .text_temoignage {
    display: flex;
    padding: 0 30px;
}
.list-temoignage.temoiniage .item-nom h2{
    font-size: 18px;
    width: 100%;
    color: black;
    height: auto;
    width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    display: flex;
    align-items: start;
}
.list-temoignage.temoiniage .item-photo {
    position: absolute;
    bottom: -50px;
    right: 30px;
    border-radius: 50%;
    border: solid 6px #ffff !important;
}
.list-temoignage.temoiniage .item-photo img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    background-size: center;
}
.list-btn-plus-temoignage {
    width: 100%;
    text-align: center;
}
.list-btn-plus-temoignage #btn-plus{
    background-color: #f25c05 !important;
    border: none;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    font-size: 16px;
}
/* --------- */
.slick-carousel-temoignage{
    width: 100%;
    position: relative;
    padding-left: 34px;
}
.slick-carousel-temoignage .item {
    width: 360px !important;
    height: 400px;
    position: relative;
    margin-bottom: 100px;
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f2eeee;
}
.slick-carousel-temoignage .item-photo {
    position: absolute;
    bottom: -50px;
    right: 30px;
    border-radius: 50%;
    border: solid 6px #ffff !important;
}
/*  ---------------------temoingnage-----------------------*/
.slick-carousel-temoignage .item-photo img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    background-size: center;
}
/* ------------titre ou nom des temoingnages ------------- */
.slick-carousel-temoignage .item-nom h2{
    font-size: 18px;
    width: 100%;
    color: black;
    /* text-align: left; */
    height: auto;
    width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    display: flex;
    align-items: start;
}
.item-nom {
    min-height: 100px;
    display: flex !important;
    /* justify-content: center; */
}

.slick-carousel-temoignage .item-nom {
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 20px;
}
/* -----------------------text p dans les slide----------- */
.slick-carousel-temoignage .item-description {
    /* height: auto; */
    width: 100%;
    min-height: 160px;
}
.slick-carousel-temoignage .item-description .text_temoignage {
    display: flex;
    align-items: center;
    padding: 0 30px;
    /* justify-content: center; */
}

.slick-carousel-temoignage .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.slick-carousel-temoignage .slick-dots li button{
    visibility: hidden;
}
.slick-carousel-temoignage .slick-next {
    position: absolute;
    top: 40%;
    right: 0;
    border: 0;
    color: #a38a8a;
    background: transparent;
    font-size: 15px;
}
.slick-carousel-temoignage .slick-prev{
    position: absolute;
    top: 40%;
    left: 0;
    border: 0;
    z-index: 1;
    color: #a38a8a;
    background: transparent;
    font-size: 15px;
}
.slick-carousel-temoignage .slick-dots .slick-active {
    color: #d7d7d7;
}
.item-nom a.btn-voir-plus {
    background-color: #f25c05;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 30px;
    margin-left: 30px;
    transition: all 300ms ease 0ms;
}
.item-nom a.btn-voir-plus:hover{
    background-color: #000000;
}
.slick-carousel-temoignage .item:hover,.list-temoignage.temoiniage .item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}
.item-description a {
    color: #020e27;
}
.btn-titre-sgl_t {
    color: #fff;
    background-color: #f25c05;
    padding: 20px 20px;
    /* position: absolute;
    top: 60px;
    left: 0; */
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    /* min-width: 300px;
    max-width: 680px; */
    border-radius: 30px;
}
.btn-titre-sgl_t span{
    font-weight: normal;
}
.btn-titre-sgl_t i {
    font-size: 10px;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-titre-sgl_t a{
    color: #fff;
}
.item .item-titre h2 {
    font-size: 20px;
}
.item-titre {
    min-height: 80px;
}
.item .item-titre {
    width: 100%;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    /* padding-bottom: 15px; */
}
#single_titre h2{
    color: #F2B705;
}
#single_nom_temoignage p{
    font-weight: lighter;
}
.main-perso{
    width: 100%;
    display: flex;
    gap: 30px;
}
.main-perso .perso-sect-text{
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}
.main-perso .perso-sect-gal{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.main-perso .perso-sect-gal .perso-item-gal{
    max-width: 320px;
    flex: 44%;
}

/* Style de base pour le modal */
.modal {
    display: none; /* Caché par défaut */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fond noir avec opacité */
    overflow: auto; /* Pour permettre le scroll */
}

/* Image dans le modal */
.modal-content {
    cursor: pointer;
    display: block;
    margin: auto;
    width: 80%;
    max-width: 700px;
    height: 80%;
    object-fit: contain;
}

/* Légende de l'image */
#caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Bouton de fermeture */
.close-modal {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.header-bannier::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -5px;
    left: 0;
    background: url('/wp-content/uploads/2024/10/shape-pat.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2 !important;
}
#main-content #titre_nom_jour,#main-content #titre_nom_jour .et_pb_equal_columns {
    height: 100% !important;
}
#fond_thumbnail .et_pb_code_inner {
    height: -webkit-fill-available;
    height: 100% !important;
}
p.the_circuit_content {
    width: 100% !important;
    padding: 0 190px !important;
}
div#icones_jour p {
    padding-bottom: 0;
}
@media(min-width: 1250px){
    #bouton_circuits {
        height: 50px !important;
    }
    #nombre_jours_nuits {
        height: 50px !important;
    }
}
/* Pour les petits écrans */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/* -----end css modal */
@media( max-width: 1221px){
    .slick-carousel-temoignage .item{
        width: 90% !important;
    }
}
@media( min-width: 981px){
    .slick-carousel-temoignage .slick-list.draggable {
        overflow: visible;
        padding-top: 25px;
    }
}
@media( max-width: 980px){
    .btn-titre-sgl_t {
        top: 100px;
    }
    .main-perso{
        display: block;
    }
    .header-bannier{
        height: 500px !important;
    }
    div#fond_thumbnail{
        height: 500px;
    }
    p.the_circuit_content {
        padding: 0 0 !important;
    }
}
@media( max-width: 768px){
    .slick-carousel-temoignage .item-nom h2 {
        width: 92%;
    }
    .slick-carousel-temoignage .item{
        width: 95% !important;
    }
    .btn-titre-sgl_t {
        padding: 10px 15px;
    }
    .test_1{
        justify-content: center;
    }
}
@media(max-width:480px){
    .header-bannier .et_pb_module.et_pb_text.et_pb_text_0_tb_body.et_pb_text_align_center.et_pb_bg_layout_light.et_had_animation{
        margin-bottom: 10px !important;
    }
    div#fond_thumbnail {
        height: 90vh;
    }
    img.the_thumbnail_background{
        object-fit: cover;
    }
}
@media( max-width:400px){
    .slick-carousel-temoignage .item-description {
        height: auto;
    }
}
@media( max-width: 375px){
    .slick-carousel-temoignage .item-description .text_temoignage,.list-temoignage.temoiniage .item-description .text_temoignage{
        padding: 0 15px;
    }
    .slick-carousel-temoignage .item-nom h2,.list-temoignage.temoiniage .item-nom h2{
        margin-left: 15px;
        margin-right: 15px;
    }
    .item-nom a.btn-voir-plus{
        margin-left: 15px;
        margin-right: 15px;
    }
    .item .item-titre {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }
    a.txt-t-mg {
        padding: 0 15px;
    }
}
