@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
    font-family: 'cardenio_modernregular';
    src: url('../Typo/cardenio_modern_std-webfont.woff2') format('woff2'),
         url('../Typo/cardenio_modern_std-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cardenio_modernbold';
    src: url('../Typo/cardenio_modern_bold-webfont.woff2') format('woff2'),
         url('../Typo/cardenio_modern_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_heart_maze_demoregular';
    src: url('../Typo/the_heart_maze_demo-webfont.woff2') format('woff2'),
         url('../Typo/the_heart_maze_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kg_second_chances_sketchRg';
    src: url('../Typo/kgsecondchancessketch-webfont.woff2') format('woff2'),
         url('../Typo/kgsecondchancessketch-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* **********************************
        MOBILES
*************************************/

html,
body {
    font-family: Roboto, sans-serif;
    font-size: 52.5%;
}

#logoHeader {
    max-height: 50px;
    position: fixed;
    top: 20px;
    left: 20px;
}

a {
    text-decoration: none !important;
}

a.navbar-brand img {
    max-height: 30px;
}

p {
    font-size: 1.6rem;
    margin: 0 auto;
}

.line {
    border-top-width: 4px;
    background: none;
    width: 100px;
    margin: 0 auto;
}

.line-pink {
    border-top-color: #FF8A96;
}

.line-white {
    border-top-color: white;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 10rem;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.btn-white:hover {
    color: white;
    background-color: black;
}

.btn-pink {
    background: #FF8A96;
    color: white;
}

.btn-white {
    background: white;
    color: #ef607b;
}

.heading h2 {
    font-size: 3.5rem;
    font-family: 'cardenio_modernregular';
}

.heading > * {
    margin-bottom: 3rem;
}

/* NAVBAR */

.navbar {
    padding: 1rem 4rem;
    background-color: white;
}

.navbar-brand {
    font-size: 2rem;
}

.nav-link {
    font-size: 1.4rem;
    margin-left: 1.5rem;
    color: #ff8a96 !important;
    text-transform: uppercase;
    font-family: 'cardenio_modernbold';
}

.active {
    color: black !important;
}

.encart, .gallery, .footer {
    padding-top: 60px;
}

/* HEADER */

.header {
    background-image: url(../Img/Fond_HomePage-2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* height: 100vh; */
}

.header .row {
    padding-top: 18rem;
}

.header h1 {
    font-size: 4rem;
    color: #ff8a96;
    /*  text-transform: uppercase; */
    font-family: 'kg_second_chances_sketchRg';
}

#goToAbout {
	color: #FF8A96;
	font-size: 20px;
}


/* ABOUT */

.encart {
    padding: 8rem 0;
}

.encart p {
    font-size: 1.4rem;
}

.encart-pink {
    background: #FF8A96;
}


/* PORTFOLIO */

.portfolio {
    padding-top: 60px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.portfolio_bloc {
    position: relative;
}

.portfolio_bloc a {
    text-decoration: none;
}

.portfolio_bloc h3 {
    color: white;
    font-family: 'cardenio_modernbold';
    text-transform: uppercase;
    font-size: 3rem;
}

.illustration {
    height: 250px;
    background-color: #94d0ce;
}

.calendrier {
    height: 250px;
    background-color: #eb617b;
}

.typo {
    height: 250px;
    background-color: #7cc6c1;
}

.aventures {
    height: 250px;
    background-color: #ff8a96;
}

.patterns {
    height: 250px;
    background-color: #7cc6c1;
}

.site-fashion {
    height: 250px;
    background-color: #ff8a96;
    text-align: center;
}

.site-wildforest {
    height: 250px;
    background-color: #0cb1b7;
    text-align: center;
}

.site-ter {
    height: 250px;
    background-color: #ed7286;
    text-align: center;
}

.animation {
    height: 250px;
    background-color: #94d0ce;
    text-align: center;
} 

.cutyfood {
    height: 250px;
    background-color: #0cb1b7;
    text-align: center;
}

.ninetyschildness {
    height: 250px;
    background-color: #ed7286;
    text-align: center;
}

.alicewonderland {
    height: 250px;
    background-color: #94d0ce;
    text-align: center;
}

.diy {
    height: 250px;
    background-color: #eb617b;
}

/* Dézoomer */
.zoom-out {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom-out:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* .gallery__box {
    position: relative;
}

.gallery__box div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ff8a96;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: .3s;
}

.gallery__box div:hover {
    opacity: 1;
}

.gallery__box h3 {
    font-size: 2.6rem;
}

 .gallery__box p {
    font-size: 1.8rem;
} */

/* CONTACT */

.footer {
    padding: 8rem 0 6rem;
}

/* .localisation {
    margin-top: 20px;
} */

/* .localisation i {
    color: #FF8A96;
    font-size: 3rem;
    padding-bottom: 10px;
    display: block;
}

.localisation p {
    font-family: 'cardenio_modernbold';
    margin-bottom: 30px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 2rem;
} */

.mail {
    margin-bottom: 20px;
}

.mail i {
    display: block;
    font-size: 5rem;
    margin-bottom: 1rem;
    color : #ed7286;
}

.mail p {
    font-family: 'cardenio_modernbold';
    color : black;
    font-size: 2rem;
    text-transform: uppercase;
}

.textcontact p {
    /* margin-top: 20px; */
    color: black;
    font-size: 2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'cardenio_modernbold';
}

.textcontact img {
    width: 100px;
}

.textcontact a {
    color: #FF8A96;
    font-size: 2rem;
}

.networks h2 {
    text-transform: uppercase;
    font-family: 'cardenio_modernbold';
    font-size: 2rem;
    /* margin-top: 30px; */
}

.networks img {
    width: 45px;
    margin-top: 1rem;
}

.networks a:not(:last-child) {
    margin-right: 10px;
}

.copyright {
    height: 35px;
    background-color: #FF8A96;
    font-size: 1rem;
    padding-top: 10px;
    text-transform: uppercase;
}

.copyright a {
    text-decoration: none;
    color: white !important;
}

.copyright a:hover {
    text-decoration: underline !important;
    font-weight: 900;
}


/* **********************************
        ALL DEVICES
*************************************/

.header .container {
    height: 100vh;
}

.row80vh {
    height: 80vh;
}

.row20vh {
    height: 20vh;
}


/* **********************************
        TABLET
*************************************/


@media (min-width: 576px) {
    .header .row {
        padding-top: 14rem;
    }

    .header h1 {
        font-size: 6rem;
    }

    #logoHeader {
        max-height: 60px;
    }
}


/* **********************************
        SMALL DEVICE
*************************************/

@media (min-width: 768px) { 

        .header h1 {
            font-size: 6.6rem;
        }

        .header p {
            font-size: 1.8rem;
            width: 70%;
        }

        #logoHeader {
            max-height: 75px;
        }

}

/* **********************************
        MEDIUM DEVICE
*************************************/

@media (min-width: 992px) { 

        html,
        body {
            font-size: 62.5%;
        }

        .btn {
            padding: 2rem 4rem;
            font-size: 1.8rem;
        }

        .header h1 {
            font-size: 7.2rem;
        }

        #logoHeader {
            max-height: 80px;
        }

        .encart p {
            font-size: 1.6rem;
        }

}

/* **********************************
        LARGE DEVICE
*************************************/

@media (min-width: 1200px) { 

        .heading h2 {
            font-size: 4.5rem;
        }

        .header h1 {
            font-size: 8rem;
        }

        .header p {
            font-size: 2.2rem;
        }

        #logoHeader {
            max-height: 100px;
        }

}