#conf {
    display: flex;
    flex-direction: column;
    background: var(--secondary);
}

#conf h2 {
    text-align: center;
    line-height: 50px;
}

#conf h3 {
    text-decoration: underline;
}

.conf_subtitle {
    text-align: left;
    font-size: var(--regular);
}

.conf_content {
    font-weight: normal;
    font-size: var(--smallTxt);
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0;
}

.conf_subtitle_weight {
    text-decoration: underline;
}#form {
    background: url('../assets/pics/footer_background_vigiphone.png') no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#form_container {
    width: 600px;
    border-radius: var(--radius);
    box-shadow: 0px 0px 6px 2px #AFC1E6;
    background-color: white;
    padding: 15px;
}

#form_container > h3 {
    margin: 0;
    font-size: 27px;
}

#number_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: "AG-Gothic-thin";
    margin: 0;
    margin-top: 15px;
}

#number_form label {
    font-weight: bold;
    font-size: var(--smallTxt);
}

#number_form > .row::before, #number_form > .row::after {
    display: none;
}

#number_form > .row {
    justify-content: space-between;
    gap: 15px;
}

#number_field {
    flex: 1;
}

#save {
    display: flex;
    justify-content: end;
}

#saveBtn {
    background: var(--primary);
    border-radius: var(--radius);
    color: white;
    border: 0;
    font-weight: bold;
    padding: 5px 18px;
}

@media screen and (max-width:999px) {
    #form {
        background-size: auto 100%;
        justify-content: start;
        padding-top: 40px;
    }

    #form_container {
        width: 90%;
    }
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    border-radius: var(--radius);
    background-color: green;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }.legalContainer {
    font-family: AG-Gothic-thin;
}

.legal_title {
    margin: 15px 0;
    font-weight: bold;
}#headerLogo {
    width: 200px;
}

#headerMenu {
    display: block;
}

#header {
    background: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
}

#menu {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#menu > ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}

#menu > ul > li > img {
    width: 150px;
}

.burger-menu {
    display: none;
}

.cta_app {
    background-color: var(--primary);
    padding: 10px 15px;
    border-radius: var(--radius);
    color: white;
    cursor: pointer;
    transition: 150ms;
    text-align: center;
}

.cta_app:hover {
    background-color: var(--primaryHover);
}

.inverted_cta_app {
    background-color: white;
    padding: 10px 15px;
    border: 1px solid var(--primary);
    border-radius: var(--radius);
    color: var(--primary);
    cursor: pointer;
    transition: 150ms;
    text-align: center;
}

.inverted_cta_app:hover {
    background-color: var(--primary);
    color: white;
}

@media screen and (max-width:999px) {
    .menuHeader {
        width: 100%;
    }

    .menuDesktop {
        display: none;
    }

    .hideInMobile {
        display: none;
    }

    .burger-menu {
        width: 100vw;
        height: 50px;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        padding: 0 25px;
        top: 0;
        left: 0;
        z-index: 9999;
        font-size: var(--bigTxt);
        font-weight: bold;
    }

    .menu {
        height:100vh;
        width: 100vw;
        background-color:slategrey;
        z-index: 9999;
        text-align:center;
        position: absolute;
        bottom: 0;
        left: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .menu > ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
      
    .menu li  { 
        padding-top:1em;
        padding-bottom:1em;
        text-decoration:none;
        list-style-type: none;
    }
    
    .menu li  a {
        padding-top:3em;
        text-decoration:none;
        color: var(--primary);
    }

    .bar {
        transition:0.4s;
    }

    .bar {
        transition:0.4s;
    }

    .bar-1 {
        width:4em;
        display: block;
        width: 40px;
        border-top: 3px solid var(--primary);
        padding-top:6px;
        cursor:pointer;
        transition:0.4s;
    }
 
    .bar-2 {     
        width:4em;
        display: block;
        width: 40px;
        border-top: 3px solid var(--primary);
        padding-top:5px;  
        display:fixed;
        transition:0.4s;
    }
 
    .bar-3 {  
        width:4em;
        display: block;
        width: 40px;
        border-top: 3px solid var(--primary);
        transition:0.4s;
    }


    .change .bar-1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 8px);
    }
    
    .change .bar-2 {
        opacity:0;
    }
    
    .change .bar-3 {
        -webkit-transform: rotate(45deg) translate(-5px, 5px);
        transform: rotate(45deg) translate(-5px, -5px);
    }

    .menu li {
        padding-top: 1em;
        padding-bottom: 1em;
        text-decoration: none;
        list-style-type: none;
    }

    .menu > ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #mobileMenu {
        width: 100%;
        height: 100vh;
        background: var(--primary);
        color: white;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mobileMenu > ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    #mobileMenu > ul a {
        color: white;
        font-size: var(--smallTitle);
    }

    #menuContainer {
        display: flex;
        flex-direction: row;
    }

    #mobileLogo {
        flex: 1;
        padding: 5px 15px;
    }

    #mobileLogo > img {
        width: 60%;
        margin: 0 auto;
    }

    #home_message {
        width: 300px;
        font-size: var(--title);
        bottom: -100px;
    }

    #mobileMenu > ul > li {
        text-align: center;
    }

    #headerLogo {
        width: 120px;;
    }

    #header {
        width: 100%;
    }
}#main_landing {
    margin-top: 80px;
}

#main_landing .row {
    align-items: center;
}

#main_landing .row::before, #main_landing .row::after {
    display: none;
}

#main_left_block, #main_right_block {
    flex: 1;
}

#main_left_text {
    font-weight: bold;
    margin-bottom: 25px;
}

#main_right_block {
    display: block;
    text-align: right;
}

#chouette_full {
    width: 100%;
}

#main_left_cta {
    gap: 15px;
}

#animationCard {
    width: 100%;
    margin: auto;
  }

@media screen and (max-width:999px) {
    #main_landing .row {
        flex-direction: column;
        padding: 0 15px;
    }

    #main_left_text {
        text-align: center;
    }
    
}#numbers {
    margin-top: 80px;
    background-color: var(--secondary);
    padding: 70px 0;
}

#numbers_text {
    margin-bottom: 50px;
}

#numbers > .column {
    align-items: center;
    justify-content: center;
}

.numbers_item {
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.numbers_item > .data {
    color: var(--primary);
    text-align: center;
}

.numbers_item > .sub_data {
    font-family: "AG-Gothic-thin";
    font-size: var(--smallTxt);
    font-weight: normal;
    text-align: center;
}

.blue_separator {
    width: 3px;
    background-color: var(--primary);
    height: 140px;
}

@media screen and (max-width:999px) {
    #numbers_text {
        text-align: center;
    }

    #numbers > .container > .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blue_separator {
        width: 75%;
        margin: 25px 0;
        background-color: var(--primary);
        height: 2px;
    }
}#features {
    margin-top: 80px;
}

#features > .column > h2 {
    text-align: center;
}

.features_row {
    margin-top: 70px !important;
    justify-content: space-between;
    gap: 75px;
    align-items: center;
}

.feature_left_block {
    width: 50%;
}

.feature_text_block {
    width: 50%;
}

#app_screenshot {
    width: 100%;
}

.feature_text {
    font-family: "AG-Gothic-thin";
    font-size: var(--smallTxt);
    font-weight: normal;
}

@media screen and (max-width:999px) {
    .features_row {
        flex-direction: column !important;
        margin-top: 25px;
        margin-bottom: 50px;
        gap: 20px;
    }

    #app_screenshot, .feature_text_block {
        width: 100%;
        text-align: center;
    }
}#tarrifs {
    margin-top: 80px;
    background-color: var(--secondary);
    padding: 70px 10px;
    position: relative;
}

#left_decoration, #right_decoration {
    position: absolute;
    bottom: -2px;
}

#left_decoration {
    left: 0;
}

#right_decoration {
    right: 0;
}

#tarrifs > .column {
    align-items: center;
    justify-content: center;
}

#tarrifs > .column > h2 {
    text-align: center;
    margin-bottom: 15px;
}

#tarrifs_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
}

.tarrif_card {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: white;
}

.card_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--primary);
    margin-bottom: 20px;
}

.card_title > .row {
    align-items: center;
    gap: 10px;
}

.card_price {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
    height: 41px;
}

.c_pr {
    font-weight: 400;
}

.sub_pr {
    font-size: 16px;
    color: #5F7196;
}

.features_list, .paying_features_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.feature {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.feature_icon > img {
    width: 20px;
    height: 20px;
}

.feature_description {
    font-size: var(--smallTxt);
    font-weight: normal;
    font-family: AG-Gothic-thin;
    padding-top: 4px;
    width: 80%;
}

.paying_features_list {
    background-color: #F5F8FF;
    position: relative;
}

.features_price {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: bold;
    color: var(--primary);
    font-size: var(--regular);
}

.qr {
    justify-content: center;
    align-items: center;
    margin-top: 60px !important;
    gap: 50px;
}

#qr_container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#qr_txt {
    color: #2D3E61;
}

#qr_subtxt {
    font-family: AG-Gothic-thin;
    margin-bottom: 15px;
}

.tarrifs_title {
    font-size: 40px;
    width: 100%;
    text-align: center;
}

.temp_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--smallTitle);
    height: 100%;
    padding-bottom: 15px;
}

@media screen and (max-width:999px) {
    #tarrifs_row {
        flex-direction: column;
    }

    .tarrif_card {
        width: 100%;
    }

    .qr {
        display: flex;
        flex-direction: column !important;
    }


    .card_title > .row h3 {
        font-size: 25px;
    }

    .feature_description {
        width: 70%;
    }

    .tarrifs_title {
        text-align: center;
        margin-bottom: 15px;
    }

    #qr_txt {
        font-size: 24px;
    }

    #qr_container {
        text-align: center;
    }

    .qr > img {
        width: 60%;
    }

    .qr {
        margin-top: 30px !important;
    }
}#footer {
    background-color: var(--primaryDark);
    color: white;
    padding: 80px 0;
}

#footer .column {
    gap: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#footer_logo {
    width: 320px;
}

#footer_row {
    justify-content: end;
    width: 100%;
}

.footer_item {
    flex: 1;
}

.footer_item_title {
    font-weight: bold;
    padding-bottom: 5px;
}

.footer_item_links {
    display: flex;
    flex-direction: column;
}

.footer_item_links a {
    color: white;
}


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

    #footer_row {
        flex-direction: column;
    }

    .footer_item {
        text-align: center;
    }
}