@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html{
    height: 100%;
    width: 100%;
    margin: 0;
    color: white;
    font-family: 'Raleway';
    font-weight: 400;
}
@font-face {
    font-family: "copains";
    font-weight: 100;
    src: url('../fonts/LesCopainsDabord.ttf')  format('truetype');
}
@font-face {
    font-family: "little";
    font-weight: 100;
    src: url('../fonts/LittleCopains.ttf')  format('truetype');
}
@font-face {
    font-family: "pub";
    font-weight: 100;
    src: url('../fonts/PubDesCopains.ttf')  format('truetype');
}
  .container, .fullpage{
    height: 100%;
    display: flex;
    flex-flow: row;
}
.fullpage{
	overflow: scroll;
}
.choice{
    flex: 1;
    background-size: cover;
    position: relative;			
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.choice::before, .fullpage::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  transition: filter 0.3s;
  z-index: -1;
}
.fullpage::before{
  filter: none;
}
.choice:hover::before{
    filter: grayscale(0%);
}
.choice img{
    width: 40%;
    height: auto;
      cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.4));
    filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.4));

}
.aide{
    position: absolute;
    font-size: 14px;
    right: 20px;
    bottom: 20px;
    text-align: right;
    width: 100%;
}
.aide img{
    width: 165px;
    margin-top: 5px;
}
.legals{
    display:none;
}
.index .legals{
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
#copains::before{
    background-image: url('../images/preview_copains.jpg');
}
#little::before{
    background-image: url('../images/preview_little.jpg');
}
#pub::before{
    background-image: url('../images/preview_pub.jpg');
}
#halles::before{
    background-image: url('../images/preview_halles.jpg');
}
#wheel::before{
    background-image: url('../images/preview_wheel.png');
}
#fullpage-copains::before{
    background-image: url('../images/fullpage_copains.jpg');
}
#fullpage-little{
    background-color: rgba(0, 0, 0, 0.5);
}
#fullpage-little::before{
    background-image: url('../images/fullpage_little.jpg');
}
#fullpage-pub::before{
    background-image: url('../images/fullpage_pub.jpg');
}
#fullpage-halles::before{
    background-image: url('../images/fullpage_halles.jpg');
}
a{
    color: white;
    text-decoration: none;
}
.le-haut a{
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 24px;
    border-bottom: 3px solid white;
    padding-bottom: 5px;
}
.fullpage{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
}
.le-haut{
    margin-bottom: 10px;
    width: 100%;
}
.fullpage-container{
    min-height: 90%;    
    flex: 0 0 auto;
    position: relative;			
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    width: 80%;
}
.logo{
    min-width:13%;
    max-width: 13%;
}
.logo img{
    width:100%;
    min-width: 110px;
}
.description{
    margin-left: 30px;
}
.tags{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.tags.buttons{
    margin-top: 0;
}
.tags span{
    margin: 5px;
}
.tags span, .tags a{
    border-radius: 100px;
    background-color: white;
    color: black;
    padding: 14px 20px;
    font-weight: 600;
    box-sizing: border-box;
}
.tags.buttons{
    display: inline-flex;
    flex-wrap: wrap;
}
.tags.buttons a{
    background-color: #fed739;
    margin-right: 10px;
    color: black;
    transition: all 0.2s ease-in;
    height: 47px;
}
.tags.buttons a:first-of-type{
    margin-left: 0;
}

.tags.buttons a:hover{
    background-color: black;
    color: white;
}
.tags.buttons a.social{
    font-size: 18px;
    display: inline-flex;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
}

h3{
    font-weight: 500;
    line-height: 30px;
}
strong{
    color: #fed739;
}
.fullpage h1{
    margin-bottom: 0;
    margin-top: 0;
}
#fullpage-copains h1{
    font-family: "copains";
    font-size: 45px;
    font-weight: 100;
}
#fullpage-little h1{
    font-family: "little";
    font-size: 55px;
    font-weight: 100;
}
#fullpage-little h1 span, #fullpage-pub h1 span{
    font-family: "copains";
    font-size: 45px;
}
#fullpage-pub h1{
    font-family: "pub";
    font-size: 45px;
    font-weight: 100;
}
.bieres{
    margin-top: 20px;
    display: flex;
}
.bieres img{
    height: 90px;
}
.bieres span.invert img{
    filter: invert(100%);
}
.bieres span.white {
    background: white;
}
.bieres span{
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.4);
    display: inline-flex;
    background: black;
    border-radius: 200px;
    height: 90px;
    width: 90px;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    text-align: center;
    font-size: 15px;
}
.bieres span:first-of-type{
    margin-left: 0;
}
.rounded img{
    height: 70px;
    max-width: 100%;
    max-height: 100%; 
}

@media (min-width: 767.98px) {
    .mobile-only{display: none;}
}

@media (max-width: 1480px) {
    .logo{
        min-width: 20%;
    }
}
@media (max-width: 1050px) {
    .logo{
        min-width: 30%;
    }
}
@media (max-width: 767.98px) {
    .aide{
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
        font-size: 12px;
        right: 10px;
        bottom: 10px;
    }
    .aide img{
        width: 140px;
    }
    .container{
        flex-flow: column;
    }
    .choice{
        height: 25%;
    }
    .choice img{
        height: 70%;
        width: auto;
    }
    .fullpage-container{
        width: 100%;
        flex-flow: column;
    }
    #fullpage-copains h1{
        font-size: 35px;
        text-align: center;
    }
    #fullpage-little h1{
        font-size: 35px;
        text-align: center;
    }
    #fullpage-pub h1{
        font-size: 35px;
        text-align: center;
    }
    .description{
        width: 100%;
        margin-left: 0;
    }
    .fullpage{
        flex-flow: column;
        min-width: 100%;
        min-height: 100%;
        overflow: scroll;
        height: 100%;
    }
    .tags{
        margin-top: 0;
    }
    .tags span{
        font-size: 13px;
        margin-top: 9px;
    }
    .tags span, .tags a {
        display: inline-block;
        margin-top: 10px;
        padding: 14px 16px;
    }
    .logo{
        min-width: 42%;
    }
    h1{
        margin-top: 0;
    }
    .bieres{
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .bieres span{
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 15px;
    }
    .bieres span:first-of-type{
        margin-left: 5px;
    }
    .desktop-only{display: none;}
}