/* IE9, IE10, IE11 */
@media screen and (min-width:0\0) {
    .animaux_slider {
        height: auto;
        box-sizing: content-box;
        background: none;
    }
}

/**********************
       800px - H
**********************/
@media (max-height: 800px) {
    body .hero_background {
        background-position: -170px;
    }
    body .home_video {
        height: 500px;
    }
    body .inscription__left span {
        font-size: 4rem;
    }
    body .une_assurance__img_wrapper {
        height: 400px;
    }
}

/**********************
    1636px - W
**********************/
@media (max-width: 1636px) {
    /***ETUDE***/
    .blocEtude-Cal-Video {
        align-items: flex-start;
    }
}

/**********************
    1500px - W
**********************/
@media (max-width: 1500px) {
    /***ACCUEIL***/
    .inscription__left {
        max-width: 60%;
    }
    .hero_background__wrapper {
        max-width: 1920px;
        width: 100%;
    }
    .hero_background {
        background-position: -200px;
    }
}

/**********************
    1414px - W
**********************/
@media (max-width: 1414px) {
    /***PANIER***/
    .blocPanierLeft .blocProduit {
        width: 48.8%;
    }
}

/**********************
    1256px - W
**********************/
@media (max-width: 1256px) {
    /***PUBLIC***/
    .imgTopHome {
        margin-top: 4%;
    }

    /***ETUDES***/
    .blocEtude-Cal-Video {
        flex-direction: column;
    }

    .blocEtude-Cal-Video .blocEtudeSousBloc {
        width: 100%;
    }

    .blocDegustation table  {
        padding-bottom: 20px;
    }
}

/**********************
    1140px - W
**********************/
@media (max-width: 1140px) {
    /***PANIER***/
    .suppProdPanier span {
        display: none;
    }
}


/**********************
    1366px - W
**********************/
@media (max-width: 1366px) {
    /***HEADER***/
    header {
        height: 80px;
    }
    .navMenu ul li a {font-size: 1rem}

    /***PUBLIC***/
    #espace_public #page_dynamique {
        padding-top: 150px;
    }

    .page_home main {
        padding-top: 80px !important;
    }

    .logoHome {
        width: 130px;
    }

    /***PROFIL***/
    #espace_membre main {
        padding-top: 120px;
        padding-right: 34px;
        padding-left: 154px;
    }

    .blocMembre #espace_membre h3 {font-size: 1.2rem}
    .blocMembre #espace_membre h2 {font-size: 1.5rem}

    .blocLarge {
        min-width: 160px;
    }

    .blocMembre #espace_membre h3 {
        max-height: 44px;
    }

    /***KIBBLES***/
    .blocProduit {
        width: 31.9%;
    }

    /***FOOTER***/
    footer {
        padding: 50px 34px 0 154px;
    }
    #espace_public footer {
        padding: 0;
    }

    /***ACCUEIL***/
    .hero_content__right {
        max-width: 50%;
    }
}

/**********************
    1024px - W
**********************/
@media (max-width: 1024px) {
    /***HEADER***/
    #header_logo {z-index: 999;}

    /****PUBLIC***/
    .page_home main {
        padding-top: 60px !important;
    }

    /*NAV*/
    body .mobileNone {
        display: none;
    }
    .desktopNone {
        display: block !important;
    }
    body .navigationMobile {
        z-index: 9999;
        position: fixed;
        width: 100%;
        height: 75px !important;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 10px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        -webkit-box-shadow: 0px -1px 99px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px -1px 99px 0px rgba(0,0,0,0.1);
        box-shadow: 0px -1px 99px 0px rgba(0,0,0,0.1);
    }

    .navigationMobile .liCompte {
        margin: 0;
        max-width: 50px;
        padding: 0 5%;
        width: 100%;
        text-align: center;
    }

    .navigationMobile .iconPanelis {
        font-size: 20px;
    }

    .navigationMobile .nameMenu {
        font-size: 0.8rem;
    }

    .navigationMobile .lienCompte {
        padding: 0;
    }

    .navigationCompte {
        overflow: hidden;
        z-index: 9999;
        height: 440px;
        transform: translateY(100vh);
        transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    }

    .compte-open .navigationCompte {
        transform: translateY(0);
    }

    .btnMenu {
        width: 60px;
        min-width: 60px;
        min-height: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        cursor: pointer;
        margin-top: -35px;
        border-radius: 100px 100px 100px 100px;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    }

    .navigationCompte {
        padding: 50px 16px 100px;
        border-radius: 20px 20px 0 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ulCompte {
        display: flex;
        flex-wrap: wrap;
    }

    .navigationCompte .ulCompte {
        max-width: 800px;
        width: 100%;
    }

    .navigationCompte .liCompte {
        margin: 0 0 30px;
        width: 50%;
        position: relative;
    }

    .navigationCompte .liCompte:last-child {
        align-self: flex-start;
    }

    .navigationCompte .liCompte.mobileNone {
        display: none;
    }

    .navigationCompte .lienCompte {
        padding: 0;
    }

    .navigationCompte .iconPanelis {
        font-size: 40px;
    }

    .navigationCompte .nameMenu {
        font-size: 0.8rem;
    }

    .navigationMobile .notifChiffre {
        right: 0;
        top: -11px;
    }

    .navigationCompte .notifChiffre {
        right: 40%;
        top: -12px;
        transform: translateX(-30%);
    }

    body #navMenu {
        background: #00aec2;
    }
    .navMenu ul li .btnNavMembre {
        color: #0f377f;
    }

    .navMenu ul li a {
        font-size: 1.6rem;
    }

        /***FANCYBOX***/
    body .fancybox-content {
        border-radius: 0px;
    }

    body .fancybox-slide--iframe .fancybox-content,
    body .fancybox-slide--html .fancybox-content,
    body .fancybox-slide--pdf .fancybox-content {
        padding: 16px;
        height: 100% !important;
        width: 100% !important;
    }

    embed {
        width: 100% !important;
        height: 100% !important;
    }

    .body-popup {
        padding: 16px;
        box-sizing: border-box;
    }

    /***PUBLIC***/
    .assurances__slider {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    .inscription__wrapper {
        padding: 130px 16px;
    }
    .inscription___content {
        justify-content: center;
        flex-direction: column;
    }
    .inscription__left {
        max-width: 100%;
        text-align: center;
    }
    .inscription__left span {
        font-size: 3rem;
    }
    .inscription__right {
        max-width: 100%;
        margin-top: 80px;
        align-items: center;
    }
    .inscription_logo {
        margin-right: unset;
        max-width: 100px;
    }
    .inscription__right .btn_inscription {
        font-size: 1.25rem;
        margin-left: unset;
    }
    .hero_background__wrapper {
        display: none;
    }
    .hero_content__right {
        max-width: 100%;
        text-align: left;
        padding-left: 16px;
        width: unset;
        right: auto;
        left: 0;
    }
    .hero_content__reassurances {
        justify-content: flex-start;
    }
    .hero_content__reassurances li {
        max-width: 30%;
    }
    .hero_content__btns {
        justify-content: flex-start;
    }
    .page_home h1 {
        text-align: left;
        font-size: 4rem;
    }
    .hero_content__right .btn_inscription {
        margin-left: 0;
        font-size: 1.125rem;
    }
    .hero_content__right .btn_inscription {
        margin-left: 0;
        font-size: 1.125rem;
    }
    .hero_content__right .btn_more{
        font-size: 1.125rem;
    }

    /***PAGE DYN***/
    .image_droite,
    .image_gauche,
    .texteImg {
        width: 50%;
    }

    .image_droite {
        margin-left: 20px;
    }

    .image_gauche {
        margin-right: 20px;
    }

    /***CONTENT***/
    #espace_membre main {
        padding: 90px 16px 0;
    }

    /*TITRE*/
    #espace_membre h1,
    .titreMontantKibbles {
        font-size: 2rem;
    }

    /***ACTU***/
    .blocUneActu {
        flex-direction: column;
        align-items: center;
    }

    .blocLeftActu:first-child {
        margin-bottom: 15px;
    }

    .blocLeftActu,
    .blocRightActu {
        width: 100%;
    }

    /***PAGE ACCUEIL MEMBRE***/
    .blocCommande {
        flex-direction: column;
    }

    .sousBlocCommande {
        width: 100%;
        margin: 0 0 20px;
    }

    /***CONNEXION***/
    #mdp_oubli .formBlocView {
        margin-bottom: 0 ;
    }

    /***PROFIL***/
    /*BLOCS*/
    .blocMembre {
        max-width: 552px;
        width: 100%;
        padding: 25px 12px;
        margin: 0 auto 20px ;
        box-sizing: border-box;
    }

    .blocHaut .sousblocHaut {
        height: auto;
        margin-right: 10px;
    }

    .blocMembre .blocItemsCol {
        height: auto;
        flex-direction: column;
    }

    .infoMembre {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
        text-align: center;
    }

    #infos_user span.photoProfil,
    .infos_compte .pictoAnimal,
    .infos_compte #ajout_animal .pictoAnimal {
        width: 100px;
        height: 100px;
        margin-right: 0 !important;
    }

    .photoProfil {
        margin-bottom: 20px;
    }

    body .wraper-blocRightMembre,
    body .blocItems {
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between !important;
    }

    body .blocInfo {
        width: 49%;
        min-width: 0;
        max-width: none;
        margin: 0 0 8px;
    }

    body .blocHaut {
        max-width: none;
        min-width: 0;
        width: 100%;
        height: 152px;
        display: flex;
    }

    .blocHaut div {
        width: 50%;
    }

    .supprimer_item {
        position: relative;
        top: initial;
        right: initial;
        transform: none;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    /***ETUDES***/
    .blocEtudeEnCours > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .blocEtudeEnCours .nom_animal * {
        text-align: center !important;
    }

    .wrapper-btnEtude {
        width: 40%;
    }

    .blocEtudeEnCours {
        padding: 25px 12px;
    }

    .nQuestionnaire {
        width: 60%;
        margin-bottom: 15px;
    }

    infoEtude {
        margin-top: 0;
    }

    .btnQuest {
        padding: 15px;
    }

    #compte_inscriptionEtude #infos_user .blocEtude {
        flex-direction: column;
    }

    #compte_inscriptionEtude .wraper-blocRightMembre {
        flex-direction: row;
        justify-content: space-around !important;
        align-items: center;
    }

    .wrapper-blocRightEtude {
    }

    #etudeQuestionnaire .sousQuestionnaire {
        flex-direction: column;
    }

    .dateEtude {
        text-align: center;
    }

    #compte_inscriptionEtude .desinscrire {
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    #compte_inscriptionEtude .wraper-blocRightMembre .btnEtude {
        margin-left: 0 !important;
    }

    .messageListeAttente {
        margin-right: 0;
    }

        /***KIBBLES***/
    body .blocProduit {
        width: 48.8%;
        margin: 0.6%;
    }

    .imgBlocKibbles {
        width: 11vw;
        height: 11vw;
    }

    /***PANIER***/
    .blocPanierLeft .blocProduit {
        margin: 0.6%;
    }

    /***PARAIGNAGE***/
    #parainage-email {
        width: 100%;
    }

    .sousBlocCommande {
        padding: 25px 12px;
    }



    /***FOOTER***/
    footer {
        padding: 50px 16px 105px 16px;
    }

    .page_contact #page_dynamique:after {
        display: none;
    }
}

/**********************
    880px - W
**********************/
@media (max-width: 880px) {
    /*** FOOTER ***/
    .footer__content {
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: center;
    }
    .footer__left img {
        margin: auto;
        display: flex;
    }
    .footer__contact {
        text-align: left;
        border-left: 2px solid #fff;
        border-right: none;
        padding-left: 30px;
    }
    .footer_right__content {
        border-left: 2px solid #F39100;
        border-right: none;
        padding-left: 30px;
    }
    .footer_right__top, .footer_right__bottom {
        text-align: left;
    }
}

/**********************
    768px - W
**********************/
@media (max-width: 768px) {
    .navigationCompte .notifChiffre {
        right: 38%;
    }

    .page_home h1 {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    .hero_content__txt {
        font-size: 1.2rem;
    }

    .topHome .ctaPublic:first-child {
        margin-right: 10px;
    }

    #espace_public #page_dynamique {
        padding-top: 100px;
    }

    .assurances__slider {
        grid-template-columns: 1fr;
    }
    .une_assurance__img_wrapper {
        height: 400px;
    }
    .home_video {
        height: 400px;
    }

    /***PAGE DYN***/
    #page_dynamique h1 {
        font-size: 2rem;
    }

    .text_champ {
        flex-direction: column;
    }

    .texteImg {
        width: 100%;
    }

    .image_gauche {
        order: 1;
    }

    .image_droite,
    .image_gauche {
        width: 100%;
        margin: 30px auto 0;
    }

    .barre_separation {
        margin: 40px auto;
    }

    /***CONNEXION***/

    .page_connexion h1 {
        margin-bottom: 0 !important;
    }

    .form_connexion {
        flex-direction: column;
        align-items: center;
    }

    .page_connexion main {
        height: auto;
        min-height: auto;
    }

    body .form_connexion form {
        max-width: 380px !important;
        width: 100% !important;
        padding: 50px 0 !important;
    }

    .form_connexion form:first-child {
        border-right: 0;
        border-bottom: 2px solid #F39100;
    }

    /***CONTENT***/
    /*TITLE*/
    .logo-nbKibbles {
        display: flex;
    }

    .mainCompteTitre div span:first-child {
        padding-top: 0;
        display: none;
    }

    .creer_compte {
        margin-top: 0 !important;
    }

    /***PROFIL***/
    /*BLOCS*/
    #espace_membre {
        font-size: 0.8rem;
    }

    #espace_membre h3 {
        font-size: 1.2rem;
        max-height: 47px;
    }

    .voirPlus span.mobileNone {
        display: none;
    }

    .blocInfo {
        padding: 15px;
    }

    .boxslider {
        margin: 0 auto;
    }

    .boxslider .texteslider {
        margin: 0 5px;
    }

    input:not(:checked) + .slider:before {
        -webkit-transform: translateX(49px);
        -ms-transform: translateX(49px);
        transform: translateX(49px);
    }

    /***ETUDES***/
    .wrapper-blocRightEtude {
        flex-direction: column;
    }

    .wrapper-blocRightEtude a {
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }

    .blocEtudeSousBloc {
        padding: 15px;
    }

    .sousQuestionnaire {
        flex-direction: column;
    }

    .nQuestionnaire {
        width: 100%;
    }

    .wrapper-btnEtude {
        width: 100%;
    }

    .popup-commentaire {
        padding: 25px 12px;
    }

    /***KIBBLES***/
    #btnPanier {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .btnPanier {
        margin-right: 0;
        width: 100%;
    }

    .lienBtnPanier u {
        display: none;
    }

    body .blocProduit {
        width: 100%;
        margin: 8px 0;
    }

    body .imgBlocKibbles {
        width: 100px;
        height: 100px;
    }

    /***MESSAGERIE***/
    .messageEnvoi {
        padding: 12px;
    }

    body .emoji-wysiwyg-editor {
        padding-left: 30px !important;
        padding-right: 0px !important;
    }


    .icon-emoji-mess,
    .icon-piece-jointe {
        width: 20px;
        height: 20px;
    }

    .icon-download-mess {
        bottom: initial;
        top: 30px;
    }

    .file-return, .file-mess {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .messagerie_nouveauMsg_btn {
        padding: 15px 5px;
        margin-bottom: 0;
        width: 100%;
        position: relative;
        top: initial;
        right: initial;
        font-size: 1rem;
        font-weight: bold;
    }

    .emoji-menu {
        bottom: 145px !important;
    }

    /***PANIER***/
    .suppProdPanier span {
        display: flex;
    }

    .blocPanierLeft .blocProduit {
        width: 100%;
       margin: 8px 0;
    }

    /***CONTRAT***/
    .boutonContrat .btnGen {
        font-size: 0.9rem;
    }

    /***SIGNATURE***/
    .blocSignature {
        flex-direction: column;
        justify-content: center;
    }

    #btnSignature {
        margin: 20px auto;
        max-width: 250px;
        width: 100%;
        flex-direction: column;
    }

    #btnSignature button {
        margin-bottom: 20px;
    }

    .jSignature {
        width: 100% !important;
    }

    /***CONTACT***/
    .content-pageContact {
        flex-direction: column;
    }

    .content-ContactRight,
    .content-ContactLeft {
        margin: 0 auto;
    }

    .content-ContactRight {
        margin-left: auto;
        margin-top: 50px;
    }


    /********* INSCRIPTION ETUDE 2025 *********/


}

/**********************
    500px - W
**********************/
@media (max-width: 500px) {
    /*** ACCUEIL ***/
    .hero_content__btns {
        flex-direction: column;
        align-items: flex-start;
    }
}

/**********************
    414px - W
**********************/
@media (max-width: 414px) {
    .navigationCompte .notifChiffre {
       right: 30%;
    }

    /***FANCYBOX***/
    .wrapper-btnForm .btnGen {
        margin: 10px 5px;
        font-size: 1.2rem;
        padding: 15px 40px;
    }

    /***CONTENT***/
    /*TITLE*/
    #espace_membre h1,
    .titreMontantKibbles {
        font-size: 1.7rem;
    }

    .boxslider .texteslider {
        margin: 0 2px;
    }

    /***PANIER***/
    .valeurKibbles {
        font-size: 1.2rem;
    }

    /*** ACCUEIL PUBLIC ***/
    .btnNavMembre {
        font-size: 1rem;
    }
    .page_home h1 {
        font-size: 2.5rem;
    }
    .hero_content__txt {
        margin-bottom: 50px;
    }
    .btn_inscription {
        font-size: 1rem;
    }
}

/**********************
    333px - W
**********************/
@media (max-width: 333px) {
    /***KIBBLES***/
    .btnPanier {
        font-size: 1rem;
    }

    .nbArticles {
        font-size: 1.2rem;
    }

    /***PANIER***/
    .suppProdPanier span {
        display: none;
    }
}