:root{
    --little-aspect: #c16f78 !important;
    --font-color:#445B62 !important;
    --background-color: rgb(253,249,246) !important;
    /* base #D1637F */
    /* 3904 #d5aaaa */
    /* 3876 #d78081 */
    /* 3877 #ff927b */
    /* prop rgb(138,78,94) */
    /* 3779 #c16f78*/
    /* gold #ecab5f */
    /* gold clair #f1b87b */
    /* gold sushi shop #b4a895*/
}

@font-face {
    font-family: 'playlistcaps';
    src: url('playlist_caps-webfont.woff2') format('woff2'),
        url('playlist_caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playlistornament';
    src: url('playlist_ornament-webfont.woff2') format('woff2'),
        url('playlist_ornament-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playlist';
    src: url('playlist_script-webfont.woff2') format('woff2'),
        url('playlist_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.line-title{
    border-bottom: 3px solid var(--little-aspect); 
    max-width: 40%;
}

body{
    background-color: var(--background-color);
    color: var(--font-color);
    font-family: 'Lora';
}

.logo-top{
    position: absolute;
    top: 1%;
    left: 0%;
    z-index: 1;
    min-width: 100%;
    text-align: center;
}

.hero-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-text {
    position: absolute;
    top: 28%;
    left: 15%;
 
    color: white;
}
.hero-arrow{
    color:white;
    font-family: 'Lora', serif;
    letter-spacing: 2px;

}
.hero-arrow-left{
    position: absolute;
    top: 50%;
    left: 5%;
    display: none;
}
.hero-arrow-right{
    position: absolute;
    top: 50%;
    right:5%;
    display: none;
}

.scroll-bottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    font-size: 15pt;
    background-color: var(--little-aspect);
    min-height: 20px;
    min-width: 30px;
    border-radius: 10px;
    text-align: center;
}

.scroll-bottom a{
    color: var(--little-aspect);
}

.smoothScroll a{
    color: var(--little-aspect);
}


.company-name span {
    color: var(--little-aspect);
    font-family: 'playlist','Dancing Script';
    font-size: 21pt;
    letter-spacing: 2px;
}

.contact-us {
    font-size: 17pt;
    text-decoration: none;
    color: var(--little-aspect);
    position: relative;
}
.contact-us:hover{
    text-decoration: none;
    color: var(--little-aspect);
    position: relative;
}
.contact-us:after {
    position: absolute;
    content: '';
    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    bottom: -1px;
    z-index: -1;
    /****** optional values below ******/
    /* center - (optional) use with adjusting width */
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    height: 10px;
    background: #e3e0de;
    /* optional animation */
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
/* optional hover classes used with anmiation */
.contact-us:hover:after {
    width: 80%;
    background: #e3e0de;
}

.delayed{
    margin-bottom: 15px;
}

.event-title{
    position: absolute;
    top:10%;
    left:0%;
    background-color: rgb(253,249,246);
}

.company-name{
    position: absolute;
    top:30%;
    left: 10%;
}

.presentation-paragraph{
    margin-top: 180px;
}

.carte-tarif{
    border: 2px solid var(--little-aspect);
    min-height: 200px;
    margin: 10px 0px;
    padding: 10px 10px;
}

.tarif{
    color: var(--little-aspect);
}


@media (min-width: 768px) {

    .event-title{
        position: absolute;
        top:10%;
        left:-18%;
        background-color: rgb(253,249,246);
    }

    .presentation-paragraph{
        margin-top: 250px;
    }

}

.my-footer{
    padding-top: 10px;
    width: 100%;
    background-color: #F2EFEF;
    color:#445B62 !important;
    padding-left: 50px;
}

.my-footer span a{
    text-decoration: none;
    color:#445B62 !important;
}

.my-footer .after-pink a:hover:after{
    position:relative;
    top: 0;
    right:-10px;
    bottom:0;
    content: "-";
    color: var(--little-aspect);
}

.my-footer .footer-span{
    padding-bottom: 0.5rem !important;
}
.my-footer li {
    list-style-type: none;
    list-style: none
}

.my-footer ul {
    padding: 0px !important;
}

.btn-jolisjours{
    margin-top: 15px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.slider-pagination {
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: 1;
    align-items: center;
}

@media only screen and (max-width: 768px){
    .slider-pagination {
        left: 5% !important;
    }
}


.slider-pagination li label {
    cursor: pointer;
    margin: 5px 0px;
    border-bottom: 2px solid transparent;
    position: relative;
    font-size: 14pt;
}

.slider-pagination li label a{
    color: white;
    font-weight: bold !important;
}


.slider-pagination li label a:hover {
    cursor: pointer;
    color: white !important;
    text-decoration: none;
}

.slider-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.slider-pagination li label:after {
    position: absolute;
    content: '';

    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    bottom: 3px; 
    z-index: -1;


    /****** 
    optional values below 
    ******/

    /* center - (optional) use with adjusting width   */
    margin: 0 auto;
    left: 4px;

    width: 50%;
    height: 7px;
    background: var(--little-aspect);

    /* optional animation */
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}


/* optional hover classes used with anmiation */
.slider-pagination li label:hover:after {
    width: 80%;
    background: var(--little-aspect);
}


label {
    padding-left: 1em;
    text-indent: -.7em;
    color: rgb(253,249,246);
    letter-spacing: 1px;
}



.linkedin-jg{
    display: none;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto transparent !important; 
}


.slider-content {
    padding-left: 100px;
}

.hero-text h1{
    font-size: 60px;
    font-family: "Oswald";
    color: rgb(253,249,246);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.title-section{
    font-size: 25pt;
}

@media only screen and (max-width: 768px) {

    .logo-top img{
        width: 110px;
    }
    
    .hero-text h1{
        font-size: 20pt;
    }
    
}




