.main-content .page,
#page_dossier {
    max-width: 1366px !important;
    padding: 0 !important;
    margin: 0 auto;
}

.good-id-5-home {
    width: 90%;
    margin: auto;
}

.good-id-5-home .titre {
    margin-bottom: 20px;
    margin-top: 20px;
}

.good-id-5-home .titre img {
    width: 100px;
}

.good-id-5-home .titre h3 {
    font-weight: 600;
    font-size: 30px;
    color: #299261;
    line-height: 32px;
    padding: 25px 0;
}


.good-id-5-home .titre p {
    font-weight: 400;
    font-size: 14px;
    color: #1B1B1B;
    line-height: 25px;
}


.encarts-godd-id-5 .encart {
    position: relative;
    display: flex;
    align-items: end;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.encarts-godd-id-5 .encart .texte {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 0 0 35px 20px;
    align-items: start;
    width: 96%;
}

.encarts-godd-id-5 .encart .texte .intitule {
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.encarts-godd-id-5 .encart .texte span {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.encarts-godd-id-5 .encart .texte p {
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 35px;
    z-index: 5;
}

.encarts-godd-id-5 .encart .texte img {
    width: 24px;
    height: 38px;
    margin: 0 0 8px 0;
}

.encarts-godd-id-5 .encart img.arrow-hover {
    display: none;
}

#bandeau-podcast {
    text-align: center;
    margin-bottom: 40px;
}

#bandeau-podcast .texte {
    width: 85%;
    margin: auto;
}

#bandeau-podcast .texte .left h4 {
    font-weight: 600;
    font-size: 22px;
    color: #299261;
    line-height: 29px;
}

#bandeau-podcast .texte .left p {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
}

#bandeau-podcast>.texte>.left>p:nth-of-type(1) {
    padding: 10px 0;
}

#bandeau-podcast>.texte>.left>p:nth-of-type(2) {
    padding-bottom: 20px;
}

#bandeau-podcast .texte .gras img {
    width: 30px;
}

#bandeau-podcast .texte .gras p {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    color: #383838;
    line-height: 29px;
}

#bandeau-podcast .platforme {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

#bandeau-podcast .platforme img.youtube {
    width: 70px;
    height: 48px;
    transition: 300ms;
}

#bandeau-podcast .platforme img.spotify,
#bandeau-podcast .platforme img.dezeer {
    width: 48px;
    height: 48px;
    transition: 300ms;
}

#bandeau-podcast .platforme img.youtube:hover,
#bandeau-podcast .platforme img.spotify:hover,
#bandeau-podcast .platforme img.dezeer:hover {
    transform: scale(1.2);
}

.engagements h4 {
    font-weight: 600;
    font-size: 24px;
    color: #EC0000;
    text-align: center;
    line-height: 31px;
    margin: 0 0 20px 0;
}

.engagements .content {
    position: relative;
    display: flex;
}

.engagements .texte {
    position: absolute;
    padding: 30px 0 0 40px;
}

.engagements .texte h5 {
    font-weight: 600;
    font-size: 31px;
    color: #EC0000;
    line-height: 35px;
    margin-bottom: 20px;
}

.engagements .texte h5 sup {
    font-size: 16px;
}

.engagements .texte a {
    font-weight: 400;
    font-size: 14px;
    color: #EC0000;
    text-align: center;
    border: 1px solid #EC0000;
    padding: 8px 20px;
}

.engagements .texte a:hover {
    background-color: #ec00009c;
    color: #FFFFFF;
}

.ensemble {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}

.ensemble p {
    font-weight: 600;
    font-size: 25px;
    color: #173A7D;
    text-align: center;
    line-height: 33px;
    padding-bottom: 60px;
}

.ensemble img {
    width: 120px;
}

.ensemble p.cdt {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #383838;
    padding-top: 35px;
}


@media (min-width: 700px) {

    /************TITRE DESK*************/

    .good-id-5-home {
        width: 100%;
    }

    .good-id-5-home .titre {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .good-id-5-home .titre h3 {
        font-size: 56px;
        line-height: 58px;
    }

    .good-id-5-home .titre h3 br.no-desk {
        display: none;
    }

    .good-id-5-home .titre p:nth-of-type(2) br.no-desk {
        display: none;
    }

    .good-id-5-home .titre img {
        width: 150px;
    }

    .encarts-godd-id-5 {
        display: flex;
        gap: 5px;
        justify-content: center;
    }

    .encarts-godd-id-5 .encart {
        position: relative;
        overflow: hidden;
        margin: -5px 0 0 0;
        width: 34%;

    }

    .encarts-godd-id-5 .encart:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 99%;
        background-color: #299261;
        z-index: 2;
        opacity: 0.5;
    }

    .encarts-godd-id-5 .encart:hover img.arrow-hover {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 180px;
        height: 180px;
        z-index: 3;
    }

    .encarts-godd-id-5 .encart .texte {
        flex-direction: column;
        justify-content: center;
        align-items: start;
        text-align: center;
        padding: 0 0 50px 20px;
    }

    .encarts-godd-id-5 .encart .texte p {
        text-align: start;
    }

    .ensemble {
        max-width: 900px;
        margin: 90px auto 60px auto;
    }

    .ensemble p {
        font-size: 42px;
        line-height: 48px;
    }

    .ensemble img {
        width: 180px;
    }
}

@media (min-width: 800px) {

    #bandeau-podcast .no-desk {
        display: none;
    }

    #bandeau-podcast {
        display: flex;
        flex-direction: row-reverse;
        text-align: start;
        padding: 0 40px 0 90px;
    }

    #bandeau-podcast img {
        width: 355px;
        height: 355px;
    }


    #bandeau-podcast .texte .gras img {
        width: 20px;
        height: 18px;
        float: left;
        margin: 5px 2px 0 0;
    }

    #bandeau-podcast .texte .left h4 {
        font-size: 18px;
        line-height: 22px;
    }

    #bandeau-podcast .texte .left p {
        font-size: 14px;
    }

    #bandeau-podcast .texte .gras p {
        font-size: 16px;
        line-height: 25px;
    }

    #bandeau-podcast .platforme {
        justify-content: flex-start;
    }

    #bandeau-podcast .platforme img.youtube {
        width: 56px;
        height: 38px;
    }

    #bandeau-podcast .platforme img.spotify,
    #bandeau-podcast .platforme img.dezeer {
        width: 38px;
        height: 38px;
    }
}

/* @media (min-width: 997px) {
    .encarts-godd-id-5 {
            justify-content: left;
        }
} */

@media screen and (min-width: 1000px) {

    #bandeau-podcast .texte .left {
        width: 85%;
    }

    #bandeau-podcast .texte .left h4 {
        font-weight: 600;
        font-size: 22px;
        color: #299261;
        line-height: 29px;
    }

    #bandeau-podcast .texte .left p {
        font-weight: 400;
        font-size: 16px;
        color: #383838;
    }

    #bandeau-podcast .texte .gras p {
        padding: 0;
        font-weight: 600;
        font-size: 18px;
        color: #383838;
        line-height: 29px;
    }

    .engagements h4 {
        font-size: 35px;
        line-height: 62px;
    }

    .engagements .texte {
        padding: 100px 0 0 90px;
    }

    .engagements .texte h5 {
        font-size: 56px;
        line-height: 62px;
        margin-bottom: 40px;
    }

    .engagements .texte h5 sup {
        font-size: 24px;
    }

    .engagements .texte a {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .encarts-godd-id-5 .encart .texte span {
        font-size: 24px;
    }

    .encarts-godd-id-5 .encart .texte p {
        font-size: 36px;
        line-height: 46px;
        text-align: start;
    }
}



.moves-section {
  text-align: center; 
  margin: 20px 0;
  padding: 0 10px; /* pour les petits écrans */
}

.moves-text {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.moves-logos {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* tous les logos alignés sur le bas */
  gap: 20px;
  flex-wrap: wrap;
}

.moves-logos img {
  max-height: 55px; /* limite la hauteur pour tous */
  width: auto;
}

/* Version mobile */
@media screen and (max-width: 480px) {
  .moves-text {
    font-size: 14px;
  }

  .moves-logos img {
    max-height: 40px;
  }
}