/* COMMUN */

body {
    margin: 0;
    line-height: 1.6;
    font-family: 'Playfair Display', serif;
    overflow-x: hidden;
}

/* autres */

.ombre {
    text-shadow: 10px 10px 5px rgba(0,0,0,.5);
}

/* Liens */

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

.link {
    display: inline-block;
    font-family: 'Muli', sans-serif;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 86px 0;
    padding: 10px 20px;
}

.link--medium {
    padding: 15px 30px;
    font-size: 22px;
}

.link--big {
    margin: 50px 0;
    font-size: 30px;
}

.link__white {
    color: #fff;
    border: 1px solid #fff;
}

.link:hover, .link:focus {
    background: linear-gradient(45deg, #fff 50%, #262320 50%);
    background-size: 300% 100%;
    background-position:right bottom;
    transition: 0.7s ease;
    color: #fff;
}

.link__white:hover, .link__white:focus {
    background: linear-gradient(45deg, #262320 50%, #fff 50%); 
    background-size: 300% 100%;
    background-position:right bottom;
    transition: 0.7s ease;
    color: #000;
}

/* Titres */

.title {
    font-family: 'Muli', sans-serif;
    font-size: 43px;
    line-height: 1.4;
    margin-top: 0;
}

.title--big {
    font-size: 82px;
}

.title--medium {
    font-size: 48px;
}

.title--small {
    font-size: 36px;
}

.title--mini {
    font-size: 20px;
}

.title__white {
    color: #fff;
}

.title__header {
    position: relative;
}

.title__header:after {
    content: "";
    width: 300px;
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -28px;
    box-shadow: 4px 5px 5px rgba(0,0,0,.5);
}

.text {
    font-size: 22px
}
.text--small{
    font-size: 18px;
}
.text__white{
    color: #fff;
}

.quote {
    font-family: 'Muli', sans-serif;
    font-size: 60px;
    line-height: 1.4;
    color: #fff;
    width: 58%;
    margin: 0;
}

.quote--auteur {
    font-size: 22px;
    padding: 0;
    background: url(images/line.png) no-repeat left center;
    padding: 0 63px;
}


/* nav */

/*
.nav {
    list-style: none;
    cursor: pointer;
    background-color: #262320;
    height: 50px;
    padding: 0 130px;
}

.nav--el {
    float: left;
    width: 200px;
    text-align: center;
    margin-right: 20px;
    white-space: nowrap;
}

.nav--el__last {
    margin-right: 0;
}

.nav--el a {
    display: inline-block;
    font-size: 18px;
    padding: 15px 0;
    font-family: 'Muli', sans-serif;
    color: white;
}

.nav--el:hover {
        
}

.nav a:focus {
    color: #262320;
}
*/

/* Layout */

.clear {
    clear: both;
}

.hide {
    display: none;
}

.col {
    width: 59%;
}

.col--medium {
    width: 49%;
}

.col--small{
    width: 40%;
}

.col--center{
    margin: 0 auto;
}

.col--right{
    float: right;
}

.col--left{
    float: left;
}

.container{
    width: 1200px;
    margin: 0 auto;
}
.container--padding {
    padding: 0 130px;
}

.padding--big {
    padding-top: 460px; 
}

.padding {
    padding-top: 200px;
}

.padding--small {
    padding-top: 100px;
}

.section:after {
    content: "";
    clear: both;
    display: table;
}


/* background */

.header--bck {
    background: url(images/bck-header.png) no-repeat center;
    background-size: cover;
    height: 900px;
}

.ericmeyer--bck {
    background: url(images/bck-body-1.png) no-repeat center;
    height: 1329px;
    background-size: 100% 100%;
}

.introduction--img {
    background: url(images/introduction.png) no-repeat right 5%;
    padding-bottom: 195px;
}

.system--img {
    display: inline-block;
    width: 1180px;
    height: 350px;
}

.ccl--bck {
    background: url(images/bck-body-2.png) no-repeat center;
    background-size: 100% 100%;
}

.footer--bck {
    background: #1f1d1a no-repeat center;
    padding: 10px 0;
}

/* Abstract */

.abstract--header {
    background: url(images/abstract-header.png) no-repeat top left;
    height: 472px;
}

.abstract--footer {
    background: url(images/abstract-footer.png) no-repeat bottom left;
    height: 472px;
}