body {
    background-size: cover;
    background-color: #222;
    color: #CCC;
    font-family: 'Lato', sans-serif;
}


.logo {
    // position:absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.logo img {
    width: 50%;
    min-width: 280px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}


.tagline {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
    color: #fff;
}


.texte {
    font-family: 'Cormorant', serif;
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 60px;
    color: #CCC;
}

.intro,
.italique {
    width: 50%;
    min-width: 320px;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.intro {}

.italique {
    font-style: italic;
}




.credentials {
    color: #AAA;
    text-align: center;
}

.credential {
    width: 50%;
    display: inline-block;
}

.credential .title {
    color: white;
}

a{
  text-decoration: underline;
}



.contacts {
    width: 50%;
    min-width: 300px;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 70px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center;
    padding-top: 30px;
}


  .infos span{
    color:white;
  }


