.green {
    color: #88a548
}

.blue {
    color: #004570
}

#return-to-top {
    display: none;
    z-index: 99
}

main {
    font-family: "Trebuchet MS", Arial, sans-serif
}

h1.page-title {
    margin: 0 0 20px;
}

h1 .title {
    font-size: 32px;

}

h1 .subtitle {
    font-size: 19px;
}

.section {
    padding: 2rem 1.5rem
}

.accroche {
    font-size: 22px;
}

.bande-top {
    background: #e6e6e6;
    padding-top: .5rem;
    padding-bottom: .45rem
}

.formulaire {
    background: #004570;
    padding: 34px 30px;
    border-radius: 10px
}

.formulaire .title {
    color: #fff
}

.formulaire .title span {
    font-size: 125%
}

.
.formulaire .alert-error {
    padding: 10px;
    color: #fff
}

.formulaire .alert-error strong {
    color: #fff
}

.formulaire .button-submit {
    color: #fff;
    background: #e38622;
    font-weight: bold;
    border: 0 none;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    font-size: 15px;
}

.formulaire .button-submit:hover {
    background: #d96e0f
}

.etudiant ul {
    padding: 0 0 0 50px;
    border-left: 1px solid #88a548
}

.etudiant ul li {
    padding: 8px 0
}

.etudiant ul strong {
    font-size: 1.15rem !important
}

.fonctionnement .etape {
    text-align: center;
}

.fonctionnement .etape .contenu {
    font-weight: 700;
}

.fonctionnement .etape .link {
    text-decoration: underline;
}

.fonctionnement h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 40px;
}

.fonctionnement .container-button {
    text-align: center;
}

.fonctionnement .container-button .button {
    color: #fff;
    background: #e38622;
    font-weight: bold;
    border: 0 none;
    font-size: 17px;
    padding: 10px 50px;
    margin: 50px 0 10px;
}

.fonctionnement .container-button span {
    font-weight: 600;
}

.fonctionnement .container-button .link {
    text-decoration: underline;
    color: #004570;
    font-size: 16px;
}

.citation {
    background: url(../img/bg-citation.jpg) no-repeat;
    background-size: cover;
    padding: 10px;
}

.citation p {
    font-size: 1.55rem;
    line-height: 115%;
    padding: 2.25rem;
    border: 3px solid #88a548
}

.section.diplomes {
    padding: 2rem 1.5rem 1rem;
}

.diplomes .box {
    color: #fff;
    padding-bottom: 1rem;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}

.diplomes .box:hover {
    opacity: 0.9;
}

.diplomes .box .subtitle, .diplomes .box .title, .diplomes .box p, .diplomes .box strong {
    color: #fff
}

.diplomes .box .title {
    padding: 10px 0
}

.diplomes .dcg {
    background:  #e36f22;
}

.diplomes .dcg .reduction {
    text-shadow: 0 0 20px #e36f22, 0 0 5px #e36f22, 0 0 10px #e36f22, 0px 0px 15px rgb(0 140 219 / 0%);
    font-size: 55px;
    line-height: 60px;
    margin-top: -13px;
    padding-bottom: 10px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

.diplomes .bts {
    background: #004570;
    display: block;
    height: 100%;
}

.diplomes .bts2 {
    background: #88a548
}

.diplomes .bac {
    background: #972f5d
}

.custom-container {
    margin-top: 10px
}

.diplomes .titre-certifiant {
    background: #ffae00;
    padding-bottom: 10px;
    display: block;
    width: 100%;

}

.diplomes .titre-certifiant .is-vcentered, .diplomes .ca .is-vcentered,
.diplomes .titre-certifiant .is-vcentered, .diplomes .gdp .is-vcentered {
    padding: 0.5rem 0.5rem
}

.diplomes .box .title {
    font-size: 1.5rem;
}

.diplomes .ca .subtitle,
.diplomes .gdp .subtitle{
    font-size: 1rem;
}

.diplomes .reduction .tarif {
    font-weight: bolder;
    font-size: 50px;
}

.diplomes .reduction .asterisque {
    font-weight: bolder;
    font-size: 28px;
    vertical-align: text-bottom;
}

.diplomes .ca {
    border: 6px solid #000000;
    border-radius: 15px;
    background: linear-gradient(#243172, #004570, #19577e, #0084d0);
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
}

.diplomes .ca .reduction {
    text-shadow: 0 0 20px #1475ff, 0 0 5px #14e5ef, 0 0 10px #14e5ef, 0px 0px 15px rgb(0 140 219 / 0%);
    font-size: 30px;
    line-height: 50px;
    margin-top: 0px;
}

.diplomes .text-vertical{
    transform: rotate(-90deg);
    top: 110px;
    right: -40px;
    position: absolute;
    font-size: 12px;
}

.diplomes .gdp {
    border: 6px solid #000000;
    border-radius: 15px;
    background: linear-gradient(#ff3700, #ff5e00, #ff8d00, #ffae00);
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
}

.diplomes .gdp .reduction {
    text-shadow: 0 0 20px #ffae00, 0 0 5px #ffae00, 0 0 10px #ffae00, 0px 0px 15px rgb(0 140 219 / 0%);
    font-size: 30px;
    line-height: 50px;
    margin-top: 0px;
}

.footer {
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: none
}

.footer .top {
    color: #88a548;
    padding-bottom: 90px;
    min-height: 85px;
    border-bottom: 1px solid #000;
    background: url(../img/logo-datadock.png) no-repeat bottom center;
    padding-bottom: 130px;
    background-size: 118px;
}

.footer .bottom {
    padding-top: 30px;
    font-size: .9rem
}

.footer .certif {
    padding-top: 19px;
}

@media (min-width: 471px) {
    .formulaire .button-submit {
        font-size: 20px;
    }

    .fonctionnement .container-button .button {
        font-size: 25px;
    }
}

@media (min-width: 769px) {
    .accroche {
        font-size: 24px;
        line-height:
    }

    .fonctionnement h3 {
        font-size: 30px;
    }

    .fonctionnement .container-button .link {
        text-decoration: underline;
        color: #004570;
        font-size: 18px;
    }

    .fonctionnement .container-button .button {
        font-size: 30px;
    }

    .etudiant h2 {
        line-height: 150%;
        padding-right: 23px
    }

    .citation p {
        font-size: 2.15rem;
        line-height: 115%;
        padding: 2.25rem 5rem
    }

    #return-to-top {
        color: #fff;
        text-align: center;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #94bb37;
        padding-top: 6px;
        width: 40px;
        height: 40px;
        display: block;
        text-decoration: none;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}

@media (min-width: 1088px) {
    h1.page-title {
        margin: 0;
    }

    h1 .title {
        font-size: 50px
    }

    h1 .subtitle {
        font-size: 28px;
    }

    .footer .top {
        min-height: 130px;
        background: url(../img/logo-datadock.png) no-repeat bottom right;
        padding-bottom: 20px;
        background-size: 108px;
    }
}

.error {
    border-color: #c80000 !important;
    background: #ffc8c8 !important;
}

.error-msg {
    color: #fff;
    font-size: 12px;
}
