/* OVERRIDE TARTEAUCITRON */
#tarteaucitron #tarteaucitronInfo a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
}

#tarteaucitronDisclaimerAlert .custom-p a {
    color: #000;
    text-decoration: none;
}


/* SITE STYLE */
.green {
    color: #88a548
}
.black {
    color: #000000
}
#return-to-top {
    display: none;
    z-index: 99
}

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

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


main {
    font-family: "Trebuchet MS", Arial, sans-serif
}
h1.title {
    font-size: 22px;
}
h1.title span {
    font-size: 32px;
}
.section {
    padding: 2rem 1.5rem
}
.bande-top {
    background: #e6e6e6;
    padding-top: .5rem;
    padding-bottom: .45rem
}
.formulaire {
    background: #FBBD00;
    padding: 30px;
    border-radius: 10px;
    max-width: 460px;
}
.formulaire .title {
    color: #000000;
    font-size: 31px;
}
.formulaire .title span {
    font-size: 23px;
    color: #ffffff;
}
.formulaire .alert-error {
    padding: 10px;
    color: #fff
}
.formulaire .alert-error strong {
    color: #fff
}
.formulaire .button-submit {
    color: #fff;
    background: #000000;
    border-color: #000000;
    border-radius: 0;
    font-weight: bold;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    margin: 0 auto;
}
.formulaire .button-submit:hover {
    background: #23013D;
}

.etudiant .title {
	font-size: 30px;
}
.etudiant ul {
    padding: 0px;
}
.etudiant ul li {
    padding: 8px 0;
}
.etudiant ul strong {
    font-size: 1.15rem!important
}

.logo-datadock {
	max-height: 59px;
    padding-left: 10px;
}
.citation {
    background-color : #E6E6E6;
    padding: 10px;
}
.citation .intro {
    font-size: 20px;
    padding: 20px 10px;
    text-align: left;
}
.citation .info-supplementaire{
	text-align: left;
	font-size: 18px;
}
.diplomes.section {
	padding-top: 0;
}
.diplomes .box {
    color: #fff;
    padding: 3rem 0;
    border-radius: 0;
    width: 100%;
}
.diplomes .box .subtitle, .diplomes .box .title, .diplomes .box p, .diplomes .box strong {
    color: #000000
}
.diplomes .box .title {
	font-size: 34px;
}
.diplomes .box .subtitle {
    padding: 10px 0;
    font-size : 23px;
}

.diplomes .box img {
	padding-bottom: 20px;
}

.diplomes .box .subtitle strong {
	font-size : 25px;
}
.diplomes .telephone {
    background: #FBBD00;
}
.diplomes .video {
    background: #008CDB;
}
.diplomes .numerique {
    background: #00E6B4;
}

.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-efc-footer.png) no-repeat bottom center
}
.footer .bottom {
    padding-top: 30px;
    font-size: .9rem
}
@media (min-width:769px) {
    h1.title {
	    font-size: 32px;
	}
	h1.title span {
	    font-size: 42px;
	}
	.etudiant h2 {
        line-height: 150%;
        padding-right: 23px
    }

    .etudiant ul {
	    padding: 0 0 0 50px;
	}

	.citation .intro {
	    text-align: center;
	}

	.citation .info-supplementaire{
		max-width: 420px;
		margin: 0 auto;
		text-align: left;
		font-size: 18px;
	}

    #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) {
    .footer .top {
        min-height: 85px;
        background: url(../img/logo-efc-footer.png) no-repeat bottom right;
        padding-bottom: 20px
    }
}
