/*
DESKTOP SCREENS
*/

/*
Feuille de style par défault: 1920x1080 (16:9)
*/

html{
    font-family: 'Capriola', sans-serif;
}

h4 {
    font-size: 1em;
}

h5 {
    color: #3c6382;
    font-weight: 700;
}

/*
HEADER
*/
.menu{
    display: none !important;
}
.dropdown .btn{
    background-color: #3c6382;
}

.dropdown .btn:hover{
    background-color: #3c6382;
}

.dropdown .btn:active{
    background-color: #3c6382;
}

.dropdown .btn:focus{
    background-color: #3c6382;
}

.nav{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 70px;
    line-height: 70px;
    background-color: #3c6382;
    position: fixed;
    top: 0;
    z-index: 999;
}

.nav > .active > a {
    color: #ffffff;
}

.nav a{
    color:#FFFFFF;
    font-family: 'Capriola', sans-serif;
    font-weight: bold;
}

.nav a:hover{
    color: #82ccdd;
}

.nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link.active {
    color: #fff;
    background-color: #0d6efd;
}
/*
BANNER
*/
.banner-mobile{
    display: none;
}
.banner{
    font-family: 'Capriola', sans-serif;
    background-color: #ffffff;
    margin-top: 10%;
    text-align: justify;
}
.banner .banner-image{
    position: relative;
    max-width: 100%;
    z-index: 1;
}
.banner h1{
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}
.banner .subtitle{
    font-weight: bold;
    margin-bottom: 2%;
}
.banner .uppertitle{
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #3c6382;
}
.banner .banner-accueil{
    padding: 5%;
    margin-top: 5%;
}
.banner .banner-accueil .to-padd{
    padding-top: 5%;
}
.banner .title .description-titre{
    margin-top: 7%;
    text-align: center;
}
.banner .title .icon{
    position: absolute;
    z-index: 2;
    margin-top: -9%;
    margin-left: 82%;
}
.banner .title .icon img{
    width: 230px;
    height: auto;
}
.banner .banner-cv{
    padding: 5%;
    margin-top:7%;
}
.banner .title-imaged .banner-image{
    margin-top: -10%;
}
.banner .title .photo{
    position: absolute;
    z-index: 2;
    margin-top: -7%;
    margin-left: 80%;
}
.banner .title .photo img{
    width: 250px;
    height: auto;
}
.banner .banner-contact{
    padding: 3%;
}
.banner .banner-contact .formulaire{
    padding: 3%;
    margin-bottom: 5%;
}
.banner .banner-contact .telephone{
    margin-bottom: 10%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.banner .banner-contact .telephone a {
    color: #3c6382;
    text-decoration: none;
}

.banner .banner-contact .tarifs{
    padding: 3%;
    margin-bottom: 5%;
}
.banner .banner-contact .accordion{
    display: block;
}
.banner .banner-contact .prevision{
    text-align: center;
    font-style: italic;
}
.banner .banner-contact h2{
    text-align: center;
    font-size: 24px;
}
.banner .banner-contact .btn-block {
    padding: 2% 5%;
}
.banner .banner-contact iframe{
    margin: 0 auto;
    width: 100%;
}
.banner .banner-contact .prevision{
    margin-top: 5%;
}
.banner .banner-gm{
    padding: 5%;
}
.banner .banner-gm .to-padd{
    padding-top: 3%;
}
.banner .retour-mentions-legales {
    margin-bottom: 2em !important;
}
/*
FOOTER
*/
.footer{
    background-color: #ecf0f1;
    margin-bottom: -15px;
}
.footer .footer-text{
    text-align: center;
    font-family: 'Capriola', sans-serif;
    padding-bottom: 1%;
}
.footer .footer-text .footer-title{
    font-weight: bold;
}
.footer .informations-content {
    text-align: center;
    padding: 1px;
}
.footer .footer-text {
    padding-top: 1%;
}
.footer .btn {
    color: #222;
    background-color: transparent;
    border: 2px solid #222;
}
.footer .collapse {
    padding-left: 2em;
    padding-right: 2em;
    text-align: justify;
}
.footer .collapsing {
    padding-left: 2em;
    padding-right: 2em;
    text-align: justify;
}
.footer .collapse a {
    color: #222;
    text-decoration: none;
}
.footer .collapsing a {
    color: #222;
    text-decoration: none;
}
/*
PAGES REFERENCEMENT
*/
.title-referencement {
    margin-top: 4em;
}
.banner-referencement {
    margin-top: 0;
    padding: 5%;
    text-align: center;
}
.banner-referencement .btn {
	margin-top: 2em;
}
/*
AUTRES
*/
#popup-success{
    display: none;
}
#popup-error{
    display: none;
}
input:invalid{
    border: 2px red;
}