@import url(https://fonts.googleapis.com/css?family=Pacifico|Roboto|Open+Sans|Amatic+SC|Raleway:100);

html, body {
    height: 100%;   
    background-color: #F4ECE1;
    /*background-image: url(/theme-v2/assets/images/Path3.png);*/
    background-size: 70vw 150vw;
    background-position: center;
    background-repeat: repeat-y;
}

html, body, .navbar .nav-item, .navbar .nav-item .nav-link {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

body div.page-content {
    /*margin-top:70px;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amatic SC', cursive;    
}

.bg-brown {
    background-color: #C89366 !important;
}

.bg-green {
    background-color: #2F6B67 !important;
}

.bg-light-brown {
    background-color: #FFE1CF !important;
}

.bg-blue {
    background-color: #394E5C !important;
}

.bg-l-blue {
    background-color: #7996A8 !important;
 
}

div.container.bg-white {
    /*background-color: rgba(255,255,255,0.9) !important;*/
}
.box-shadow {
    box-shadow: 0px 0px 2px 0px #A89C8A;
}

.box-shadow-2 {
    box-shadow: 1px 1px 4px 1px #A89C8A;
}

.box-shadow-2:hover {
    box-shadow: 1px 1px 5px 1px #000;
}

.carousel, 
.carousel .carousel-inner, 
.carousel .carousel-inner .carousel-item,
.carousel .carousel-image,
.carousel .carousel-description,
.carousel .carousel-item .content
{
    height: 350px;
}

.carousel .carousel-inner .carousel-item {
    /*background-attachment: fixed;*/
}

.carousel .carousel-dark-filter {
    background-color: rgba(0,0,0,0.3);
    /*background-color: rgba(247,207,153,0.2);*/
}

/**** Navbar ****/

.navbar {
    background-color: #F4ECE1 !important;   
    padding: 0px;
    min-height: 70px;
    z-index: 998;
}

.navbar.full-display {
    background-color: #fff !important;   
    box-shadow: 0px 0px 1px 0px #0F0F0F;
    transition: 2s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%
}


.navbar .navbar-brand {
    font-size: 1.9em;
    padding: 0px;
    color: #000;
    opacity: 0;
    
}

.navbar.full-display .navbar-brand {
    opacity: 1;   
    transition: 2s;
}

.navbar .navbar-brand .text {
    font-family: 'Amatic SC', cursive;    
}

.navbar-light .navbar-nav a.nav-link {
    color: #000;
}

.navbar-light .navbar-nav a.nav-link:hover, .navbar-light .navbar-nav li.active a.nav-link {
    color: #7996A8;
    font-weight: bold;
}

ul.list-type-none li {
    list-style-type: none;   
}

.title-section {
    /*font-family: 'Srisakdi', cursive;   */
    /*font-family: 'Lobster Two', cursive;*/
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-weight: bold;
}

/**** Header ****/
#section-home {
    position: relative;   
}

.section-home-title {
    background-color : #F4ECE1;   
}

.section-home-title h1{
    font-size: 10vw;
}

.section-home-title h1 > div:before, .section-home-title h1 > div:after{
    content: " ";
    
    display: inline-block;
    width: 6vw;
    height: 6vw;
    
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.section-home-title h1 > div:before {
    background-image: url(/theme-v2/assets/images/moustaches-toical.png);
}

.section-home-title h1 > div:after {
    background-image: url(/theme-v2/assets/images/moustaches-toical-r.png);
    background-position: right;
}


.section-home-title h2{
    font-family: 'Raleway', sans-serif;
    font-size: 2.8vw;
}

/**** Section-content ****/

.dark-section {
    background-color: #E5E5E5;
}

.portfolio {
    /*height: 30rem;   */
}

.text-orange {
    color:#E69400;
}

.text-black {
    color:#000;
}

/* REGION : Footer */
footer.footer {
	min-height: 52px;
	line-height: 52px;
	overflow: initial;
}

footer.footer * {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
} 

footer.footer a {
	color : #666;
} 

footer.footer .footer-gauche{
	float: left;
	min-width: 0;
} 

footer.footer .footer-droit {
	height: 52px;
	line-height: 52px;
	float: right;
} 

footer.footer .footer-droit .social-icons {
	font-size: 1.4em;
}

footer.footer .footer-droit .fb_iframe_widget>span {
	vertical-align: inherit !important;
}

footer .active {
	background-color: #e7e7e7;
}
/* END-REGION : Footer */


/* ICONS */

.ico {
    display: inline-block;
    position: absolute;
    
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 999;
}

.ico.ico-chien-bulldog {
    height: 11vw;
    width: 11vw;
    
    bottom: 0px;
    left: 8%;
    background-image: url(/theme-v2/assets/images/chien-bulldog.png);
}

.ico.ico-footprints {
    height: 11vw;
    width: 11vw;
    
    top: -60px;
    right: 7%;
    background-image: url(/theme-v2/assets/images/animal-footsteps-silhouette-2.png);
    
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.social.social-fb {
    bottom: 1.5vw;
    right: 1.5vw;
    z-index: 1500;
    border-radius: 100% 100%;
}

.social.social-fb img {
    height: 45px;
}

.img-path {
    background-size: 100% auto;
}

.img-path.img-path-01 {
    background-image: url('/theme-v2/assets/images/path-01.png');
    top: 0px;
    height: 100px;
    width: 50%;
}

.img-path.img-path-02 {
    /*background-image: url('theme-v2/assets/images/path-02.png');*/
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 50%;
}

#myCanvas {
   
}