button, img, a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

sup {
    vertical-align: top;
}

html, body {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-family: century-gothic;
    font-size: 14px;
}

body {
    min-height: 100vh;
}

#topbar {
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.94);
    height: 80px;
    box-shadow: 0 10px 20px rgba(0, 10, 20, 0.12), 0 2px 8px rgba(0, 10, 20, 0.08);
    display: flex;
    z-index: 1000;
    backdrop-filter: blur(10px);
    margin-top: -100px;
}

#topbar-logo {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
    transition: 0.15s ease;
}

#topbar-logo:hover {
    background-color: white;
}

#topbar-logo img {
    height: 54px;
    width: auto;
}

#topbar-logo div {
    position: absolute;
    bottom: 10px;
    left: 25px;
    font-size: 12px;
    color: white;
    white-space: nowrap;
}

#topbar-tabs {
    padding-left: 30px;
    display: flex;
    justify-content: center;
}

#topbar-tabs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

#topbar-tabs::-webkit-scrollbar-track,
#topbar-tabs::-webkit-scrollbar-thumb,
#topbar-tabs::-webkit-scrollbar-thumb:hover {
    background: initial;
}

.topbar-tab {
    color: #1E5C89;
    padding: 28px 18px 0px 18px;
    font-size: 18px;
    position: relative;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    transition: 0.15s ease;
    font-weight: bold;
}

.topbar-tab:hover {
    background-color: white;
}

.topbar-tab-selected::before {
    content: '';
    background-color: white;
    height: 5px;
    width: 80%;
    border-radius: 8px 8px 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

#topbar-icons {
    margin-left: auto;

    /* COVID */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#content {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    min-height: calc(100vh - 80px);
    /*overflow-x: hidden;*/
    max-width: 100vw;
}

#logout-menu {
    display: flex;
    background-color: #323C46;
    color: white;
    text-decoration: none;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

#logout-menu svg {
    margin-right: 8px;
    transform: scaleX(-1);
}

#burger-menu-icon {
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #1F5C89;
    font-size: 24px;
    padding: 0px 22px;
    display: none;
    background-color: transparent;
    border: none;
}

#mobile-tabs {
    display: none;
}

.mobile-tab {
    color: white;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    padding: 0px 12px 12px 12px;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    justify-content: flex-end;
}

.mobile-tab-selected::before {
    content: '';
    background-color: white;
    height: 4px;
    width: 84%;
    border-radius: 8px 8px 0px 0px;
    position: absolute;
    bottom: 0px;
    left: 8%;
}

.mobile-tab svg {
    margin: 0px auto 7px auto;
    font-size: 20px;
}

.mobile-nb-invoices, .mobile-nb-messages {
    background-color: #ffea00;
    border-radius: 49.99%;
    color: #0091ea;
    height: 16px;
    width: 16px;
    line-height: 14px;
    font-family: Montserrat-Bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 5px;
    animation: light alternate infinite 1s linear;
}

#background-menu {
    display: none;
    background-color: rgba(0, 10, 20, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
}

#menu {
    position: fixed;
    left: -250px;
    top: 0px;
    height: 100%;
    width: 250px;
    background-color: white;
    z-index: 1002;
    box-shadow: 10px 0px 20px rgba(0, 10, 20, 0.18), 2px 0px 5px rgba(0, 10, 20, 0.12);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transition: 0.2s ease;
}

#menu-tabs {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.menu-tab {
    text-decoration: none;
    color: rgb(0, 10, 20);
    font-size: 14px;
    padding: 13px 25px;
    position: relative;
    font-family: Montserrat-Medium;
    display: flex;
}

.nb-menu-tab {
    background-color: #ffea00;
    border-radius: 50%;
    color: #0091ea;
    height: 18px;
    width: 18px;
    line-height: 14px;
    font-family: Montserrat-Bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 10px;
}

.menu-tab-selected::before {
    content: '';
    background-color: #0081D0;
    height: 86%;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    bottom: 0px;
    top: 7%;
    width: 5px;
    left: 0px;
}

#menu-top-button {
    height: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #0081D0;
    color: white;
    text-decoration: none;
    display: flex;
    z-index: 1;
    flex-shrink: 0;
}

#menu-circle {
    position: absolute;
    border: 40px solid #0081D0;
    height: 300%;
    width: 300px;
    border-radius: 50%;
    left: -160px;
    top: -100%;
    box-sizing: border-box;
    z-index: 2;
}

#menu-photo {
    height: 100px;
    width: 100px;
    z-index: 1;
    border: none;
}

#edit-profile {
    padding: 20px;
    font-family: Montserrat-Medium;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

#edit-profile svg {
    font-size: 13px;
    position: relative;
    z-index: 3;
    margin-left: 4px;
    top: -1px;
}

#bottom-menu-buttons {
    margin-top: auto;
}

#slide-1 {
    margin-top: -80px;
    height: 100vh;
    overflow: hidden;
    /*background: url('Ressources/img-slide-1.jpeg') no-repeat;*/
    /*background-size: cover;*/
    /*background-position: 50%;*/
    position: relative;
}

.ask-for-demo-button {
    border-radius: 4px;
    background-color: #E71D73;
    color: white;
    border: none;
    font-size: 16px;
    padding: 9px 15px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.15s ease;
    text-decoration: none;
    /* box-shadow: 0 6px 14px rgba(0, 10, 20, 0.2), 0 2px 6px rgba(0, 10, 20, 0.1); */
    margin-top: 21px;
    /* margin-top: 8px; */
    margin-right: 30px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    text-decoration: none;
}

#topbar-message-covid {
    margin-right: 30px;
    margin-top: 10px;
    font-size: 13px;
    color: rgb(20, 30, 40);
}

#topbar-message-covid b {
    color: #E71D73;
}

#background-slide-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.15);
    clip-path: circle(0%);
    -webkit-clip-path: circle(0%);
    z-index: 1;
    object-fit: cover;
}

#smartphone-slide-1, #smartphone-slide-1-alt {
    position: absolute;
    bottom: -2px;
    left: 50vw;
    transform: translateX(-50%);
    height: 100vh;
    width: auto;
    opacity: 0;
    z-index: 2;
}

#message-slide-1 {
    position: absolute;
    bottom: 12px;
    left: 50vw;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    z-index: 3;
    white-space: nowrap;
}

#message-slide-1 > div {
    background-color: white;
    padding: 9px 15px;
    border-radius: 4px;
    font-weight: 700;
    color: #1E5C89;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 0 6px 14px rgba(0, 10, 20, 0.2), 0 2px 6px rgba(0, 10, 20, 0.2);
}

#message-slide-1 > div > span {
    color: #C9C600;
}

#message-slide-1 > svg {
    margin-top: 5px;
    fill: white;
    width: 40px;
    height: 30px;
}

#contenu-tarifs-mvc-access {
    padding-top: 50px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

#covid-30-juin, #covid-1er-juillet {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

#covid-30-juin {
    margin-right: 80px;
    padding: 30px;
    box-shadow: 0 0 15px rgb(0, 10, 20, 0.15), 0 0 8px rgb(0, 10, 20, 0.15);
}

/* #covid-1er-juillet {
    transform: scale(1.08);
} */

.periode-tarifs-mvc-access {
    background-color: #215A86;
    color: white;
    padding: 10px 14px;
    box-shadow: 0 0 15px rgb(0, 10, 20, 0.15), 0 0 8px rgb(0, 10, 20, 0.15);
    width: fit-content;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 25px;
}

#liste-tarifs-mvc-access {
    display: flex;
    flex-wrap: wrap;
    max-width: 495px;
}

#hors-prix-des-sms {
    color: rgb(100, 110, 120);
    font-size: 12px;
    align-self: flex-start;
}

.tarif-mvc-access {
    background-color: rgb(54, 169, 225, 0.08);
    width: 240px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0;
    border-radius: 4px;
    box-sizing: border-box;
}

#liste-tarifs-mvc-access .tarif-mvc-access:nth-child(odd) {
    margin-right: 15px;
}

.tarif-mvc-access > div:first-child {
    color: #215A86;
    margin-bottom: 3px;
}

.tarif-mvc-access > div:last-child {
    color: #36A9E1;
    font-size: 22px;
}

#message-covid-slide-1, #message-covid-slide-4 {
    position: absolute;
    z-index: 3;
    width: 370px;
    background-color: white;
    margin-top: 30vh;
    margin-left: 15vw;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 30px rgb(0, 10, 20, 0.3), 0 0 10px rgb(0, 10, 20, 0.3);
    opacity: 0;
}

#message-covid-slide-4 {
    opacity: 1;
    position: relative;
    box-shadow: 0 10px 30px rgb(0, 10, 20, 0.18), 0 10px 10px rgb(0, 10, 20, 0.12);
    margin-top: 0;
    margin-left: 0;
}

#message-covid-slide-1 > div, #message-covid-slide-4 > div {
    text-align: justify;
    font-size: 16px;
    color: rgb(50, 60, 70);
    max-width: 100%;
}

#message-covid-slide-1 > div b, #message-covid-slide-4 > div b {
    color: #E71D73;
}

#message-covid-slide-1 .ask-for-demo-button, #message-covid-slide-4 .ask-for-demo-button {
    margin-top: 20px;
    margin-right: 0;
    box-shadow: none;
    padding: 10px 15px;
}

#img-covid-slide-1, #img-covid-slide-4 {
    width: 240px;
}

#slide-2 {
    background-color: #1F5C89;
    height: 100vh;
    min-height: 800px;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#smartphone-slide-2 {
    width: 1130px;
    height: auto;
    margin: calc(60px + 3vh) 0px 0px -250px;
    position: relative;
    z-index: 2;
    opacity: 0;
    object-fit: contain;
}

#message-wifi-slide-2 {
    margin-top: 14vh;
    left: 430px;
    display: flex;
    color: white;
    font-size: 18px;
    align-items: flex-end;
    position: absolute;
    z-index: 3;
    opacity: 0;
}

#message-wifi-slide-2 > div:last-child {
    margin-left: 60px;
}

#wifi {
    position: relative;
    top: -35px;
}

#wifi-1, #wifi-2, #wifi-3 {
    fill: #C9C600;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: -2px;
    position: absolute;
    left: 0;
    top: 0;
}

#wifi-1, #wifi-2 {
    opacity: 0;
}

#circle-slide-2 {
    background-color: rgba(23, 69, 102, 0.5);
    position: absolute;
    right: -14vw;
    bottom: -50vh;
    width: 100vw;
    height: 135vh;
    z-index: 1;
    border-radius: 50%;
}

#message-slide-2 {
    position: absolute;
    z-index: 3;
    color: white;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 26vh;
    left: 45vw;
    opacity: 0;
}

#message-slide-2 > span {
    font-weight: 700;
}

#cards-slide-2, #cards-slide-3 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
}

#cards-slide-2 {
    left: 640px;
    position: absolute;
    top: 40vh;
}

.label-premium {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    border-radius: 2px;
    background-color: #E71D73;
}

#cards-slide-3 {
    justify-content: center;
    margin: 70px 15vw 0px 15vw;
}

#cards-slide-2 > div, #cards-slide-3 > div {
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    width: 16vw;
    box-sizing: border-box;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1F5C89;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 20px 24px rgba(0, 10, 20, 0.5), 0 3px 6px rgba(0, 10, 20, 0.25);
    opacity: 0;
    position: relative;
}

#cards-slide-3 .label-premium {
    background-color: #3199CC;
}

#cards-slide-3 > div {
    color: rgb(23, 46, 73);
}

#cards-slide-2 > div > svg, #cards-slide-3 > div > svg {
    width: 80px;
    height: 50px;
    fill: #C9C600;
    margin-bottom: 15px;
}

#cards-slide-3 > div > svg {
    fill: #E71D73;
}

#cards-slide-2 > div > span, #cards-slide-3 > div > span {
    flex: 1;
    display: flex;
    align-items: center;
}

#slide-3 {
    background-color: #172E49;
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

#overlap-slide-3 {
    position: relative;
    top: -240px;
    z-index: 4;
    margin-bottom: -160px;
}

#video {
    position: relative;
}

#video video {
    display: block;
    position: relative;
    z-index: 1;
}

#video > div {
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(23, 46, 73, 0), rgba(23, 46, 73, 1));
}

#town-life {
    color: white;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 35px;
}

#message-slide-3 {
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 0px 50px;
}

#package-smartcity, #tarifs-mvc-access {
    font-size: 55px;
    text-transform: uppercase;
    color: #1F5C89;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    padding: 0 30px;
}

#package-smartcity > span, #tarifs-mvc-access > span {
    color: #C9C600;
}

#slide-4 hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgb(220, 225, 230);
}

#message-slide-4 {
    color: #1F5C89;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
}

#products-1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
}

#products-1 > .product-block:first-child {
    right: 3vw;
}

#products-1 > .product-block:last-child {
    left: -3vw;
}

#products-1 svg, #products-2 svg, #slide-4 > svg {
    width: 70px;
    height: 70px;
    fill: #3199CC;
    align-self: center;
}

#slide-4 > svg {
    margin: 0px auto;
    display: none;
}

#products-2 svg {
    margin: 0px 4vw;
}

#mac-slide-4 {
    width: 40vw;
    position: relative;
    object-fit: cover;
    height: 510px;
    transform: scale(1.4);
}

#products-1 > .product-block:first-child > .products-1-message {
    position: relative;
    left: 5vw;
}

#smartphone-slide-4-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

#smartphone-slide-4 {
    width: 40vw;
    position: relative;
    object-fit: cover;
    height: 510px;
}

#smartphone-slide-4-alt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

.products-1-message, .products-2-message {
    font-size: 20px;
    color: #1F5C89;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 0 10px;
    margin: auto auto 0 auto;
}

.products-1-message > span:nth-child(1) {
    margin-right: 8px;
}

.products-1-message > span:nth-child(2) {
    font-weight: 700;
}

.product-block {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#products-2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 120px;
    width: 100%;
    margin-top: 80px;
}

#town-slide-4 {
    width: 18vw;
    height: auto;
    align-self: center;
    display: block;
    margin: 0 auto;
}

#carte-de-visite-slide-4 {
    width: 18vw;
    height: auto;
}

#le-mag-slide-4 {
    width: 13vw;
    height: auto;
    box-shadow: 0 6px 15px rgba(30, 90, 134, 0.12), 0 2px 6px rgba(30, 90, 134, 0.12);
    align-self: center;
    display: block;
    margin: 0 auto;
}

.products-2-message {
    margin-top: 60px;
}

#carte-de-visite-slide-4 + .products-2-message {
    bottom: -108px;
    left: 25%;
}

#le-mag-slide-4 + .products-2-message {
    bottom: -65px;
    left: 2%;
}

#demo-slide {
    background-color: #1F5C89;
    color: white;
    display: flex;
    position: relative;
    height: 430px;
    overflow: hidden;
}

#strong-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    width: 50vw;
    z-index: 2;
    box-sizing: border-box;
}

#strong-points-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    position: relative;
    text-align: center;
}

#strong-points-list > div {
    display: flex;
    align-items: center;
    font-size: 20px;
    opacity: 0;
    position: relative;
}

#strong-points-list > div:not(:last-child) {
    margin-bottom: 25px;
}

#strong-points-list svg {
    fill: #C9C600;
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

#ask-for-demo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 50vw;
    text-align: center;
    box-sizing: border-box;
}

#ask-for-demo .ask-for-demo-button {
    box-shadow: 0 5px 8px rgba(0, 45, 77, 0.7), 0 1px 5px rgba(0, 45, 77, 0.9);
    padding: 15px 25px;
    margin-right: 0px;
    opacity: 0;
}

#phone-numbers {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 700;
    opacity: 0;
    display: flex;
    color: white !important;
    text-decoration: none !important;
}

#phone-numbers > span:nth-child(2) {
    padding: 0px 6px;
}

#address {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: 0;
}

#waigeo {
    height: 100px;
    width: auto;
    opacity: 0;
}

footer {
    background-color: #091c2a;
    padding: 25px 30px;
    font-size: 16px;
    color: white;
    text-align: center;
}

#waigeo-footer, #politique-de-protection-des-donnees {
    color: white;
    text-decoration: none;
}

#waigeo-footer {
    color: #C9C600;
}

#mentions-legales {
    cursor: pointer;
}

#arrow-right {
    position: absolute;
    height: 100%;
    width: 50vw;
    background-color: #1B5178;
    top: 0;
    left: calc(-50vw - 100px);
}

#arrow-right.show-arrow-right {
    left: calc(-4vw - 0px) !important;
}

#arrow-right:after {
    position: absolute;
    right: -100px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 215px solid transparent;
    border-bottom: 215px solid transparent;
    border-left: 100px solid #1B5178;
}

#slide-4 {
    overflow: hidden;
}

.body-scroll {
    overflow-y: visible;
    overflow-y: overlay;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 10, 20,0.6);
    padding: 80px 30px 0px 30px;
    box-sizing: border-box;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-content {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 30px;
    max-width: 450px;
    margin: auto auto 80px auto;
    box-shadow: 0px 10px 25px rgba(0, 10, 20, 0.3), 0px 2px 6px rgba(0, 10, 20, 0.1);
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-close svg {
    width: 30px;
    height: 30px;
    fill: #aaaaaa;
    transition: 0.2s ease;
}

.modal-close:hover,
.modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-close:hover svg,
.modal-close:focus svg {
    fill: #cccccc;
}

#logo-modal-demo {
    height: 100px;
    width: auto;
    margin: 0 auto 30px auto;
    display: block;

    /* COVID */
    /*height: 80px !important;*/
}

#texte-modal-demo {
    text-align: center;
    margin: 30px auto 20px auto;
    font-size: 20px;
    color: #1E5C89;
}

#erreur-formulaire {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.g-recaptcha > div {
    margin: auto;
}

#bouton-envoyer-demande {
    margin: 30px auto 0px auto;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    border: none;
    background-color: #3199CC;
    color: white;
    text-transform: uppercase;
    font-family: century-gothic;
    transition: 0.15s ease;
    cursor: pointer;
}

#bouton-envoyer-demande:hover {
    opacity: 0.8;
}

#bouton-envoyer-demande:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

#bouton-envoyer-demande svg {
    fill: #ffffff;
    margin-right: 8px;
    width: 14px;
    height: 14px;
}

#message-envoye, #erreur-message-pas-envoye, #icone-chargement {
    display: none;
}

#icone-chargement {
    position: fixed;
    top: calc(50vh - 25px);
    left: calc(50vw - 25px);
}

@keyframes iconeChargement {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#icone-chargement svg {
    fill: white;
    width: 50px;
    height: 50px;
    animation: iconeChargement 2s linear infinite;
}

#message-envoye, #erreur-message-pas-envoye {
    margin-top: 30vh;
    text-align: center;
    font-size: 18px;
    color: rgb(30, 40, 50);
}

.bloc-icone-retour-demande {
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    fill: rgb(80, 90, 100);
}

#message-envoye .bloc-icone-retour-demande {
    fill: #78ad03;
}

.bloc-icone-retour-demande svg {
    width: 100%;
    height: 100%;
}

#erreur-formulaire {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

#erreur-formulaire svg {
    margin-right: 5px;
}

#slide-4 .label-premium {
    position: relative;
    margin: -15px auto 0 auto;
    top: initial;
    right: initial;
    width: fit-content;
    max-width: 90px;
    font-size: 16px !important;
}

#message-covid-formulaire {
    margin: 30px -30px;
    padding: 30px;
    background-color: #E71D7315;
    text-align: justify;
}

#message-covid-formulaire b {
    color: #E71D73;
}

#img-covid-formulaire {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

#slide-fonctionnalites {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#fond-fonctionnalites {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top right;
}

#contenu-fonctionnalites {
    display: flex;
    justify-content: center;
    padding: 80px 0 100px 0;
    position: relative;
}

#couleurs-personnalisees {
    margin-top: auto;
}

.card-fonctionnalites {
    background-color: white;
    border-radius: 4px;
    padding: 30px 40px;
    box-shadow: 0 12px 25px rgba(0, 10, 20, 0.3), 0 2px 8px rgba(0, 10, 20, 0.15);
    width: 480px;
    box-sizing: border-box;
    opacity: 0;
    position: relative;
    flex-shrink: 0;
}

#titre-slide-fonctionnalites {
    font-size: 55px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
    padding: 0 30px;
    position: relative;
}

.titre-card-fonctionnalites {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    margin: -60px auto 0 auto;
    background-color: #3199CC;
    padding: 12px 20px;
    border-radius: 4px;
    width: fit-content;
    font-weight: 700;
}

#fonctionnalites-premium .titre-card-fonctionnalites {
    background-color: #E71D73;
}

#fonctionnalites-access, #couleurs-personnalisees {
    margin-right: 65px;
}

#fonctionnalites-access {
    left: -50px;
}

#fonctionnalites-premium {
    right: -50px;
}

#couleurs-personnalisees {
    width: auto;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 25px;
    bottom: -30px;
}

.liste-fonctionnalites {
    padding-top: 30px;
}

.liste-fonctionnalites > div {
    display: flex;
    margin-bottom: 12px;
    font-size: 20px;
    color: rgb(20, 30, 40);
}

.liste-fonctionnalites svg {
    margin-right: 12px;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#smartphone-slide-fonctionnalites {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: auto;
    top: 120px;
    opacity: 0;
    will-change: transform;
}

#ligne-blanche-citoyens {
    width: 1px;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 500px;
    background-color: white;
    opacity: 0;
    will-change: transform;
}

#gratuite-citoyens {
    position: absolute;
    left: calc(50% - 160px);
    color: white;
    text-align: center;
    font-size: 16px;
    width: 210px;
    opacity: 0;
    bottom: 600px;
    will-change: transform;
}

#gratuite-citoyens svg {
    width: 40px;
    height: 28px;
    margin-bottom: 5px;
    fill: white;
}

#contenu-pinceau {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

#contenu-pinceau svg {
    width: 34px;
    height: 34px;
    margin-left: 10px;
    position: relative;
    bottom: 5px;
    fill: white;
}

.carre {
    width: 30px;
    height: 30px;
}

#carre-vert {
    position: relative;
    background-color: #DEDC00;
    z-index: 5;
}

#carre-bleu {
    position: relative;
    transform: rotateZ(20deg);
    right: -15px;
    top: -10px;
    background-color: #36A9E1;
    z-index: 4;
}

#texte-modal-mentions-legales {
    color: #E71D73;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 10px;
}

#modal-mentions-legales b {
    color: #E71D73;
    font-size: 18px;
}

#modal-mentions-legales a {
    color: #1B5178;
    text-decoration: none;
}

#badges {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 110px;
    left: 30px;
    z-index: 2;
    opacity: 0;
}

#badges img {
    height: 50px;
    width: auto;
}

#badges a:first-child {
    margin-right: 20px;
}

#stores-access {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#stores-access img {
    height: 50px;
    width: auto;
}

#stores-access a:first-child {
    margin-bottom: 10px;
}

#vous-souhaitez-essayer-mvc-access {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

#vous-souhaitez-essayer-mvc-access b {
    color: #36A9E1;
}

#ask-for-demo .brochure-download-button, #modal-demo .brochure-download-button {
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 4px;
    margin-top: 25px;
    transition: 0.15s ease;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    opacity: 0;
    display: flex;
    align-items: center;
}

#modal-demo .brochure-download-button {
    opacity: 1;
    box-shadow: 0 6px 8px rgba(0, 10, 20, 0.1), 0 0 2px rgba(0, 10, 20, 0.12);
    margin: 0 auto 30px auto;
    border-radius: 10px;
    color: rgb(50, 60, 70);
    width: -moz-fit-content;
    width: fit-content;
}

#ask-for-demo .brochure-download-button:hover, #modal-demo .brochure-download-button:hover {
    background-color: white;
    color: rgb(30, 40, 50);
}

#modal-demo .brochure-download-button:hover {
    background-color: #e71d42;
    color: white;
}

#modal-demo .brochure-download-button:hover svg {
    fill: white;
}

#modal-demo .brochure-download-button svg {
    margin-right: 6px !important;
    transition: 0.15s ease;
    fill: #e71d42;
    width: 16px;
    height: 16px;
}

#ask-for-demo .brochure-download-button svg, #modal-demo .brochure-download-button svg {
    fill: white;
    margin-right: 4px;
    transition: 0.15s ease;
}

#ask-for-demo .brochure-download-button:hover svg, #modal-demo .brochure-download-button svg {
    fill: #e71d42;
}

#slide-1 .brochure-download-button {
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 4px;
    margin-top: 25px;
    transition: 0.15s ease;
    background-color: black;
    color: white;
    position: absolute;
    z-index: 2;
    top: 85px;
    right: 30px;
    opacity: 0;
    display: flex;
    align-items: center;
}

#slide-1 .brochure-download-button:hover {
    opacity: 0.85 !important;
}

#slide-1 .brochure-download-button svg,  #ask-for-demo .brochure-download-button svg {
    margin-right: 8px;
    transition: 0.15s ease;
    fill: white;
    width: 16px;
    height: 16px;
}

#slide-marron-ia {
    background-color: #1F5C89;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: white;
    align-items: center;
    padding: 100px 50px;
    box-sizing: border-box;
}

#slide-marron-ia > * {
    z-index: 2;
}

#titre-slide-marron-ia {
    font-size: 55px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 100vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#titre-slide-marron-ia svg {
    color: #dbdb04;
    fill: #dbdb04;
    width: 40px;
    height: 40px;
}

#titre-2-slide-marron-ia {
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
}

#features-marron-ia {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    gap: 20px;
    font-size: 18px;
}

#features-marron-ia > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

#features-marron-ia svg {
    width: 20px;
    height: 20px;
    color: #dbdb04;
    fill: #dbdb04;
    flex-shrink: 0;
}

@keyframes sparkleAnimation {
    from  {
        transform: rotate(0deg);
    }
    to  {
        transform: rotate(360deg);
    }
}

.sparkle {
    animation: sparkleAnimation 8s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

#sparkle-2 {
    animation-delay: -1s;
}

#sparkle-3 {
    animation-delay: -2.5s;
}

#background-marron-ia {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    object-fit: contain;
    mask-image: linear-gradient(90deg, #ffffff00, #ffffff77);
}

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

    #message-wifi-slide-2 {
        margin-top: 11vh;
    }

}

@media screen and (max-height: 850px) {

    #message-wifi-slide-2 {
        margin-top: 9vh;
    }

}

@media screen and (max-height: 780px) {

    #circle-slide-2 {
        bottom: -45vh;
    }

}

@media screen and (max-height: 750px) {

    #circle-slide-2 {
        bottom: -40vh;
    }

}

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

    #circle-slide-2 {
        bottom: -35vh;
    }

}

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

    #cards-slide-2 {
        left: 600px;
    }

    #town-slide-4 + .products-2-message {
        left: 6%;
    }

    #le-mag-slide-4 + .products-2-message {
        left: 1%;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        bottom: -106px;
    }

    #message-covid-slide-1 {
        margin-left: 13vw;
    }

}

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

    #cards-slide-2 {
        left: 560px;
    }

    #message-slide-2 {
        left: 43vw;
    }

    #cards-slide-3 > div {
        width: 18vw;
    }

    #town-slide-4 + .products-2-message {
        left: 2%;
        bottom: -79px;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 22%;
        bottom: -102px;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -1%;
    }

    #message-covid-slide-1 {
        margin-left: 11vw;
    }

}

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

    #cards-slide-2 {
        left: 480px;
    }

    #cards-slide-2 > div {
        width: 18vw;
    }

    #smartphone-slide-2 {
        width: 1050px;
    }

    #message-wifi-slide-2 {
        left: 390px;
    }

    #town-slide-4 + .products-2-message {
        left: -1%;
        bottom: -76px;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 20%;
        bottom: -98px;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -5%;
    }

    #message-covid-slide-1 {
        margin-left: 9vw;
    }

}

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

    #cards-slide-2 {
        left: 450px;
    }

    #cards-slide-2 > div {
        /*width: 19vw;*/
        padding: 25px;
    }

    #message-slide-2 {
        left: 42vw;
    }

    #overlap-slide-3 {
        top: -220px;
    }

    #cards-slide-3 > div {
        width: 20vw;
    }

    #town-slide-4 + .products-2-message {
        left: -3%;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 17%;
        bottom: -96px;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -9%;
    }

    #message-covid-slide-1 {
        margin-left: 7vw;
    }

}

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

    #message-covid-slide-1 {
        margin-left: 6vw;
    }

    #contenu-fonctionnalites {
        transform: scale(0.96);
    }

}

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

    #cards-slide-2 {
        left: 420px;
    }

    #smartphone-slide-2 {
        width: 1000px;
    }

    #message-wifi-slide-2 {
        left: 225px;
    }

    #cards-slide-2 > div {
        font-size: 18px;
    }

    #slide-3 {
        margin-top: 0px;
    }

    #overlap-slide-3 {
        top: -210px;
    }

    #cards-slide-3 {
        margin: 50px 12vw 20px 12vw;
    }

    #cards-slide-3 > div {
        width: 21vw;
    }

    #town-slide-4 + .products-2-message {
        left: -6%;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 16%;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -12%;
    }

    #message-covid-slide-1 {
        margin-left: 5vw;
    }

    #contenu-fonctionnalites {
        transform: scale(0.92);
        margin: -15px 0;
    }

    #titre-slide-fonctionnalites {
        margin-top: 80px;
    }

    #topbar-tabs {
        padding-left: 0;
    }

    #topbar .ask-for-demo-button {
        margin-top: 21px;
    }

    #products-1 > .product-block:first-child {
        right: 4.5vw;
    }

}

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

    #message-covid-slide-1 {
        margin-left: 4vw;
    }

    #contenu-fonctionnalites {
        transform: scale(0.9);
        margin: -20px 0;
    }

    #ask-for-demo .ask-for-demo-button {
        max-width: 380px;
    }

}

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

    #cards-slide-2 > div {
        font-size: 16px;
    }

    #smartphone-slide-2 {
        margin-left: -300px;
    }

    #cards-slide-2 {
        left: 380px;
    }

    #message-slide-2 {
        left: 39vw;
    }

    #overlap-slide-3 {
        top: -170px;
    }

    #cards-slide-3 {
        margin: 40px 10vw 40px 10vw;
    }

    #cards-slide-3 > div {
        width: 22vw;
    }

    #town-slide-4 + .products-2-message {
        left: -10%;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 12%;
        bottom: -94px;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -17%;
    }

    #topbar-message-covid {
        font-size: 12px;
    }

    .topbar-tab {
        font-size: 16px;
    }

    #message-covid-slide-1 {
        margin-left: 3vw;
    }

    #contenu-fonctionnalites {
        transform: scale(0.86);
        margin: -35px 0 -25px 0;
    }

    #products-1 > .product-block:first-child {
        right: 6vw;
    }

}

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

    #message-covid-slide-1 {
        width: 320px;
    }

    #cards-slide-2 .label-premium {
        font-size: 10px;
    }

    #contenu-fonctionnalites {
        transform: scale(0.82);
        margin: -50px 0 -40px 0;
    }

    #topbar-logo {
        width: 180px;
    }

    .topbar-tab {
        padding: 28px 15px 0px 15px;
    }

    #products-1 > .product-block:first-child {
        right: 7vw;
    }

}

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

    #topbar-tabs {
        padding-left: 0px;
    }

    #cards-slide-2 {
        left: 350px;
    }

    #message-slide-2 {
        left: 37vw;
    }

    #overlap-slide-3 {
        top: -160px;
    }

    #cards-slide-3 {
        margin: 40px 8vw 50px 8vw;
    }

    #cards-slide-3 > div {
        width: 24vw;
    }

    #message-slide-4 {
        margin-bottom: 40px;
    }

    #town-slide-4 + .products-2-message {
        left: -13%;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 11%;
        bottom: -92px;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -22%;
    }

    #contenu-fonctionnalites {
        transform: scale(0.78);
        margin: -70px 0 -50px 0;
    }

    #topbar-message-covid {
        margin-top: 12px;
    }

    #topbar-logo {
        width: 150px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    #topbar .ask-for-demo-button {
        margin-top: 21px;
    }

    #badges img {
        height: 45px;
    }

    #products-1 > .product-block:first-child {
        right: 8vw;
    }

}

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

    #cards-slide-2 > div {
        margin: 15px;
        padding: 20px;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 8%;
    }

    #le-mag-slide-4 + .products-2-message {
        left: -25%;
    }

    #town-slide-4 + .products-2-message {
        left: -19%;
    }

    .topbar-tab {
        font-size: 15px;
    }

    #message-covid-slide-1 {
        transform: scale(0.9);
        margin-left: 2vw;
    }

    #topbar-message-covid {
        font-size: 11px;
    }

    #contenu-fonctionnalites {
        transform: scale(0.75);
        margin: -85px 0 -65px 0;
    }

    #titre-slide-fonctionnalites {
        font-size: 50px;
    }

    #products-1 > .product-block:first-child {
        right: 9vw;
    }

}

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

    #overlap-slide-3 {
        top: -140px;
    }

    #cards-slide-3 {
        margin: 40px 0vw 70px 0vw;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        width: 27vw;
        font-size: 20px;
    }

    #slide-2 {
        flex-direction: column;
        height: auto;
        min-height: initial;
    }

    #message-wifi-slide-2 {
        position: relative;
        left: initial;
        top: -580px;
        margin: 0px;
        justify-content: center;
    }

    #message-slide-2 {
        position: relative;
        left: initial;
        margin-top: -40px;
        margin-bottom: 0px;
        font-size: 36px;
    }

    #cards-slide-2 {
        position: relative;
        left: initial;
        top: 30px;
        justify-content: center;
        margin: 0px 0px 80px 0px;
    }

    #smartphone-slide-2 {
        height: 550px;
        width: fit-content;
        display: block;
        margin: 100px 0px 0px 0px;
        left: 50vw !important;
        transform: translateX(-50%);
    }

    #circle-slide-2 {
        right: initial;
        left: -100vw;
        bottom: initial;
        top: 400px;
        width: 300vw;
        height: 200vh;
    }

    #topbar-tabs {
        display: none;
    }

    #message-covid-slide-1 {
        transform: scale(0.8);
        margin-left: 1vw;
    }

    #covid-30-juin {
        margin-right: 60px;
    }
    
    #contenu-fonctionnalites {
        transform: scale(0.72);
        margin: -95px 0 -75px 0;
    }

    #titre-slide-fonctionnalites {
        font-size: 48px;
    }

    #topbar .ask-for-demo-button {
        margin-top: 21px;
    }

}

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

    #products-1 {
        flex-direction: column;
    }

    #products-2 {
        flex-direction: column;
        top: 0px;
    }

    .product-block {
        width: 100vw;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #mac-slide-4 {
        width: 95vw;
        height: auto;
        transform: scale(1);
    }

    #products-1 > .product-block:first-child > .products-1-message {
        left: 9vw;
        margin-top: -100px;
    }

    .products-1-message, .products-2-message {
        font-size: 24px;
        position: relative;
    }

    #products-1 svg {
        margin-top: 50px;
        margin-bottom: 15px;
    }

    #products-1 > .product-block:last-child {
         left: 0;
    }

    #smartphone-slide-4 {
        right: 0;
        width: 80vw;
    }

    #smartphone-slide-4-alt {
        right: 0;
    }

    #slide-4 > svg {
        display: block;
        margin: 50px auto 50px auto;
    }

    #town-slide-4 {
        width: 28vw;
    }

    #town-slide-4 + .products-2-message {
        left: 0;
        bottom: 0;
        margin: 40px 0 0 0;
    }

    #carte-de-visite-slide-4 {
        width: 32vw;
    }

    #products-2 > svg {
        margin: 60px 0px;
    }

    #carte-de-visite-slide-4 + .products-2-message {
        left: 0;
        bottom: 0;
        margin-top: 40px;
    }

    #le-mag-slide-4 {
        width: 28vw;
    }

    #le-mag-slide-4 + .products-2-message {
        left: 0;
        bottom: 0;
        margin-top: 40px;
        margin-bottom: -40px;
    }

    #message-covid-slide-1 {
        margin-left: 0;
    }

    #covid-30-juin {
        margin-right: 40px;
    }

    #contenu-fonctionnalites {
        transform: scale(0.68);
        margin: -110px 0 -90px 0;
    }

}

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

    #overlap-slide-3 {
        top: -130px;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        font-size: 18px;
    }

    #demo-slide {
        flex-direction: column;
        height: auto;
    }

    #arrow-right {
        height: 100%;
        width: 100vw;
        top: calc(-100% - 50px);
        left: 0;
    }

    #arrow-right.show-arrow-right {
        left: 0 !important;
        top: 0 !important;
    }

    #arrow-right:after {
        right: initial;
        top: initial;
        bottom: -50px;
        width: 0;
        height: 0;
        border-top: 50px solid #1B5178;
        border-right: 50vw solid transparent;
        border-left: 50vw solid transparent;
        border-bottom: initial;
    }

    #ask-for-demo {
        margin: 40px auto 0px auto;
        width: 100vw;
    }

    #strong-points {
        width: 100vw;
        position: relative;
    }

    #town-slide-4 {
        width: 30vw;
    }

    #carte-de-visite-slide-4 {
        width: 35vw;
    }

    #message-covid-slide-1 {
        display: none;
        transform: scale(1);
        margin: 110px auto 0 auto;
        position: relative;
        width: auto;
        max-width: 370px;
    }

    #contenu-tarifs-mvc-access {
        flex-direction: column;
        align-items: center;
    }

    #covid-30-juin {
        margin-right: 0;
        margin-bottom: 50px;
    }

    #slide-fonctionnalites {
        background: url(Ressources/fond-fonctionnalites.jpg) top center;
    }

    #contenu-fonctionnalites {
        transform: scale(1);
        flex-direction: column;
        margin: 0;
        align-items: center;
        padding-bottom: 40px;
    }

    .card-fonctionnalites {
        margin-bottom: 80px;
    }

    #fonctionnalites-access {
        order: 1;
        margin-right: 0;
    }

    #fonctionnalites-premium {
        order: 2;
    }

    #gratuite-citoyens {
        position: relative;
        order: 3;
        bottom: 30px;
        left: 0;
        margin-top: 0px;
    }

    #ligne-blanche-citoyens {
        /*position: relative;*/
        /*order: 4;*/
        /*bottom: -150px;*/
        /*height: 80px;*/
        /*left: calc(-130px);*/
        display: none;
    }

    #smartphone-slide-fonctionnalites {
        order: 5;
        position: relative;
        top: -50px;
        transform: translateY(0);
        left: initial;
    }

    #couleurs-personnalisees {
        order: 6;
        margin-right: 0;
        margin-top: -30px;
    }

    #badges {
        position: relative;
        top: inherit;
        right: inherit;
        z-index: 2;
        justify-content: center;
        padding-top: 30px;
    }
    
    #badges img {
        height: 50px;
    }

    #slide-1 .brochure-download-button {
        display: none;
    }

}

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

    #overlap-slide-3 {
        top: -120px;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        font-size: 16px;
    }

    #mac-slide-4 {
        width: 100vw;
    }

    #town-slide-4 {
        width: 32vw;
    }

    #carte-de-visite-slide-4 {
        width: 38vw;
    }

    #le-mag-slide-4 {
        width: 32vw;
    }

    #slide-marron-ia {
        padding: 80px 30px;
    }

    #background-marron-ia {
        mask-image: linear-gradient(0deg, #ffffff77, #ffffff00);
        top: initial;
        bottom: 0;
    }

}

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

    #overlap-slide-3 {
        top: -110px;
    }

    #town-life {
        font-size: 50px;
    }

    #message-slide-3 {
        font-size: 20px;
    }

    #cards-slide-3 {
        margin: 40px 0vw 100px 0vw;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        width: 35vw;
        font-size: 18px;
    }

    #package-smartcity {
        font-size: 52px;
    }

    #smartphone-slide-4 {
        width: 90vw;
    }

    #town-slide-4 {
        width: 34vw;
    }

    #carte-de-visite-slide-4 {
        width: 40vw;
    }

    #le-mag-slide-4 {
        width: 34vw;
    }

}

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

    #overlap-slide-3 {
        top: -100px;
    }

    #town-life {
        font-size: 46px;
    }

    #message-slide-3 {
        font-size: 18px;
    }

    #video > div {
        height: 150px;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        padding: 25px;
    }

    #message-slide-2 {
        font-size: 32px;
    }

    #mac-slide-4 {
        width: 110vw;
    }

    #package-smartcity {
        font-size: 50px;
        padding: 0px 30px;
    }

    #smartphone-slide-4 {
        width: 95vw;
    }

    #town-slide-4 {
        width: 38vw;
    }

    #carte-de-visite-slide-4 {
        width: 43vw;
    }

    #le-mag-slide-4 {
        width: 37vw;
    }

    #products-1 > .product-block:first-child > .products-1-message {
        margin-top: -80px;
    }

    /* #covid-1er-juillet {
        transform: scale(1);
    } */

}

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

    #overlap-slide-3 {
        top: -90px;
    }

    #town-life {
        font-size: 42px;
    }

    #message-slide-3 {
        padding: 0px 30px;
    }

    #video > div {
        height: 120px;
    }

    #cards-slide-3 {
        margin: 40px 0vw 120px 0vw;
    }

    #cards-slide-3 > div {
        width: 41vw;
        margin: 15px;
        padding: 20px;
        font-size: 16px;
    }

    #cards-slide-2 > div {
        padding: 20px;
        width: 40vw;
        margin: 15px;
    }

    #message-slide-2 {
        font-size: 28px;
    }

    #message-slide-4 {
        font-size: 20px;
    }

    #mac-slide-4 {
        width: 130vw;
    }

    #smartphone-slide-4 {
        width: 110vw;
    }

    #town-slide-4 {
        width: 41vw;
    }

    #carte-de-visite-slide-4 {
        width: 46vw;
    }

    #le-mag-slide-4 {
        width: 40vw;
    }

    #topbar-message-covid {
        display: none;
    }

    .label-premium {
        font-size: 10px;
    }

    #slide-4 .label-premium {
        margin: -25px auto 15px auto;
    }

    #slide-2 .label-premium, #slide-3 .label-premium {
        top: 4px;
        right: 4px;
        font-size: 8px;
        padding: 2px 4px;
    }

    #tarifs-mvc-access {
        font-size: 45px;
    }

    .tarif-mvc-access {
        width: calc(100%);
        margin-right: 0 !important;
    }

    #liste-tarifs-mvc-access {
        max-width: calc(100% - 40px);
    }

    #hors-prix-des-sms {
        margin-left: 20px;
    }

    #message-covid-slide-4 {
        /* width: calc(100% - 40px); */
    }

    #img-covid-slide-4 {
        max-width: 100%;
    }

    #topbar {
        background-color: white;
    }

    .card-fonctionnalites {
        width: calc(100% - 60px);
        padding: 30px;
    }

    #smartphone-slide-fonctionnalites {
        width: 105%;
    }

    #ligne-blanche-citoyens {
        bottom: -135px;
    }

    .liste-fonctionnalites > div{
        font-size: 18px;
    }

    #titre-slide-fonctionnalites {
        font-size: 42px;
    }

    #topbar .ask-for-demo-button {
        margin-left: 20px;
    }

}

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

    #overlap-slide-3 {
        top: -70px;
    }

    #town-life {
        font-size: 38px;
    }

    #message-slide-3 {
        padding: 0px 20px;
    }

    #video > div {
        height: 100px;
    }

    #cards-slide-3 {
        margin: 40px 0vw 150px 0vw;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        width: 41vw;
        margin: 12px;
        padding: 15px;
        font-size: 14px;
    }

    #message-slide-2 {
        font-size: 24px;
    }

    #message-slide-4 {
        padding: 0 30px;
    }

    #mac-slide-4 {
        width: 140vw;
    }

    #smartphone-slide-4 {
        width: 120vw;
    }

    #town-slide-4 {
        width: 45vw;
    }

    #carte-de-visite-slide-4 {
        width: 52vw;
    }

    #le-mag-slide-4 {
        width: 43vw;
    }

    #cards-slide-2 > div > svg, #cards-slide-3 > div > svg {
        width: 70px;
        height: 45px;
        margin-top: 2px;
    }

    .modal {
        padding: 60px 15px 30px 15px;
    }

    #logo-modal-demo {
        height: 90px;
    }

    #tarifs-mvc-access {
        font-size: 40px;
    }

    #ligne-blanche-citoyens {
        bottom: -115px;
        left: -90px;
    }

    #titre-slide-fonctionnalites {
        font-size: 38px;
    }

    #titre-2-slide-marron-ia {
        font-size: 20px;
    }

    #titre-slide-marron-ia {
        font-size: 50px;
    }

    #slide-marron-ia {
        padding: 80px 20px;
    }

    #features-marron-ia {
        margin-top: 60px;
    }

}

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

    #town-life {
        font-size: 36px;
        margin-bottom: 25px;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        width: 41vw;
        margin: 10px;
        padding: 12px;
        font-size: 14px;
    }

    #cards-slide-3 {
        margin: 40px 0vw 160px 0vw;
    }

    #message-slide-2 {
        font-size: 22px;
    }

    #strong-points {
        padding: 40px;
    }

    #strong-points-title {
        font-size: 35px;
    }

    #strong-points-list > div {
        font-size: 18px;
    }

    #package-smartcity {
        font-size: 45px;
    }

    .products-1-message, .products-2-message {
        font-size: 22px;
    }

    #smartphone-slide-4 {
        width: 130vw;
    }

    #town-slide-4 {
        width: 46vw;
    }

    #carte-de-visite-slide-4 {
        width: 55vw;
    }

    #le-mag-slide-4 {
        width: 46vw;
    }

    #tarifs-mvc-access {
        font-size: 35px;
    }

    #smartphone-slide-fonctionnalites {
        margin-top: 15px;
    }

    #titre-slide-fonctionnalites {
        font-size: 35px;
    }

    #topbar .ask-for-demo-button {
        margin-left: 15px;
    }

    #topbar-icons .ask-for-demo-button {
        margin-top: 19px;
    }

    #topbar-logo {
        width: 130px;
    }

    #topbar-logo img {
        height: 45px;
    }

    #modal-demo .brochure-download-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #modal-demo .brochure-download-button svg {
        margin-right: 0 !important;
        margin-bottom: 8px;
        width: 24px;
        height: 24px;
    }

    #titre-slide-marron-ia {
        font-size: 48px;
    }

}

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

    #smartphone-slide-1, #smartphone-slide-1-alt {
        height: 92vh;
    }

    #message-slide-1 {
        margin-bottom: -6px;
    }

    #message-slide-1 > div {
        font-size: 15px;
    }

    #message-slide-1 > svg {
        margin-top: 2px;
        width: 30px;
        height: 25px;
    }

    #town-life {
        font-size: 34px;
    }

    #overlap-slide-3 {
        top: -50px;
    }

    #video > div {
        height: 90px;
    }

    #slide-1 {
        height: 92vh;
    }

    #phone-numbers {
        flex-direction: column;
    }

    #smartphone-slide-4 {
        width: 140vw;
    }

    #town-slide-4 {
        width: 47vw;
    }

    #carte-de-visite-slide-4 {
        width: 57vw;
    }

    #message-covid-slide-1 {
        max-width: calc(100% - 40px);
    }

    #img-covid-slide-1 {
        width: 70%;
    }

    #tarifs-mvc-access {
        font-size: 32px;
    }

    #titre-slide-fonctionnalites {
        font-size: 30px;
    }

    #products-1 > .product-block:first-child > .products-1-message {
        margin-top: -60px;
    }

}

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

    #topbar .ask-for-demo-button {
        margin-left: 10px;
    }

    #topbar-icons .ask-for-demo-button {
        margin-top: 19px;
    }

    #topbar-logo {
        width: 110px;
    }

    #topbar-logo img {
        height: 40px;
    }

    #badges {
        padding-top: 20px;
    }

    #badges img {
        height: 45px;
    }

    #ask-for-demo .brochure-download-button {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #ask-for-demo .brochure-download-button svg {
        margin-right: 0;
        margin-bottom: 8px;
        width: 24px;
        height: 24px;
    }

    #titre-slide-marron-ia {
        font-size: 42px;
    }

}

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

    #message-slide-1 > div {
        font-size: 14px;
    }

    #town-life {
        font-size: 32px;
    }

    #overlap-slide-3 {
        top: -45px;
    }

    footer {
        font-size: 14px;
    }

    #circle-slide-2 {
        height: 280vh;
    }

    #package-smartcity {
        font-size: 42px;
    }

    #town-slide-4 {
        width: 50vw;
    }

    #carte-de-visite-slide-4 {
        width: 60vw;
    }

    #le-mag-slide-4 {
        width: 49vw;
    }

    #message-covid-slide-1 > div {
        font-size: 12px;
    }

    #tarifs-mvc-access {
        font-size: 30px;
    }

}

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

    #message-slide-1 > div {
        font-size: 13px;
    }

    #cards-slide-3 > div, #cards-slide-2 > div {
        width: 80vw;
        margin: 15px;
        padding: 15px;
        font-size: 16px;
    }

    #message-slide-2 {
        font-size: 20px;
    }

    #strong-points-title {
        font-size: 32px;
    }

    #package-smartcity {
        font-size: 40px;
    }

    #tarifs-mvc-access {
        font-size: 28px;
    }

    #titre-slide-fonctionnalites {
        font-size: 26px;
    }

    #message-covid-slide-1 .ask-for-demo-button {
        padding: 10px 0;
    }

    #badges img {
        height: 38px;
    }

}

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

    #message-slide-1 {
        display: none !important;
    }

    #message-slide-1 > div {
        font-size: 12px;
    }

    #town-life {
        font-size: 29px;
    }

    #message-slide-2 {
        font-size: 19px;
    }

    #strong-points-title {
        font-size: 28px;
    }

    #package-smartcity {
        font-size: 38px;
    }

    #tarifs-mvc-access {
        font-size: 25px;
    }

    #smartphone-slide-fonctionnalites {
        margin-top: 25px;
    }

    .card-fonctionnalites {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }

    #ligne-blanche-citoyens {
        left: -80px;
    }

    #badges {
        padding-top: 10px;
    }

}

@keyframes cconsentAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cconsent-bar {
    background-color: white !important;
    left: 30px !important;
    bottom: 30px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: rgb(50, 60, 70) !important;
    font-family: centhury-gothic, sans-serif !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 10px rgba(0, 10, 20, 0.3) !important;
    max-width: 250px !important;
    font-size: 13px !important;
    opacity: 0;
    transform: none !important;
    animation: cconsentAnimation 1s ease forwards !important;
    animation-delay: 3.2s !important;
}

#cconsent-bar .ccb__right > div {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

#cconsent-bar .ccb__left {
    line-height: initial !important;
    margin-top: 0 !important;
}

#cconsent-bar .ccb__right {
    white-space: initial !important;
    width: 100% !important;
}

#cconsent-bar a {
    color: rgb(50, 60, 70) !important;
    font-size: 14px !important;
    display: block;
    border: 1px solid rgb(220, 225, 230);
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: initial !important;
    width: 100% !important;
    font-family: centhury-gothic, sans-serif !important;
    margin-bottom: 8px !important;
}

#cconsent-bar button {
    background-color: #e71d73 !important;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: initial !important;
    border: 1px solid rgb(220, 225, 230);
    text-align: center;
    color: white !important;
    width: 100% !important;
    font-family: centhury-gothic, sans-serif !important;
}

#cconsent-bar.ccb--hidden {
    display: none !important;
}

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

    #cconsent-bar {
        width: calc(100% - 40px) !important;
        max-width: initial !important;
        left: 20px !important;
        bottom: 20px !important;
    }

}
