#navigation {
    margin-top: 14px;
}

.header-btn {
    margin-top: 8px;
}

.header {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 12px !important;
    border-bottom: 12px !important;
}

.carousel-inner {
    width: 92% !important;
    margin: 0 auto !important;
    border-radius: 20px;
    z-index: 2;
}

#carouselExampleIndicators {
    background-color: white !important;
}

.header-btn .row {
    justify-content: flex-end;
}

#navigation>ul>li>a {
    transition: all 500ms ease-in-out;
}

.carousel-item {
    transition: transform 3.6s ease, -webkit-transform 3.6s ease;
}

#v-pills-tab a {
    width: 200px;
    text-align: center;
}

.bg-v-pills {
    background-color: white;
}

#v-pills-home-tab {
    border-radius: 10px 0px 0px 0px;
}

#v-pills-profile-tab {
    border-radius: 0px 10px 0px 0px;
}

.venue-form-calendar {
    top: 11px;
}

.container-recherche {
    width: 95%;
    margin: 0 auto;
    margin-top: 100px;
}

.search-form {
    padding: 30px 10px;
    border-radius: 0 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.select2-container--default .select2-selection--single {
    border: 0px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.containerAbosute {
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 16;
}

.heor-section-style {
    margin-top: 104px;
    z-index: 1
}


/* Bg-white */

.space-small {
    padding-top: 115px !important;
    /* display: none; */
}

.recherche-eve {
    margin-top: 8em;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

/* Sous Menu (it's a test)*/

.dropDownMenu {
    position: absolute;
    background-color: white;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
    transition: all 500ms ease-in-out;
}

.Myshow {
    display: block;
}

.container-dropDownMenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.oneMenu {
    display: flex;
    flex-direction: column;
    width: 120px;
}

.oneMenu p {
    text-align: center;
    font-size: 11px;
}

.imgMenu {
    width: 120px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
}


/* recherche prestataire */

.imgPrestataire {
    width: 100%;
    height: 38rem;
    border-radius: 20px;
    object-fit: cover;
}

.sixPrestaire {
    height: 58rem;
    overflow: hidden;
}

.allPrestaire {
    height: 100% !important;
}

.container-imgPrestataire {
    height: 38rem;
    border-radius: 20px;
}

#voirPlus {
    margin: auto;
    display: block;
}

.flou {
    height: 300px;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(255, 255, 255));
    position: absolute;
    bottom: 80px;
    width: 100%;
}


/* Selection documentaire */

.imgarticleCard {
    width: 88%;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.infoDocumentaire {
    padding: 10px;
    background-color: #5d5a60;
    height: max-content;
    margin-top: 1.5px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.slugDoc {
    color: #4CB8A3 ;
}

.titreDoc {
    color: white;
}

.container-documentaire>div:nth-child(1)>div:nth-child(2) {
    margin-top: 100px;
}


/* tree block */

.centerBlock {
    width: 80%;
    margin: auto;
}


/* Formules */

.hrFormules {
    width: 65%;
    border-top: 1px solid #514f54 !important;
    margin: 50px auto !important;
}

.imgFormules {
    width: 100%;
    height: 233px;
    object-fit: cover;
    border-radius: 20px;
}

.blocFormules {
    border-radius: 20px;
    height: 250px;
}

.infoFormules {
    padding: 5px;
    background-color: #302d34;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.pFormules {
    color: white;
    align-self: center;
}


/* RESPONSIVE */


/* Responsive header */

@media only screen and (max-width: 1479px) {
    #navigation>ul>li {
        padding-right: 8px;
    }
    a.btn-sm {
        padding: 8px 11px;
        font-size: 11px;
    }
    .containerAbosute {
        top: 9%;
    }
    .carousel-inner {
        height: 28rem !important;
    }
}

@media only screen and (max-width: 1400px) {
    .container-imgPrestataire {
        height: 21rem;
    }
    .imgPrestataire {
        height: 21rem;
    }
}
@media screen and (max-width:1292px) {
    #navigation {
        margin: -35px -19px -9px 178px;
   }
}
@media only screen and (max-width: 1247px) {
    #link_search {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    #navigation {
        margin: 10px -19px -9px 62px;
   }
    .imgarticleCard {
        height: 16rem;
    }
}

@media only screen and (max-width: 1192px) {
    a.btn-sm {
        padding: 8px 12px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 1106px) {
    a.btn-sm {
        padding: 8px 12px;
        font-size: 10px;
    }
}
@media screen and (max-width : 1027px){
     #navigation {
        margin: -25px 0px 0px 188px;
    }
}
@media screen and (max-width : 1014px){
    #navigation {
       margin: -25px 0px 0px 165px;
   }
}
@media screen and (max-width : 997px){
    #navigation {
        margin: -35px -19px -9px 178px;
   }
}
@media only screen and (max-width: 991px) {
    .heor-section-style {
        margin-top:140px;
    }
    .Myshow {
        display: none;
    }
}

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

    #navigation {
        margin: -7px 5px -9px -7px;
   }
    .classHeader {
        justify-content: center;
    }
    .header-btn .row {
        justify-content: center;
    }
    .header {
        padding-bottom: 0px !important;
    }
    .heor-section-style {
        margin-top: 8% !important;
    }
    .heor-section-style.mine {
        margin-top: 17vw !important;
    }
    .container-recherche {
        margin-top: 2rem;
    }
    .containerAbosute {
        top: 14%;
    }
    .space-small {
        padding-top: 8rem !important;
    }
    .bgRechWandT {
        background-color: #ffffff36 !important;
    }
    .classHeader>div:nth-child(1) {
        flex-wrap: nowrap;
        gap: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .container-documentaire>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0;
    }
    .container-imgPrestataire {
        height: 17rem;
    }
    .imgPrestataire {
        height: 17rem;
    }
}

@media only screen and (max-width: 576px) {
    .heor-section-style {
        margin-top: 3.5rem !important;
    }
    .heor-section-style.mine {
        margin-top: 23vw !important;
    }
    .header {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 466px) {
    #v-pills-home-tab {
        border-radius: 10px 10px 0px 0px;
    }
    #v-pills-profile-tab {
        border-radius: 0px 0px 0px 0px;
    }
    .heor-section-style.mine {
        margin-top: 28vw !important;
    }
}

@media only screen and (max-width: 419px) {
    .heor-section-style {
        margin-top: 4.5rem !important;
    }
    .heor-section-style.mine {
        margin-top: 29vw !important;
    }
    #navigation {
        margin-top: 0px;
    }
    .header-btn .btn-sm {
        padding: 0px;
        /* font-size: 7px; */
    }
}

@media only screen and (max-width: 320px) {
    a.btn-sm {
        margin-left: 0.4rem !important;
    }
}


/* FOOTER */

.footer {
    background-color: #fff !important;
    padding-bottom: 0px !important;
}

.footer-widget .widget-title {
    color: #000 !important;
}

.container-mediaS {
    display: flex;
    column-gap: 16px;
    justify-content: center;
}

.tiny-footer {
    background-color: #fff;
}

.tiny-footer p {
    text-align: center;
}

#container-tiny-footer {
    width: 90%;
}


/* Petite Annonce prestataire */

.blockPAnnonceP {
    height: 270px;
    position: relative;
    border: 0.1px solid gray;
}

.img-P {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.info-PAnnonceP {
    background-color: #302d3498;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 12px 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.info-PAnnonceP p {
    color: white;
    font-size: 16px;
}

.info-PAnnonceP span {
    color: white;
}

.titrePAnnonceP {
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.bouton_s p {
    color: #fff;
}


/* Carousel */

.imgTypeProduit {
    width: 300px;
    object-fit: cover;
    border-radius: 30px;
    height: 271px;
    box-shadow: 0px 1px 5px;
}

.container-oneType {
    margin: 10px;
}

.textOnType {
    padding: 10px;
}

.titreTypeProduit {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px;
}

.leftF {
    position: absolute;
    font-size: 30px;
    height: 35px;
    width: 35px;
    background-color: #4CB8A3  ;
    color: #fff;
    z-index: 88;
    text-align: center;
    border-radius: 50px;
    right: 103px;
    top: -45px;
    cursor: pointer;
    padding-right: 2px;
    padding-top: 2px;
}

.rightF {
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    height: 35px;
    width: 35px;
    background-color:#4CB8A3  ;
    color: #fff;
    z-index: 88;
    text-align: center;
    border-radius: 50px;
    right: 50px;
    top: -45px;
    padding-left: 2px;
    padding-top: 2px;
}


.bgRechWandT {
    background-color: white;
}