h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

title_scancovid {
    color: #75cd1f;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.jumbotron .h1 .text-green{
    color: #75cd1f !important;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #75cd1f;
    opacity: 1;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #75cd1f;
}


.cta-blue {
    background: #ff9000;
    opacity: 1;
    color: #192440;
}

.cta-blue:hover {
    color: #ffffff;
    background: #ff9000;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

.box-body .box-login {
    background: #121a2e !important;;
    border: 2px solid #192440 !important;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********* connexion gauche ******/
#connexion-gauche {
    background: #EDEDED;
    opacity:0.9;
    color: #2c4657;
    border: 1px solid #ff9000;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
}

/********* connexion droite ******/
#connexion-droite {
    background: #EDEDED;
    opacity:0.9;
    color: #2c4657;
    border: 1px solid #75cd1f;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
}

/********** description **********/
#description {
    background: #EDEDED;
    color: #2c4657;
}

#description ul li {
    padding: 3px 0;
}

#description form {
    color: #00FFAD;
}

#description form input,
#description form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #2c4657;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}