@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter.ttf') format('truetype'),
         url('/fonts/Inter.woff') format('woff'),
         url('/fonts/Inter.woff2') format('woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Styles pour le sélecteur de langue */
.language-selector {
    margin-left: 0px; /* Ajustez l'espacement selon vos besoins */
    position: relative; /* Nécessaire pour positionner le menu déroulant */
    display: inline-block; /* Empêche le dropdown de prendre toute la largeur */
}

.language {
    display: flex;
}

.language-link {
    padding: 0.5rem 1.5rem;
    display: block;
    clear: both;
    font-weight: 400;
    text-align: inherit; /* On remplace par left */
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    text-decoration-line: none !important;
    color: #0066cc !important; /* Texte bleu */
}

.language-link svg {
    margin-right: 0.5rem; /* Espacement entre le drapeau et le texte */
    vertical-align: middle; /* Alignement vertical du drapeau */
}

body {
    background-color: #fff;
    color: #0066cc;
    line-height: 1.6;
    font-family: 'Inter', Arial, sans-serif;
}

h1 {
    font-size: 2em;
    color: #0066cc;
    line-height: 1.2;
}

h2 {
    margin: 5% 5%;
    line-height: 1.2;
    font-size: 1.8rem;
    text-align: center;
}

.titre {
    font-size: 1.5rem;
    margin: 5% 5%;
    line-height: 1.2;
    text-align: left;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}

.orange {
    color: #e89329;
}

.blue {
    color: #0066cc;
}

.big {
    font-size: 130%;
}

a, a:visited, a:active, a:hover {
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

.experiences a, a:visited, a:active, a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.experiences a:hover {
    color: #e89329 !important;
}

.v {
    text-align: center;
    margin-bottom: 10%;
}

.v1 {
    padding-top: 50px;
}

header,
footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #0066cc;
    border-bottom: 1px solid #0066cc;
}

footer a {
    color: #0066cc;
    text-decoration: underline;
}

footer p {
    text-align: center;
}

footer a:visited, a:active, a:hover {
    color: #0066cc;
}

footer a:hover {
    text-decoration: underline;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5em;
}

.logo a {
    color: #0066cc;
    text-decoration: none;
}

.logo img {
    color: #0066cc;
    box-shadow: none;
    margin-right: 10px;
    height: 35px;
}

img {
    transition: transform 0.3s ease;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

img:hover {
    transform: scale(1.05);
}

.titre-section {
    max-width: 30%;
    padding: 0 0 5% 0;
}

.diapo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    max-width: 80%;
}

.diapo-item {
    position: relative;
    background-color: #fff;
    padding: 0;
    max-width: 30%;
    text-align: center;
}

.diapo-item h2 {
    top: 0%;
    left: 10px;
    background-color: transparent;
    font-weight: bold;
    z-index: 1;
}

.diapo-item .legende {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 10px;
}

.diapo-item img {
    max-width: 100%;
}

.diapo-item:hover .legende {
    opacity: 1;
    transition-delay: 0.5s;
    top: 15%;
    left: 40%;
    transition: 0.5s ease;
}

.diapo-item:hover .descriptif {
    opacity: 1;
    transition-delay: 0.2s;
}

.mobile {
    display: none;
}

.accueil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    padding: 5% 5% 0% 5%;
}

.accueil img:hover {
    transform: scale(1.05);
}

.accueil .container-item {
    flex: 1;
    padding: 5%;
    position: relative;
    z-index: 5;
}

.container-item.image-container.portrait {
    display: none;
}

.accueil .speak {
    padding-left: 75px;
}

.cta-button {
    display: inline-block;
    background-color: #0066cc;
    color: white !important;
    padding: 1em 2em;
    margin: 0% 5%;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    font-size: 1.2em;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #004c99;
    text-decoration: none;
}

.accueil img {
    max-width: 45%;
    border-radius: 25%;
    margin: 0.1em;
}

@keyframes slideAndDezoom {
    0% {
        -webkit-transform: rotate(9deg) translate(100%, -100%) scale(1.5) translateZ(0);
        transform: rotate(9deg) translate(100%, -100%) scale(1.5) translateZ(0);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(0, 0) scale(1) translateZ(0);
        transform: rotate(-1deg) translate(0, 0) scale(1) translateZ(0);
        opacity: 1;
    }
}

.paper {
    width: 100%;
    height: 100%;
    background-color: #fdfdfd;
    background-image: 
        linear-gradient(to right, #ddd 1px, transparent 1px),
        linear-gradient(to bottom, #ddd 1px, transparent 1px);
    background-size: 20px 20px;
    border: 0px solid #aaa;
    padding: 5px 20px;
    position: absolute;
    top: 0px;
    left: -5%;
    z-index: 10;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.1);
    transform-origin: top;
    opacity: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    animation: slideAndDezoom 2s forwards;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

.text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.text0 {
    font-family: cursive, italic;
    font-size: 1.2em;
    text-align: right;
    color: #aaa;
    animation: typing 2s steps(30) forwards;
    animation-delay: 3s;
}

.text1 {
    font-size: 1.5em;
    text-decoration-line: underline;
    color: #e89329;
    animation: typing 1s steps(30) forwards;
    animation-delay: 5s;
}

.text2 {
    animation: typing 4s steps(30) forwards;
    animation-delay: 6s;
}

.text3 {
    animation: typing 4s steps(30) forwards;
    animation-delay: 10s;
}

.text4 {
    animation: typing 4s steps(30) forwards;
    animation-delay: 14.5s;
}

.text5 {
    font-size: 1.5em;
    animation: typing 1s steps(30) forwards;
    animation-delay: 19s;
    text-decoration-line: underline;
    padding-top: 10px;
    color: #e89329;
}

.text6 {
    font-size: 1.5em;
    animation: typing 4s steps(30) forwards;
    animation-delay: 20s;
}

@keyframes typing {
    from {
    width: 0;
    }
    to {
    width: 100%;
    }
}

.recommandations {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 10% 5% 0% 5%;
}

.recommandations-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

/* .recommandations .diapo-item {
    position: relative;
    overflow: hidden;
} */

.recommandations .diapo-item h2 {
    top: 0%;
}

.recommandations .speak {
    height: 0%;
    text-align: center;
}

.recommandations .recommandations-pc h2 {
    font-size: 1.8rem;
    text-align: center;
    justify-content: center;
}

.recommandations .recommandations-pc {
    justify-content: center;
    max-width: 30%;
    align-content: normal;
}

.recommandations .recommandations-mobile {
    display: none;
}

.recommandations .sous-titre {
    display: flex;
    align-items: baseline;
    padding: 0 0 10px 0;
    text-align: center;
}

.recommandations img {
    max-width: 100%;
    border-radius: 0%;
    width: 100%;
    height: 100%;
    transition: clip-path 1s ease;
    clip-path: circle(35% at center);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.recommandations img:hover {
    transform: scale(1);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}

.recommandations .diapo-item:hover img {
    clip-path: circle(150% at center);
}

.recommandations .titre {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 5px;
    font-size: 1.2em;
}

.recommandations .legende {
    position: absolute;
    text-align: center;
    max-width: 30%;
    top: 35%;
    bottom: 10px;
    right: 10px;
    color: white;
    padding: 5px;
    font-size: 1.5em;
    line-height: 1em;
}

/* .recommandations .diapo-item:hover .legende {
    opacity: 1;
    transition-delay: 0.5s;
    top: 15%;
    left: 40%;
    transition: 0.5s ease;
} */

.recommandations .descriptif {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1em;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
}

/* .recommandations .diapo-item:hover .descriptif {
    opacity: 1;
    transition-delay: 0.2s;
} */

.recommandations .images-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.recommandations .row {
    display: flex;
    width: 100%;
}

.recommandations .empty {
    flex: 1;
}

.solutions {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 10% 5% 0% 5%;
}

.solutions .solutions-mobile {
    display: none;
}

.solutions-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

/* .solutions .diapo-item {
    position: relative;
    overflow: hidden;
} */

.solutions .diapo-item h2 {
    top: 0%;
}

.solutions .speak {
    height: 0%;
    text-align: center;
}

.solutions .solutions-pc {
    align-content: center;
    max-width: 30%;
}

.solutions .solutions-pc h2 {
    font-size: 1.8rem;
    text-align: center;
}

.solutions .solutions-mobile {
    display: none;
}

.solutions .sous-titre {
    display: flex;
    padding: 0 0 10px 0;
    text-align: center;
}

.solutions img {
    max-width: 100%;
    border-radius: 0%;
    width: 100%;
    height: 100%;
    transition: clip-path 1s ease;
    clip-path: circle(35% at center);
}

.solutions img:hover {
    transform: scale(1);
}

.solutions .diapo-item:hover img {
    clip-path: circle(150% at center);
}

.solutions .titre {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 5px;
    font-size: 1.2em;
}

.solutions .legende {
    position: absolute;
    text-align: center;
    max-width: 30%;
    top: 35%;
    bottom: 10px;
    right: 10px;
    color: white;
    padding: 5px;
    font-size: 1.5em;
    line-height: 1em;
}

/* .solutions .diapo-item:hover .legende {
    opacity: 1;
    transition-delay: 0.5s;
    top: 15%;
    left: 40%;
    transition: 0.5s ease;
} */

.solutions .descriptif {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1em;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
}

/* .solutions .diapo-item:hover .descriptif {
    opacity: 1;
    transition-delay: 0.2s;
} */

.solutions .images-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.solutions .row {
    display: flex;
    width: 100%;
}

.solutions .empty {
    flex: 1;
}

.introduction {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 10% 5% 0% 5%;
}

.introduction .container-item {
    flex: 1 1 100%;
    margin: 1em;
    text-align: center;
}

.introduction img {
    width: 200px;
    border-radius: 25%;
}

.introduction p {
    text-align: center;
    font-size: 1.2em;
    padding: 10% 5% 5% 5%;
}

.introduction .nuage {
    position: relative;
    width: 60vw;
    height: 60vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.introduction .mot {
    font-size: 2rem;
    padding: 20px;
    position: absolute;
    opacity: 0.8;
    animation: float 10s infinite ease-in-out;
}

.introduction .mot:nth-child(1) {
    animation-duration: 12s;
    left: 2%;
    top: 20%;
}

.introduction .mot:nth-child(2) {
    animation-duration: 10s;
    left: 10%;
    top: 30%;
}

.introduction .mot:nth-child(3) {
    animation-duration: 11s;
    left: 20%;
    top: 10%;
}

.introduction .mot:nth-child(4) {
    animation-duration: 9s;
    left: 55%;
    top: 20%;
}

.introduction .mot:nth-child(5) {
    animation-duration: 10s;
    left: 5%;
    top: 50%;
}

.introduction .mot:nth-child(6) {
    animation-duration: 9s;
    left: 45%;
    top: 60%;
}

.introduction .mot:nth-child(7) {
    animation-duration: 8s;
    left: 20%;
    top: 40%;
}

.introduction .mot:nth-child(8) {
    animation-duration: 7s;
    left: 30%;
    top: 68%;
}

.introduction .mot:nth-child(9) {
    animation-duration: 15s;
    left: 0%;
    top: 60%;
}

.introduction .mot:nth-child(10) {
    animation-duration: 15s;
    left: 5%;
    top: 85%;
}

.introduction .mot:nth-child(11) {
    animation-duration: 9s;
    left: 20%;
    top: 77%;
}

.introduction .mot:nth-child(12) {
    animation-duration: 15s;
    left: 5%;
    top: 1%;
}

.introduction .mot:nth-child(13) {
    animation-duration: 5s;
    left: 60%;
    top: 50%;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.missions {
    padding: 10% 5% 0% 5%;
}

.missions h3 {
    margin-top: 10%;
}

.missions img {
    border-radius: 50px;
}

.metiers {
    padding: 10% 5% 0% 5%;
}

.metiers h3 {
    margin-top: 10%;
}

.metiers .diapo-container {
    max-width: 100%;
}

.metiers .diapo-item {
    /* position: relative; */
    /* background-color: #fff; */
    /* padding: 0; */
    max-width: 18%;
    /* text-align: center; */
    /* align-items: center; */
}

.metiers img {
    border-radius: 50px;
    width: 180px;
}

.metiers .descriptif {
    position: absolute;
    bottom: 5%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1em;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
    border-radius: 30px;
}

/* .metiers .diapo-item:hover .descriptif {
    opacity: 1;
    transition-delay: 0.2s;
} */

.experiences {
    padding: 10% 5% 0% 5%;
    text-align: center;
}

.experiences h3 {
    margin-top: 25%;
}

.experiences .diapo-item .figure {
    width: 100%;
    margin: 0 auto;
}

.experiences .diapo-item .legende {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 70%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 25px;
}

.experiences .descriptif {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1em;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
}

/* .experiences .diapo-item:hover .descriptif {
    opacity: 1;
    transition-delay: 0.2s;
} */

.experiences .diapo-item:hover img {
    clip-path: circle(150% at center);
}

.experiences img:hover {
    transition: transform 0.3s ease;
}

.experiences input[type="radio"] {
    display: none;
}

.experiences .home-menu {
    font-size: 1.5em;
    line-height: 1;
}

.experiences .image-group {
    display: none;
}

#btn1:checked~.image-group,
#btn2:checked~.image-group,
#btn3:checked~.image-group,
#btn4:checked~.image-group {
    display: none;
}

#btn1:checked~.group1,
#btn2:checked~.group2,
#btn3:checked~.group3,
#btn4:checked~.group4 {
    display: flex;
}

.experiences input[type="radio"] {
    position: sticky;
    top: 0;
    z-index: 100;
    display: none;
}

.experiences input[type="radio"]:checked+label {
    background-color: #e89329;
    color: white;
}

.experiences input[type="radio"]:checked+label+.image-group img:first-child {
    scroll-margin-top: 50px;
    /* scroll-behavior: smooth; */
}

.experiences label {
    /* position: sticky; */
    top: 0;
    font-size: 1.2em;
    z-index: 100;
    display: inline-block;
    margin: 5px 0px;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.experiences label:hover {
    background-color: #e89329;
}

.back-to-top {
    position: sticky;
    bottom: 10px;
    left: 90%;
    background-color: #0066cc;
    color: white;
    text-decoration: none;
    border: none;
    padding: 5px 15px 10px 15px;
    font: bold;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 50%;
    z-index: 7;
    opacity: 1;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.back-to-top:hover {
    background-color: #004c99;
    opacity: 0.8;
}

.conclusion {
    padding: 10% 5% 10% 5%;
    text-align: center;
}

.conclusion p {
    text-align: center;
    font-size: 1.2em;
    padding: 5% 5% 10% 5%;
    max-width: 75%;
}

.conclusion img {
    width: 200px;
    border-radius: 25%;
}

.contact {
    padding: 5% 5% 10% 5%;
    text-align: center;
}

.contact .titre-section {
    padding: 0% 0% 0% 0%;
    text-align: center;
}

.me {
    font-size: 1.5rem;
    padding: 10px;
}

.me span {
    display: none;
}

.ml {
    font-size: 1.2rem;
    padding: 10px;
    text-align: left;
    max-width: 50%;
}

.ml h3 {
    font-size: 2rem;
}

.ml span {
    display: none;
}

.conditions {
    text-align: left;
    max-width: 50%;
    line-height: 2;
}

.conditions h2 {
    margin: 10% 0% 0% 0%;
}

.conditions h3 {
    font-size: 1.5rem;
    padding: 10% 0% 5% 0%;
    text-align: left;
} 

.conditions p {
    font-size: 1.2rem;
}

.cd span {
    display: none;
}

.cd-btn {
    text-align: center;
    margin-bottom: 10%;
    margin-top: 5%;
}

.credit, .mentions, .conditions .titre-section {
    padding-top: 35px;
    text-align: center;
}
.credit-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 50%;
}

.credit-item {
    display: flex;
    align-items: center;
    margin: 20px;
}

.credit-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.credit-item a {
    align-items: center;
    color: #0066cc;
}

@media (max-width: 768px) {

    .logo {
        display: flex;
        align-items: center;
        font-size: 1.5em;
    }

    .logo a {
        color: #0066cc;
        text-decoration: none;
    }

    .logo img {
        color: #0066cc;
        box-shadow: none;
        margin-right: 10px;
        height: 30px;
    }
    .accueil .speak {
        padding-left: 50px;
    }

    .container {
        flex-direction: column;
    }

    .images-container {
        flex-direction: column;
    }

    .row {
        flex-direction: column;
    }

    h1 {
        text-align: left;
    }

    .titre {
        padding-top: 0%;
    }

    .paper {
        width: 100%;
        min-height: 105%;
        padding: 0px 15px;
        top: 10px;
        animation-delay: 2s;
        animation-duration: 1s;
    }

    .text {
    line-height: 1.2;
    padding-top: 15px;
    font-size: 18px;
    }

    .text0 {
        font-family: cursive, italic;
        font-size: 1.2em;
        text-align: right;
        color: #aaa;
        animation: typing 1s steps(30) forwards;
        animation-delay: 2s;
    }

    .text1 {
        animation: typing 1s steps(30) forwards;
        animation-delay: 3s;
        text-decoration-line: underline;
    }
    
    .text2 {
        animation: typing 3s steps(30) forwards;
        animation-delay: 4.5s;
    }
    
    .text3 {
        animation: typing 3s steps(30) forwards;
        animation-delay: 7.5s;
    }
    
    .text4 {
        animation: typing 3s steps(30) forwards;
        animation-delay: 10.5s;
    }
      
      .text5 {
        font-size: 1.2em;
        animation: typing 1s steps(30) forwards;
        animation-delay: 13.5s;
        text-decoration-line: underline;
        padding-top: 25px;
      }

      .text6 {
        font-size: 1.2em;
        animation: typing 3s steps(30) forwards;
        animation-delay: 14.5s;
      }

      .text7 {
        text-align: right;
        font-size: 1.2em;
        animation: typing 2s steps(30) forwards;
        animation-delay: 16.5s;
      }

    .recommandations-mobile {
        order: -1;
    }

    .solutions-mobile {
        order: -1;
    }

    .solutions-text {
        order: -1;
    }

    .image,
    .empty {
        width: 100%;
    }

    .empty {
        display: none;
    }

    .recommandations .recommandations-mobile {
        display: flex;
        text-align: center;
    }

    .recommandations .recommandations-pc {
        display: none;
    }

    .solutions .solutions-mobile {
        display: flex;
        text-align: center;
    }

    .solutions .solutions-pc {
        display: none;
    }

    .introduction {
        flex-wrap: wrap;
        padding: 25% 0% 0% 0%;
    }

    .accueil .container-item {
        padding-right: 0%;
        padding-top: 5%;
    }

    .nuage {
        height: 85vh;
    }
    
    .container-item.image-container.portrait {
        display: inherit;
    }

    .container-item.image-container.paysage {
        display: none;
    }

    .container-item {
        margin-left: auto;
        margin-right: auto;
    }

    .titre-section {
        max-width: 80%;
        padding: 0 0 10% 0;
    }

    .diapo-item {
        max-width: 100%;
    }

    header,
    footer {
        flex-direction: column;
        text-align: center;
    }

    .language-selector {
        position: relative; /* Nécessaire pour positionner le menu déroulant */
        display: contents; /* Empêche le dropdown de prendre toute la largeur */
    }

    .container-menu {
        flex-direction: column;
    }

    .container-item-left {
        margin-bottom: 20px;
    }

    .container-item-right {
        text-align: center;
    }

    .metiers .diapo-container {
        max-width: 75%;
    }
    
    .metiers .diapo-item {
        max-width: 100%;
    }

    .experiences label {
        margin: 0 0;
        padding: 5px;
        font-size: 1.0em;
    }

    .v {
        margin-bottom: 20%;
    }
    
    .v1 {
        margin-top: 50px;
    }

    .pc {
        display: none;
    }

    .contact {
        padding: 5% 5% 10% 5%;
    }

    .credit-item {
        flex-direction: column;
    }

    .credit-image {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ml {
        max-width: 75%;
    }

    .conditions {
        max-width: 75%;
    }
}