:root{
    --Persian-Red : #cc3333 ; /* Rouge Zebra */
        --Persian-Red-LowOpacity : #d45454b9 ;
    --Red-Orange : #ff3333 ; /* Rouge Zebra Dégradé 1 */
    --Buccaneer : #663333 ; /* Rouge Zebra Dégradé 2 */
    --Mine-Shaft : #333333 ; /* Noir Zebra */
    --White : #ffffff ; /* Blanc Zebra */

    --Carrot : #EF7215 ;

    --Shark : #24252A ;

    --InstagramColor : #C13584 ;
        --InstagramColorOmbre : #9a2a6a ;
    --TwitterColor : #1DA1F2 ;
        --TwitterColorOmbre : #0c84cd ;
    --DiscordColor : #6075c0 ;
        --DiscordColorOmbre : #3d5dcc ;
    --ItchIoColor : #fa5c5c ;
        --ItchIoColorOmbre : #f72929 ;
    --LinkedInColor : #0e76a8 ;
        --LinkedInColorOmbre : #0b5e86 ;
    --YoutubeColor : #dd0000 ;
        --YoutubeColorOmbre : #bb0000 ;
    --TwitchColor : #6441a5 ;
        --TwitchColorOmbre : #503484 ;



    --Background-Img: url(../Image/Fond\ de\ Page/Fond-Blanc_10.jpg);


    --Responsive-Logo-Large: url(../Image/Logo/Responsive\ Logo\ Large.png);
}

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@font-face {
    font-family: waltographUI;
    src: url(../Ressources/Fonts/waltographUI.ttf);}
@font-face {
    font-family: waltograph42;
    src: url(../Ressources/Fonts/waltograph42.otf);}
/*
@font-face {
    font-family: Rimouski;
    src: url(/Ressource/rimouski-sb.otf) format("opentype");
}*/

*{
    margin: 0;
    padding: 0%;
}


.ImgBox, .ImgBox > img{ position: relative; width: 100%; height: auto; z-index: 10;}

body
{
    /*background-image: url(/Ressources/Images/Background\ 1.jpg) ;
    background-repeat: repeat-y;
    background-size: cover;*/
    background-color: #2D4E9D;
}

.Bordure{
    display: block;
    position: fixed;
    width: 4px;
    height: 100%;
    line-height: 100%;
    background-color: #D4AF69;

    z-index: 1;}
    .BG{
        left: 5px;}
    .BD{
        right: 5px;}




.MainBloc{
    overflow-y: hidden;
    width: 85%;
    margin-left: auto; margin-right: auto;
    background: white;
    box-shadow: 0px 2px 10px var(--Shark), inset 0px 2px var(--Shark);
    margin-top: -10px;
    padding: 15px;
    

    font-family: 'Roboto', sans-serif;
    font-weight: 300;}
    
    .MainBloc > h1{
        font-size: 2.5em;
        margin: 25px 0;
        color: #3b5fab;}
    .MainBloc > h2{
        font-size: 2em;
        margin: 30px 0 20px 0;
        
        color: #8b2d25;}

    h1,h2,h3{

        font-weight: 700;
        text-transform: uppercase;}
        p{
           /* font-family: 'Lumanosimo', cursive; font-weight: 500;*/
           font-family: waltograph42;
           font-weight: 400;
           font-size: 1.65em;
           text-align: center;
           line-height: 1.1em;
        }

/* Présentation */
.PresentationParty{
    margin-top: 20px;
    margin-bottom: 15px;}
    .PresentationParty > img{
        width: 75%;
        max-width: 500px;
        display: block;
        margin-left: auto; 
        margin-right: auto;
        margin-bottom: 25px;}




/* Theme */
.BeaufPartyInfo{
    width: 91%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto; }
    .BeaufPartyInfo > img{
        width: 100%; 
        margin-bottom: 5px;}


.BeaufPartyInfo > .InformationPart{
    display: flex;
    flex-direction: row; }
    .BeaufPartyInfo > .InformationPart > .DateAndLocation{
        font-family: 'Lumanosimo', cursive;
        font-weight: 600;
        width: 55%; }    
    .BeaufPartyInfo > .InformationPart > .PurchaseInfo{
        display: flex;
        flex-direction: row;
        justify-content: end;
        width: 45%; }



.PurchaseBtn{
    transform: scale(.9);
    width: 150px;
    background-color: #c0c0c0;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgb(175, 175, 175); }
    .PreSale{
        text-decoration: none;
        color: #003087;
        
        background-color: #ffffff;
        transition: 0.25s;}
        .PreSale:hover{
            background-color: #e0e0e0; }
    .CashSale{
        color: #156121;}
    .PurchaseBtn > img, .PurchaseBtn > i{
        margin-top: 5px;
        width: 40px;
        font-size: 40px;}



.AirBnBInformation{
    text-align: center;
    font-family: 'Lumanosimo', cursive;
    font-size: .85em;
   /* color: #ec8a2f;*/
    margin: 15px 0; }
    .AirBnBChoice{
        display: flex;
        flex-direction: row;
        justify-content: center;

        width: 100%; }
        .AirBnBChoice > .AirBnBCard{
            text-decoration: none;
            color: #24252A;
            
            background-color: #ffffff;
            transition: 0.25s;}
            .AirBnBChoice > .AirBnBCard > img{
                margin: 10px 0;}
            .AirBnBChoice > .AirBnBCard > h3{
                font-family: 'Roboto', sans-serif;
                color: #fe5b5f;}












.DescriptionParty{
    margin: 30px 10px 20px 10px}
    .PartyDescription{margin-bottom: 20px;}

.Activities{
    width: 85%;
    margin-left: auto; margin-right: auto;
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

    margin-top: 20px;}


.ActCard{
    display: block;
    width: 200px;
    background: #f1f1f1;
    box-shadow: 0px 2px 5px rgb(170, 170, 170);}
    .ActCard > .ImgBox{
        width: 180px;
        padding: 10px;
        height: 130px;
        overflow: hidden;
        margin-left: auto; margin-right: auto;}
        .ImgBox > img{
            height: 100%;}
    .ActCard > h3{
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        font-weight: 800; }



.CocktailPart{
    margin-top: 35px;
    margin-bottom: 50px;}
    .CocktailPart > .MenuBtn{
        margin: 25px auto 15px auto;
        width: 100%;
        max-width: 500px;
        background-color: #f1f1f1;
        box-shadow: 0px 2px 5px rgb(170, 170, 170);
        align-items: center;

        border: none;
        padding: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .CocktailPart > .MenuBtn > img{
        width: 100%;
        text-align: center;
        
    }
    .MenuBtn > h2{margin: 15px 0 10px 0; font-size: 1.2em;}










.Goodbye{
    font-size: 1.4em;
    text-align: center;
    margin: 15px; }








    













    /* Mode Phone */
@media all and (max-width: 768px)
{
    .BeaufPartyInfo{
        width: 95%;}

    .BeaufPartyInfo > .InformationPart{flex-direction: column; }
        .BeaufPartyInfo > .InformationPart > .DateAndLocation{width: 100%; }    
        .BeaufPartyInfo > .InformationPart > .PurchaseInfo{
            margin-top: 15px;
            justify-content: center;
            width: 100%; }


    .ActCard{
        width: 130px;}
        .ActCard > .ImgBox{
            width: 110px;
            padding: 8px;
            height: 85px;}
            .ImgBox > img{
                height: 100%;}
        .ActCard > h3{
            font-size: .85em;
            margin: 5px;}       
}