/***************
START FONTS
***************/

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-Medium.eot') format('embedded-opentype'),
        url('../fonts/Hellix-Medium.ttf') format('truetype'),
        url('../fonts/Hellix-Medium.woff') format('woff'),
        url('../fonts/Hellix-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Hellix-SemiBold.ttf') format('truetype'),
        url('../fonts/Hellix-SemiBold.woff') format('woff'),
        url('../fonts/Hellix-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-Bold.eot') format('embedded-opentype'),
        url('../fonts/Hellix-Bold.ttf') format('truetype'),
        url('../fonts/Hellix-Bold.woff') format('woff'),
        url('../fonts/Hellix-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal; }

/***************
END FONTS
***************/

/***************
START BACKGROUNDS
***************/
    .black-background{ background-color: #111111; }
    .beige-background{ background-color: #FCF7F1; }
    .pink-background{ background-color: #F6B0DA; }

    ::selection { background-color: #F6B0DA; color: #111111; } 
    ::-moz-selection { background-color: #F6B0DA; color: #111111; }
/***************
END BACKGROUNDS
***************/

/***************
START TITRE & CONTENT
***************/

body{
    font-family: 'Hellix', sans-serif;
}

h1, h2, h3, h4, p, a{
    margin: 0;
    padding: 0; }

h1{
    font-style: normal;
    font-size: 57px;
    line-height: 68px; 
    font-weight: 700; }

h2{
    font-style: normal;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px; }

h3{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px; }

h4{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; }

p{
    font-size: 18px;
    line-height: 30px; }

a{
    color: #F6B0DA;
    text-decoration: none; }

a:hover{
    color: #F6B0DA;
    text-decoration: underline; }

.links{
    font-weight: 700;
    color:#F6B0DA;
    font-size: 18px;
    transition: all 0.5s ease-out; }

.links:hover{
    font-weight: 700;
    color:#F6B0DA;
    font-size: 18px;
    transition: all 0.5s ease-out; }

.large-content{
    font-weight: 600;
    font-size: 22px;
    line-height: 33px; }

.small-content{
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FCF7F1; }

.content-dark{
    color: #111111; }

.content-light{
    color: #FCF7F1; }

.content-pink{
    color: #F6B0DA; }

.content-green{
    color: #1E957D; }
/***************
END TITRE & CONTENT
***************/

/***************
START MARGIN & PADDING
***************/
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px; }

.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px; }

.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px; }

.pt-20{
    padding-top: 20px; }

.pb-40{
    padding-bottom: 40px; }

.mb-10{
    margin-bottom: 10px }

.mb-20{
    margin-bottom: 20px }

.mb-40{
    margin-bottom: 40px }

.mb-80{
    margin-bottom: 80px; }
/***************
END MARGIN & PADDING
***************/

/***************
START BOUTONS
***************/
.p-button{
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 14px 21px;
    line-height: 19px;
    background-color: #F6B0DA;
    text-decoration: none;
    border: none;
    height: 47px;
    transition: all 0.1s ease-out;
    display: inline-block; }

.p-button:hover{
    color: #111111;
    text-decoration: none;
    transition: all 0.1s ease-out;
    -webkit-box-shadow: 5px 5px 0px 0px #111111; 
    box-shadow: 5px 5px 0px 0px #111111;
    display: inline-block; }

.s-button{
    font-weight: 500;
    font-size: 16px;
    color: #FCF7F1;
    padding: 14px 21px;
    line-height: 19px;
    background-color: #111111;
    text-decoration: none;
    border: none;
    transition: all 0.1s ease-out;
    display: inline-block; }

.s-button:hover{
    color: #FCF7F1;
    text-decoration: none;< 
    transition: all 0.1s ease-out;
    -webkit-box-shadow: 5px 5px 0px 0px #F6B0DA; 
    box-shadow: 5px 5px 0px 0px #F6B0DA;
    display: inline-block;}
/***************
END BOUTONS
***************/

/***************
START NAVBAR
***************/
.navbar{
    background-color: #FCF7F1;
    padding-top: 35px;
    padding-bottom: 35px; }

.navbar-brand{
    padding: 0px !important;
    margin: 0px !important; }

.navbar-brand img{
    width: 150px; }


.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    padding: 0px 20px; }

.navbar-light .navbar-nav a.nav-link:hover{
    color:#F6B0DA;
    text-decoration: none;}
/***************
END NAVBAR
***************/

/***************
START HERO
***************/
.hero{
    background-color: #FCF7F1; }
.hero img{
    width: 100%; }
/***************
END HERO
***************/

/***************
THRUST START
***************/
.thrust img{
    padding: 0px 20px; }

.thrust p{
    margin-right: 20px; }

.thrust p, .thrust img{
    display: inline-block;}

.thrust img:last-of-type{
    padding-right: 0;
}

/***************
THRUST END
***************/

/***************
FOOTER START
***************/
.wd-footer .nav-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #1E957D;
    margin-bottom: 10px; }

.wd-footer ul{
    padding-left: 0px;
    margin-bottom: 0px;
}

.wd-footer li{
    margin-bottom: 10px;
    list-style: none; }

.wd-footer li a{
    font-weight: 500;
    color: #FCF7F1; }

.wd-footer li a:hover{
    color: #F6B0DA;
    text-decoration: none; }

.wd-footer a.mail{
    font-weight: 700;
    font-size: 28px;
    color: #F6B0DA;
    transition: all 0.2s ease-out; }

.wd-footer a.mail:hover{
    font-weight: 700;
    font-size: 28px;
    color: #1E957D;
    text-decoration: none;
    transition: all 0.2s ease-out;}
/***************
FOOTER END
***************/

ul#dribbbleShots{
    list-style: none;
    padding: 0px;
}


ul#dribbbleShots img{
    width: 100%;}

.portfolio img{
    width: 100%;
    border: 2px solid #F6B0DA;
    -webkit-box-shadow: 5px 5px 0px 0px #F6B0DA; 
    box-shadow: 5px 5px 0px 0px #F6B0DA;
}

.dropdown-toggle::after {
    vertical-align: middle;}
    

.dropdown-menu{
    border-radius: 0px;
    border: 2px solid #F6B0DA;
    padding-top: 0px;
    padding-bottom: 0px; }


a.dropdown-item{
    padding: 14px 10px;
}

a.dropdown-item:hover{
    background-color: #F6B0DA;
    color:#111111; }


img.slide {
    max-height: 420px;
    width: 100%;
}

.splide__track--nav>.splide__list>.splide__slide.is-active, .splide__track--nav>.splide__list>.splide__slide {
    border: none !important;
}

.splide {
  visibility: visible !important;
}