#mobile-website {
    display: none;
    background-color: white;
}

#mobile-website:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100vh;
    height: 100vh;
    width: 100vw;
    background-color: #E0559A;
}

#mobile-slide-contact {
    display: flex;
    justify-content: center;
    align-self: flex-end;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    white-space: nowrap;
    opacity: 0;
}

#mobile-slide-contact-info {
    color: rgb(50, 60, 70);
    display: flex;
    align-items: center;
}

#mobile-slide-contact a[href^=tel] {
    color: rgb(50, 60, 70);
    text-decoration:none;
}

#mobile-social-networks-btn {
    display: flex;
    align-items: center;
}

#mobile-social-networks-btn a {
    cursor: pointer;
    text-decoration: none;
}

#mobile-social-networks-btn a:first-child svg {
    fill: #1278F3;
}

#mobile-social-networks-btn a:last-child svg {
    fill: #1DA1F2;
}

#mobile-social-networks-btn a svg {
    transition: 0.15s ease;
    height: calc(22px + 0.5vw);
    width: calc(22px + 0.5vw);
    position: relative;
    top: 1px;
}

#mobile-social-networks-btn a:not(:last-child) {
    margin-right: 14px;
}

@keyframes mobileMyBabizTeatAnimation {
    0% {
        transform: scaleX(1) scaleY(1) translateY(0%);
        animation-timing-function: ease;
    }
    10% {
        transform: scaleX(1.2) scaleY(0.8) translateY(16%);
        animation-timing-function: ease-in-out;
    }
    12% {
        transform: scaleX(1.2) scaleY(0.8) translateY(16%);
        animation-timing-function: ease-in-out;
    }
    18% {
        transform: scaleX(0.8) scaleY(1.1) translateY(-18%);
        animation-timing-function: ease-out;
    }
    23% {
        transform: scaleX(1) scaleY(1) translateY(-18%);
        animation-timing-function: cubic-bezier(0.2, 0.7, 0.7, 1.3);
    }
    30% {
        transform: scaleX(1) scaleY(1) translateY(0%);
    }
    100% {
        transform: scaleX(1) scaleY(1) translateY(0%);
    }
}

#mobile-mybabiz-teat {
    animation: mobileMyBabizTeatAnimation 4s ease infinite;
    animation-delay: 6s;
    transform-origin: 84.7% 0%;
}

#mobile-mybabiz-teat {
    animation: myBabizTeatAnimation 4s ease infinite;
    animation-delay: 6s;
    transform-origin: 84.7% 0%;
}

#mobile-waigeo-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    width: fit-content;
    text-decoration: none;
    position: relative;
    opacity: 0;
}

#mobile-waigeo-container img {
    width: 160px;
    height: auto;
    object-fit: contain;
}

#mobile-waigeo-container div {
    color: rgb(50, 60, 70);
    margin-right: 18px;
    margin-bottom: 22px;
    font-size: 16px;
}

.mobile-contact-us-btn {
    background-color: #0053A6;
    color: white;
    font-family: Quicksand, Qualy, sans-serif;
    border: none;
    cursor: pointer;
    transition: 0.15s ease;
    padding: 12px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 20px;
    margin: 35px auto 30px auto;
    flex-shrink: 0;
    animation-delay: 4s;
    opacity: 0;
    font-weight: 600;
    z-index: 2;
    position: relative;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
}

@keyframes mobilePatternAnimation {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

#mobile-pattern {
    margin: -6vw 0 -20px -10px;
    width: 350vw;
    height: auto;
    position: relative;
    z-index: 1;
    transform: translateX(-50%);
    animation: mobilePatternAnimation 100s linear infinite alternate;
    opacity: 0;
}

#mobile-brochure-download-button {
    text-decoration: none;
    padding: 14px 18px;
    border-radius: 20px;
    transition: 0.15s ease;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 6px 8px rgba(0, 10, 20, 0.1), 0 0 2px rgba(0, 10, 20, 0.12);
    margin: 0 auto;
    color: rgb(50, 60, 70);
    width: fit-content;
    opacity: 0;
    position: relative;
    z-index: 2;
}

#mobile-brochure-download-button svg {
    margin-right: 4px;
    transition: 0.15s ease;
    fill: #e71d42;
    width: 28px;
    height: 28px;
}

#mobile-brochure-download-button div {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
}

.circle {
    width: 112vw;
    height: 112vw;
    margin: 60px 0 0 -6vw;
    border-radius: 50%;
    position: relative;
}

#pink-mobile-container {
    opacity: 0;
}

#pink-mobile-container .circle {
    background: linear-gradient(#0076EB, #0053A6 70%);
}

#orange-mobile-container .circle {
    background: linear-gradient(#0076EB, #0053A6 70%);
}

@keyframes mobileElectronicSignatureAnimation {
    from {
        transform: translateY(-20vw);
        opacity: 0;
    }
    to {
        transform: translateY(0vw);
        opacity: 1;
    }
}

#mobile-electronic-signature {
    width: 60vw;
    height: 32vw;
    border-radius: 30px;
    object-fit: cover;
    margin: -93vw auto 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    left: -4vw;
}

@keyframes mobileArrowAnimation {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
}

#mobile-arrow-1 {
    width: 15vw;
    height: auto;
    margin: -8vw auto 0 auto;
    display: block;
    position: relative;
    left: 12vw;
    animation: mobileArrowAnimation infinite alternate ease 0.5s;
    z-index: 3;
}

#mobile-computer-1 {
    width: 85vw;
    height: auto;
    margin: -8vw 0 0 7vw;
    display: block;
    position: relative;
    z-index: 2;
}

.mobile-features {
    transform: scale(0.6);
    margin-left: -45vw;
}

.mobile-feature {
    display: flex;
    align-items: flex-start;
    font-size: 3vw;
    color: rgb(20, 30, 40);
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    width: 75vw;
    margin-left: 2vw;
}

.mobile-feature > div:first-child {
    border-radius: 50%;
    width: 9vw;
    height: 9vw;
    margin-right: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mobile-feature > div:first-child svg {
    fill: white;
    width: 4.5vw;
    height: 4.5vw;
}

.mobile-title {
    text-align: center;
    font-family: Quicksand, Qualy, sans-serif;
    font-size: 4.6vw;
    font-weight: 700;
}

.mobile-title-line {
    width: 100px;
    height: 6px;
    border-radius: 10px;
    margin: 15px auto 20px auto;
}

#gray-mobile-container .mobile-title-line {
    height: 4px;
}

#pink-mobile-container .mobile-title {
    color: #0053A6;
}

#pink-mobile-container .mobile-title-line, #pink-mobile-container .mobile-feature > div:first-child {
    background-color: #0053A6;
}

#pink-mobile-container .mobile-feature:nth-child(3) > div:first-child {
    background-color: #FA9F00;
}

#pink-mobile-container .mobile-feature:nth-child(4) > div:first-child {
    background-color: #FA6C83;
}

#pink-mobile-container .mobile-feature:nth-child(5) > div:first-child {
    background-color: #D971B3;
}

#orange-mobile-container .mobile-title {
    color: #0053A6;
}

#orange-mobile-container .mobile-title-line, #orange-mobile-container .mobile-feature > div:first-child {
    background-color: #0053A6;
}

#orange-mobile-container .mobile-feature:nth-child(3) > div:first-child {
    background-color: #0091EA;
}

#orange-mobile-container .mobile-feature:nth-child(4) > div:first-child {
    background-color: #78AD03;
}

#orange-mobile-container .mobile-feature:nth-child(5) > div:first-child {
    background-color: #FA9F00;
}

#orange-mobile-container .mobile-feature:nth-child(6) > div:first-child {
    background-color: #FA6C83;
}

#orange-mobile-container .mobile-feature:nth-child(7) > div:first-child {
    background-color: #D971B3;
}

#gray-mobile-container .mobile-title {
    margin-top: 420px;
    font-size: 32px;
    color: #0053A6;
    position: relative;
    z-index: 2;
    font-family: Poppins, Quicksand, sans-serif;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
}

#gray-mobile-container .mobile-title-line {
    background-color: #0053A6;
    z-index: 2;
    position: relative;
}

@keyframes mobileTabletChildrenAnimation {
    from {
        transform: scale(1.1) translateX(-70px) translateY(-45px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateX(0px) translateY(0px);
        opacity: 1;
    }
}

@keyframes mobileComputerAnimation {
    from {
        transform: scale(1.1) translateX(-70px) translateY(-8px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateX(0px) translateY(0px);
        opacity: 1;
    }
}

#mobile-computer-container {
    width: 136vw;
    height: 100vw;
    position: relative;
    z-index: 2;
    margin: -102vw 0 40px -22vw;
}

#mobile-computer-container > picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mobile-computer-container > picture:last-child img {
    opacity: 0;
}

@keyframes mobileCreditCardsAnimation {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

#mobile-credit-cards {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 10, 20, 0.2), 0 1px 4px rgba(0, 10, 20, 0.15);
    width: -moz-fit-content;
    width: fit-content;
    margin: -3vw auto 40px auto;
    position: relative;
    z-index: 2;
    left: -3.5vw;
}

#mobile-credit-cards img {
    height: 9vw;
    width: auto;
    animation-delay: 0.3s;
    outline: 1px solid transparent;
    opacity: 0;
}

#mobile-credit-cards > img:nth-child(2) {
    animation-delay: 0.45s;
}

#mobile-credit-cards > img:nth-child(3) {
    animation-delay: 0.6s;
}

#mobile-credit-cards > *:not(:last-child) {
    margin-right: 40px;
}

#mobile-parent-and-baby {
    width: 62vw;
    margin: -90vw auto 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    left: -3.5vw;
}

#mobile-arrow-2 {
    width: 15vw;
    height: auto;
    margin: -10vw auto 0 auto;
    display: block;
    position: relative;
    left: 12vw;
    animation: mobileArrowAnimation infinite alternate ease 0.5s;
    z-index: 3;
}

#mobile-multicolored-powder {
    width: 140vw;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: absolute;
    top: -140px;
    left: -30vw;
}

#mobile-applications {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    height: fit-content;
    padding: 0 20px;
}

.mobile-application {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;
    padding: 18px;
    border-radius: 20px;
    height: auto;
    width: 42vw;
    max-width: 300px;
    margin: 10px;
    box-shadow: 0 6px 14px -2px rgba(0, 20, 40, 0.22), 0 0 2px rgba(0, 20, 40, 0.1);
    flex-shrink: 0;
    text-decoration: none;
    color: rgb(50, 60, 70);
    font-size: 14px;
    cursor: pointer;
    transition: 0.15s ease;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}

.mobile-application img {
    height: 108px;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    object-fit: contain;
}

.mobile-application > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.mobile-application > div > div:last-child {
    font-weight: 700;
    margin-top: auto;
}

#last-mobile-application {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#last-mobile-application > span > span {
    color: #E0559A;
}

#mobile-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    margin-top: 80px;
}

#mobile-contact a {
    text-decoration: none;
    text-align: center;
}

#mobile-contact a div {
    margin-top: 20px;
    font-size: 22px;
    font-family: Poppins, Quicksand, sans-serif;
    color: #215A86;
    max-width: 540px;
    padding: 0 30px;
    box-sizing: border-box;
}

#mobile-contact a[href^=tel] {
    color: #215A86;
}

#mobile-contact a img {
    width: 260px;
}

#mobile-contact > div:last-child {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgb(50, 60, 70);
    font-size: 20px;
    font-family: Poppins, Quicksand, sans-serif;
}

#mobile-contact > div:last-child > *:not(:last-child) {
    margin-bottom: 5px;
}

#mobile-contact > div:last-child a, #mobile-contact > div:last-child a[href^=tel] {
    color: rgb(50, 60, 70);
}

#mobile-contact .mobile-contact-us-btn {
    font-family: Poppins, Quicksand, Qualy, sans-serif;
    font-weight: 600;
    background-color: #0079D6;
}

#mobile-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(50, 60, 70);
    opacity: 0.6;
    margin: 60px auto 40px auto;
    bottom: 0;
}

#mobile-footer > * {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}

#mobile-footer a {
    color: rgb(50, 60, 70);
    text-decoration: none;
}

#mobile-footer span {
    margin-right: 30px;
}

.mobile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -36vw 0 -54vw -15vw;
}

#orange-mobile-container {
    margin-top: -61vw;
}

#violet-mobile-container {
    margin-top: -63vw;
}

#blue-mobile-container {
    margin-top: -75vw;
    margin-bottom: -40vw;
}

#orange-mobile-container, #blue-mobile-container {
    flex-direction: row-reverse;
}

#orange-mobile-container .mobile-features {
    margin-left: 29vw;
}

#blue-mobile-container .mobile-features {
    margin-left: 29vw;
}

#orange-mobile-container .mobile-circle-images {
    margin-left: -41vw;
}

#blue-mobile-container .mobile-circle-images {
    margin-left: -42vw;
}

.mobile-circle-images {
    transform: scale(0.4);
}

#mobile-smartphone-container {
    width: 50vw;
    height: 100vw;
    position: relative;
    z-index: 2;
    margin: -106vw 0 45px 22vw;
}

#mobile-smartphone-container > picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes mobileSmartphoneAnimation {
    from {
        transform: scale(1.1) translateX(-80px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateX(0px);
        opacity: 1;
    }
}

#mobile-smartphone-container > picture:last-child img {
    opacity: 0;
}

#mobile-scolariz-logo {
    width: 420px;
    margin: 30px auto;
    display: block;
    position: relative;
    z-index: 2;
}

#mobile-notre-solution-de-gestion-des {
    font-family: Qualy, Quicksand, sans-serif;
    font-size: 30px;
    margin-top: 60px;
    color: #0053A6;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

#mobile-inscriptions-scolaires {
    width: 560px;
    margin: 15px auto 30px auto;
    display: block;
    position: relative;
    z-index: 2;
}

#mobile-website .feature-name {
    font-size: 2.5vw;
    margin-bottom: 15px;
}

#mobile-website .feature-text {
    font-size: 1.9vw;
}

#background-mobile {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow-x: hidden;
}

#background-mobile img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

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

    #mobile-pattern {
        margin-top: -7vw;
    }

    #mobile-multicolored-powder {
        width: 160vw;
        top: -170px;
        left: -40vw;
    }

}

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

    #mobile-waigeo-container div {
        margin-bottom: 7%;
    }

    #mobile-pattern {
        margin-top: -8.5vw;
    }

    #mobile-multicolored-powder {
        width: 200vw;
        left: -60vw;
        top: -26vw;
    }

    #mobile-website .feature-name {
        font-size: 3.5vw;
    }

    #mobile-website .feature-text {
        font-size: 2.6vw;
    }

    .mobile-container {
        margin-top: -25vw;
        margin-bottom: -70vw;
    }

    #mobile-multicolored-powder {
        top: -16vw;
    }

    #orange-mobile-container {
        margin-top: 12vw;
    }

    #pink-mobile-container {
        margin-top: -23vw;
    }

}

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

    #mobile-pattern {
        margin-top: -10vw;
    }

    #orange-mobile-container {
        margin-bottom: -78vw;
    }

}

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

    #mobile-pattern {
        margin-top: -11vw;
    }

    .mobile-container {
        flex-direction: column !important;
        align-items: initial;
        margin: 0;
    }

    .mobile-circle-images, .mobile-features {
        transform: scale(0.6);
        margin-left: 0 !important;
    }

    #pink-mobile-container {
        margin-top: 0;
    }

    #pink-mobile-container .mobile-circle-images {
        margin-top: -25vw;
        margin-bottom: -22vw;
    }

    #orange-mobile-container .mobile-circle-images {
        margin-top: -35vw;
        margin-bottom: -20vw;
    }

    .mobile-features {
        transform: scale(1);
        margin-left: 0 !important;
    }

    .mobile-feature {
        width: auto;
        font-size: 15px;
    }

    .mobile-feature > div:first-child {
        width: 9.5vw;
        height: 9.5vw;
        margin-right: 18px;
    }

    .mobile-title {
        font-size: 30px;
    }

    .mobile-title-line {
        height: 4px;
    }

    #mobile-electronic-signature {
        left: 0;
    }

    #mobile-arrow-1 {
        left: 22vw;
    }

    #mobile-parent-and-baby {
        left: 0;
    }

    #mobile-arrow-2 {
        left: 18vw;
    }

    #mobile-credit-cards {
        left: 0;
        padding: 15px;
    }

    #mobile-multicolored-powder {
        width: 240vw;
        left: -80vw;
        top: -26vw;
    }

    #mobile-credit-cards > *:not(:last-child) {
        margin-right: 25px;
    }

    #mobile-contact a img {
        width: 240px;
    }

    #mobile-website .feature-name {
        font-size: 18px;
    }

    #mobile-website .feature-text {
        font-size: 14px;
    }

    .mobile-feature {
        margin-left: 0;
    }

    .mobile-feature > div:first-child svg {
        width: 30px;
        height: 30px;
    }

    .mobile-feature > div:first-child {
        width: 60px;
        height: 60px;
    }

    .circle {
        margin-top: 60px;
    }

    #orange-mobile-container {
        margin-bottom: -42vw;
    }

}

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

    #mobile-pattern {
        margin-top: -12vw;
    }

    #mobile-scolariz-logo {
        width: 360px;
    }

    #mobile-inscriptions-scolaires {
        width: 500px;
    }

    #mobile-notre-solution-de-gestion-des {
        font-size: 28px;
    }

    #mobile-waigeo-container img {
        width: 150px;
    }

}

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

    #mobile-pattern {
        margin-top: -9vw;
        width: 400vw;
    }

    .mobile-circle-images {
        transform: scale(0.7);
    }

    #pink-mobile-container .mobile-circle-images {
        margin-top: -17vw;
        margin-bottom: -16vw;
    }

    #orange-mobile-container .mobile-circle-images {
        margin-top: -14vw;
        margin-bottom: -15vw;
    }

    #orange-mobile-container {
        margin-top: 0;
        margin-bottom: -58vw;
    }

    #last-mobile-application {
        font-size: 18px;
    }

    #mobile-scolariz-logo {
        width: 320px;
        margin-bottom: 0;
    }

    #mobile-inscriptions-scolaires {
        width: 460px;
    }

    #mobile-notre-solution-de-gestion-des {
        font-size: 26px;
        margin-top: 50px;
    }

    #mobile-waigeo-container img {
        width: 140px;
    }

    .circle {
        margin-top: 40px;
    }

    #gray-mobile-container .mobile-title {
        font-size: 30px;
    }

}

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

    #last-mobile-application {
        font-size: 17px;
    }

    #mobile-inscriptions-scolaires {
        width: calc(100vw - 60px);
    }

    #mobile-scolariz-logo {
        width: 300px;
    }

    #mobile-contact a img {
        width: 200px;
    }

    #mobile-contact a div {
        width: 480px;
        font-size: 20px;
    }

    #mobile-contact > div:last-child {
        font-size: 18px;
    }

}

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

    #mobile-slide-contact {
        flex-direction: column-reverse;
        align-items: center;
        font-size: 16px;
        padding-top: 10px;
    }

    #mobile-slide-contact-info > *:first-child {
        margin-right: 20px;
    }

    .contact-vertical-bar {
        display: none;
    }

    #mobile-social-networks-btn {
        margin-top: 8px;
        padding-bottom: 10px;
    }

    #mobile-social-networks-btn a svg {
        width: 30px;
        height: 30px;
    }

    #mobile-waigeo-container img {
        min-width: auto;
        width: 100px;
    }

    #mobile-waigeo-container div {
        margin-bottom: 13px;
    }

    #mobile-pattern {
        margin-top: -10vw;
        width: 450vw;
    }

    #mobile-multicolored-powder {
        top: -26vw;
    }

    .mobile-circle-images, .mobile-features {
        transform: scale(1);
    }

    #mobile-multicolored-powder {
        width: 280vw;
        left: -100vw;
        top: -26vw;
    }

    .mobile-application {
        width: calc(100vw - 20px);
        flex-direction: row;
        text-align: left;
        height: fit-content;
        max-width: initial;
        margin: 8px;
    }

    .mobile-application img {
        height: 100%;
        width: 25vw;
        margin-right: 20px;
        margin-bottom: 0;
    }

    #last-mobile-application {
        font-size: 16px;
    }

    #mobile-contact a div {
        margin-top: 15px;
    }

    #mobile-inscriptions-scolaires {
        width: calc(100vw - 20px);
        padding-left: 4px;
    }

    #mobile-notre-solution-de-gestion-des {
        font-size: 5.5vw;
    }

    #mobile-scolariz-logo {
        min-width: 260px;
        width: calc(100vw - 200px);
    }

    #mobile-contact a div {
        width: 100%;
        padding: 0 10px;
    }

    .circle {
        margin-top: 120px;
    }

    #orange-mobile-container {
        margin-bottom: -72vw;
    }

    #pink-mobile-container .mobile-circle-images {
        margin-bottom: 30px;
    }

    #orange-mobile-container .mobile-circle-images {
        margin-bottom: 15px;
    }

    .mobile-title {
        font-size: 28px;
    }

    #mobile-electronic-signature {
        border-radius: 20px;
    }

    #background-mobile img {
        width: 150vw;
        left: -25vw;
    }

}

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

    #mobile-multicolored-powder {
        top: -22vw;
    }

    #orange-mobile-container {
        margin-bottom: -84vw;
    }

    #gray-mobile-container .mobile-title {
        font-size: 28px;
    }

}

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

    #mobile-multicolored-powder {
        top: -12vw;
    }

    #mobile-inscriptions-scolaires {
        margin-top: 0;
    }

    #mobile-notre-solution-de-gestion-des {
        margin-bottom: 10px;
    }

    #mobile-contact a img {
        width: 180px;
    }

    #orange-mobile-container {
        margin-top: -20px;
        margin-bottom: -92vw;
    }

    #gray-mobile-container .mobile-title {
        font-size: 26px;
    }

}

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

    #mobile-brochure-download-button div {
        font-size: 13px;
    }

    .mobile-application {
        font-size: 13px;
    }

    .mobile-application img {
        margin-right: 15px;
    }
}
