@media (max-width: 1399px) {

    #sppb-addon-fb2411ad-bd25-421d-be19-409667f773f6 h1 br{
        display:none;
    }

    /* UNIQUEMENT la row principale du footer */
    #section-id-24ecc2e8-947b-4147-9684-781d2f4a6477
    > .sppb-row-container
    > .sppb-row {
        display: grid !important;
        grid-template-columns: 1.5fr 1fr 80px;
        grid-template-rows: auto auto;
        column-gap: 30px;
        row-gap: 15px;
        align-items: center;
    }

    /* UNIQUEMENT les 4 colonnes principales */
    #section-id-24ecc2e8-947b-4147-9684-781d2f4a6477
    > .sppb-row-container
    > .sppb-row
    > .sppb-row-column {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
    }

    /* Logo */
    #column-wrap-id-f2cad375-33b0-4986-b306-e1321f124742 {
        grid-column: 1;
        grid-row: 1;
    }

    /* Phrase */
    #column-wrap-id-acafa99a-70de-4786-a2d5-cf6c56b36337 {
        grid-column: 1;
        grid-row: 2;
    }

    /* CoordonnÃ©es */
    #column-wrap-id-2e448bf3-a1b5-4c69-bd80-567592e9bc73 {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    /* RÃ©seaux sociaux */
    #column-wrap-id-f15a3472-c455-4273-a893-98b5a6e223b8 {
        grid-column: 3;
        grid-row: 1 / 3;
        justify-self: center;
    }

    /* Les deux colonnes FB / LinkedIn l'une sous l'autre */
    #column-wrap-id-f15a3472-c455-4273-a893-98b5a6e223b8
    .sppb-row.sppb-nested-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 12px;
    }

    #column-wrap-id-f15a3472-c455-4273-a893-98b5a6e223b8
    .sppb-nested-row > .sppb-row-column {
        width: auto !important;
        max-width: none !important;
        flex: 0 0 auto !important;
    }
}

@media screen and (max-width:904px){
    .footerBottom p {
        width:100%;
        display: block;
        text-align:center;
        line-height:2
    }
    
   .info{
       display: inline-block !important;
       text-align:center !important;
       width: 100%;
   }
}


@media screen and (max-width:767px){
    .container, .sppb-row-container{
        max-width:767px !important
    }
    
    #section-id-e8d0a5bf-eede-441d-902c-7c7bafac1902 .sppb-column  {
        margin-bottom:1.5em;
    }

    #formations-grid > .sppb-container-inner > .sppb-row {
        grid-template-columns: 1fr;
    }

    #formations-grid > .sppb-container-inner > .sppb-row > .sppb-row-column:last-child {
        grid-column: auto;
    }

    #section-id-24ecc2e8-947b-4147-9684-781d2f4a6477
    > .sppb-row-container
    > .sppb-row {
        grid-template-columns: 1.5fr 1fr;
        grid-template-rows: auto auto;
    }

    /* CoordonnÃ©es */
    #column-wrap-id-2e448bf3-a1b5-4c69-bd80-567592e9bc73 {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
    }

    /* RÃ©seaux sociaux sous les coordonnÃ©es */
    #column-wrap-id-f15a3472-c455-4273-a893-98b5a6e223b8 {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
    }
    [data-id="maximenuck112"] .mobilemenuck-bar-title, [data-id="maximenuck112"] .mobilemenuck-bar-button, 
    .mobilemenuck-title, .mobilemenuck-button {
        background: #fad3c7 !important;
        color:#4a4a49 !important;
        font-weight:bold !important
    }

    [data-id="maximenuck112"].mobilemenuck, .menuck {
        background: #FEF4F3 !important;
        color:#4a4a49 !important;
    }

    .mobilemenuck-item{
        margin-bottom:1em;
    }

    a.maximenuck{
        font-size:0.8em !important;
        text-align:left;
        font-weight:normal !important;
    }

    .menuck.current.active > a.maximenuck,
    .menuck.current.active > a.maximenuck span {
    color: #d48286 !important
    }

}

@media (max-width: 556px) {

    #section-id-24ecc2e8-947b-4147-9684-781d2f4a6477
    > .sppb-row-container
    > .sppb-row {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto auto;
        column-gap: 25px;
        row-gap: 20px;
    }

    /* Logo */
    #column-wrap-id-f2cad375-33b0-4986-b306-e1321f124742 {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100% !important;
    }

    /* Phrase */
    #column-wrap-id-acafa99a-70de-4786-a2d5-cf6c56b36337 {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100% !important;
    }

    /* CoordonnÃ©es */
    #column-wrap-id-2e448bf3-a1b5-4c69-bd80-567592e9bc73 {
        grid-column: 1;
        grid-row: 3;
    }

    /* RÃ©seaux sociaux */
    #column-wrap-id-f15a3472-c455-4273-a893-98b5a6e223b8 {
        grid-column: 2;
        grid-row: 3;
    }
}


