div.accueil-header {
    background-image: url(../images/accueil/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#463c3d;

    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

div.accueil-header h1 {
    padding-top: 80px;
    padding-left: 30px;
    padding-bottom: 15px;
    color: #ffffff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    /*font-size: 75px;*/
    font-size: 4em;
}
div.accueil-header h1 span#hidden {
    display:none;
    text-indent: -10000px;
}

div.accueil-header div.logo {
    max-width: 100%;
    margin-right:5px;
    padding-right:5px;
}

@media screen and (max-width: 640px) {
    div.accueil-header div.logo img{
        height:100px;
    }
}

div.content {
    padding: 30px 13px;
}

div.guides {
    /*justify-content: space-around; */
    padding-bottom: 30px;
    min-height: 400px;
}

div.guides h2 {
    background-image: url(../images/accueil/guides.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 80px;
    font-family: 'Architects Daughter', sans-serif;
    font-size: 2em;
    margin-bottom: 30px;
}
div.guides .col {
    position: relative;
    max-width: 272px;
}
div.info {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(50%);
    width: calc(100% - 30px);
}

div.info a {
    color: #ffffff;
}

div.info > div.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0;
}

/*div.info > div.name {
    padding-right: 6px;
    text-align: right;
}*/
/*
div.info > a >  div.name {
    padding-right: 6px;
    text-align: right;
    color: #ffffff;
    font-size: 3em;
    line-height: 1em;
    font-family: 'Architects Daughter', sans-serif;
}
*/

div.info > a >  span.name {
    padding-right: 6px;
    text-align: right;
    color: #ffffff;
    font-size: 3em;
    line-height: 1em;
    font-family: 'Architects Daughter', sans-serif;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
}


/*
div.info > a  > div.subtitle {
    padding: 16px;
}
div.info > a > div.subtitle {
    font-size: 1.5em;
    font-family: 'Architects Daughter', sans-serif;
    color: #ffed00;
}
div.guides .col:first-child div.info > a > div.subtitle  {
    color: #95c11f;
}
div.guides .col:nth-child(2) div.info > a > div.subtitle  {
    color: #f39200;
}

div.info > a > div.subtitle > em {
    font-size: 1.6em;
    line-height: 1em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-style: normal;
    text-transform: uppercase;
}
 */

div.info > a  > span.subtitle {
    padding: 16px;
}
div.info > a > span.subtitle {
    font-size: 1.5em;
    font-family: 'Architects Daughter', sans-serif;
    color: #ffed00;
}
div.guides .col:first-child div.info > a > span.subtitle  {
    color: #95c11f;
}
div.guides .col:nth-child(2) div.info > a > span.subtitle  {
    color: #f39200;
}

div.info > a > span.subtitle > em {
    font-size: 1.6em;
    line-height: 1em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-style: normal;
    text-transform: uppercase;
}


img.capital-letter {
  max-width: 100%;
}

span.noshow {
    display:none;
}

@media screen and (max-width: 640px) {
  img.capital-letter {    
    height:30px;
  }
}

span#imageNoWrap {
    white-space:nowrap;
}

span.imageC {
    background-image:url('/images/C.png');
    background-position:left;
    background-repeat:no-repeat;
    display: inline-block;
    height: 100px;
    width: 100px;
}

.guides.accueil {
    justify-content:flex-start;
}

@media screen and (max-width: 640px) {
   div.accueil-header h1 {
       font-size: 1.5em;
   } 
   .col-5 {
     padding-top:20px;
     flex: 0 0 100%;
     max-width: 80%;
   }
  div.info > div.name a {
       /*font-size:1.2em; */
   }
  div.guides {
    display:block;     
  }
  div.guides .col {
      paddding-top:5px;
      padding-bottom:5px;
  }
}