html {
    margin: 0;
    padding: 0;
}

@media (max-width: 576px) {
    html { font-size: 0.8em; }

}

/*@media (min-width: 768px) {
    html { font-size: 1.5rem; }
}

@media (min-width: 992px) {
    html { font-size: 1.75rem; }
}

@media (min-width: 1200px) {
    html { font-size: 2rem; }
}*/


#home-content {
    background: url("images/bg-home-content.png") center no-repeat border-box;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#home-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.562);
}

.border-debug1 {
    border: yellow dashed 3px;
}

.border-debug2 {
    border: #1eff00 solid 3px;
}

.border-debug3 {
    border: tomato dotted 3px;
}

#app-proceed-group {
   height: 0;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.app-proceed:first-child {
    left: 8.75%;
    z-index: -1;
}

.app-proceed:last-child {
    right: 8.75%;
    z-index: -1;
}

#programs {
    margin-top: 23%;
}

.single-gradient-blue {
    background: linear-gradient(45deg, #1abdf3 0%, #22ddee 32%,#2af1da 80%,#11f3bbee 100%);
}

.single-gradient-blue-color {
    color: #1abdf3;
}

.border-gradient-blue {
    border-bottom: 5px solid;
    border-image: linear-gradient(45deg, #1abdf3, white) 20;
}

.border-program {
    border: solid 1px;
    border-top: none;
    border-image: linear-gradient(45deg, #1abdf3, white) 20;
    box-shadow: 0px 0px 1px #2af1da;
}

.real-dark-bg {
    background-color: black;
}

.download-plateform {
    font-size: 0.76em;
}

#form-contact {
    background: url("images/bg-form-contact.png") center no-repeat border-box;
}

#contact {
    padding-top: 8%;
    background: url("images/bg-contact.png") bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(179.91deg, #FFFFFF 7.19%, rgba(251, 255, 254, 0.700106) 69.82%, rgba(99, 255, 227, 0.59375) 124.16%, rgba(255, 255, 255, 0) 164.64%);
}