/* title text */
@font-face {
    font-family: pfefferBold;
    src: url('../fonts/pfeffer-simpelgotisch-bold.otf');
}

/* title first letter */
@font-face {
    font-family: pfefferBold;
    src: url('../fonts/pfeffer-simpelgotisch-bold.ttf');
}

body
{
    font-family:'Raleway', sans-serif;
    font-style: normal;
    font-size: 0.9em;
    font-weight: 100;
    line-height: 1.5em;
    color: #c5c5c5;
}

.title
{
    font-family:'pfefferBold', serif;
    color: #B9A64B;
    font-size: 2.5em;
}

.title .first-letter
{
    font-family:'steelplateTextura', 'pfefferBold', serif;
    color:#1E1E28;
    text-shadow: #B9A64B 1px 1px, #B9A64B -1px 1px, #B9A64B -1px -1px, #B9A64B 1px -1px;
    font-size: 1.5em;
}

h1.title{
    padding-bottom: 1em;
    text-align: center;
}

h5{

}

h6{
    font-size: 1.2em;
    padding-bottom: 0.9em;
}

h7{
    font-family:'pfefferBold', serif;
    color: #1E1E28;
    font-size: 1.2em;
}

.imgAcceuil{
    width: 100% !important;
    padding-left: 20%;
}

/* Style for our header texts
	* --------------------------------------- */
h1{
    font-size: 4em;
    color: #fff;
    margin:0;
    padding:0;
}

/* video
* --------------------------------------- */
video{
    margin-top: 2em;
}

/* Navbar
* --------------------------------------- */
.navbar{
    background-color: #B9A64B !important;
}

.nav-link{
    font-family:'Raleway', sans-serif;
    color: #ffffff !important;
    margin-right: 3em;
    font-size: 1.3em;
}

@media screen and (max-width: 1200px) {
    .navbar{
        background-color: #B9A64B !important;
    }

    .nav-link{
        font-family:'Raleway', sans-serif;
        color: #ffffff !important;
        margin-right: 3em;
        font-size: 1.3em;
    }

    .navbar-brand > h7{
        display: none;
    }

    .navbar-toggler{
        height: 2em !important;
    }
}

/* Layer
* --------------------------------------- */
#section0 .layer{
    position: absolute;
    z-index: 4;
    width: 30%;
    top: 80%;
    left: 35%;
    background-color: white;
    opacity: 0.7;

}

.layer p{

    font-family:'Raleway', sans-serif;
    font-style: normal;
    color: #1E1E28;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

/* Partenaire
* --------------------------------------- */
.logo{
    width: 40%;
}

.test{
    margin-top: 2em;
}

.partners{
}

#partners img{
    text-align: center;
}

.legende{
    font-size: 12px;
}

/* contact
* --------------------------------------- */
.contact p{
    font-family:'Raleway', sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-top: 2em;
}

.mail{
    color: #B9A64B;
}

a .title{
    text-decoration: none;
}

button{
    color: white !important;
    height: 100px;
}

.frameConstruction{
    margin-top: 5%;
}

/* buttons */
#buttons{
    margin-top: 2em;
    padding-right: 0em;
    height:60px;
    line-height:60px;
}
#buttons a,
#buttons a:visited
{
    display:block;

    width:100%;
    height: 60px;
    line-height:60px;

    border: 1px solid #B9A64B;
    border-radius: 0 40px 0 40px;

    background-color: rgba(30,30,40,0.8);
    color:#FFFFFF;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;

    -webkit-transition:0.2s linear 0.0s;
    -o-transition:0.2s linear 0.0s;
    transition:0.2s linear 0.0s;
}

#buttons a:hover,
#buttons a:active
{
    background-color:#B9A64B;
    color:#1E1E28;
}

@media screen and (max-width: 1200px){
    body{
        font-size: 0.7em;
    }

    .title{
        font-size: 2.4em;
        margin-top: 2em;
    }

    .projet{
        margin-top: 2.5em;
    }

    .legende{
        font-size: 1em;
    }

    .partenaireTitle{
        font-size: 2em;
        margin-top: 3em;
    }
}

@media screen and (max-width: 992px){
    body{
        font-size: 0.65em;
    }

    .title{
        font-size: 2.5em;
    }

    .projet{
        margin-top: 2.7em;
    }

    .show850{
        display: block;
    }
}

@media screen and (max-width: 850px){
    .hide850{
        display: none;
    }

    .projetTxt{
        padding-top: 0px;
    }

    body{
        font-size: 0.8em;
    }
}

@media screen and (max-width: 576px ){
    body{
        font-size: 0.7em;
    }
    .title{
        font-size: 2em;
        margin-top: 2.5em;
    }

    .legende{
        display: none;
    }

}

@media screen and (max-width: 420px) {
    body{
        font-size: 0.6em;
    }
    .title{
        font-size: 1.5em;
        margin-top: 2.5em;
    }
}

@media screen and (max-width: 390px){
    body{
        font-size: 0.6em;
    }
    .title{
        font-size: 1.5em;
        margin-top: 3em;
    }
}