@font-face{
    font-family: "Vijaya bold";
    src: url("../font/vijayab.ttf");
}
@font-face{
    font-family: "Roboto-Regular";
    src: url("../font/roboto/Roboto-Regular.ttf");
}
body, html{
    font-family:'Roboto-Regular', Arial, sans-serif;
    background: transparent;
    line-height:  1.6 !important;
    
}
.navbar{
    background-color: white;
    border-bottom: 1px solid #523049;
}
.navbar-nav{
    margin: 0 auto;
}
.navbar a{
    color: #523049 !important;
    margin-right: 100px;
    font-size: 1.5rem;
}
.navbar a:hover{
    background-color: rgba(172,122,183,0.5);
    transition: all .4s ease-in-out;
}

.logo-text{
    font-family: 'Vijaya bold', Arial, serif;
    font-size: 3vw;
    color:#523072;
    text-shadow: 1px 1px #CBB4CC;
}
.logo{
    text-align: center;
}
.logo-image{
    box-shadow: 0 0 10px #3B3337;
    padding:3px;
    width: 9vw;
    border-radius: 50%;
}
/*Homme*/
.container-fluide{
    width: 100%;
}
#box2{
    height:100vh;
    width: 100%;
    background-image: url("../img/fond.jpg");
    background-size: cover;
    display: table;
    background-attachment: fixed;
}

#box3{
    height: 10vh;
    width: 100%;
    background-color: #523049;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
 p.fantasy-word{
    color: #fff;
    font-size: 3rem;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    
}
.slaid{
    height: 90vh;
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;  
}
.myFantasy{
    background-color: rgba(255,255,255,0.5);
    border-radius: 3px;
    color: #523049;
    font-size: 1.5rem;
    text-align: justify;
    padding: 3%;
    width: 50%;
    margin:20% auto;
}
@media all and (max-width: 400px){
    .myFantasy{
        width: 90%;
        margin:5% auto;
    }
    .btn-homme{
        width: 40%;
        text-align: center;
        margin: 2% auto;
        border-radius: 3px;
    }
}
.divider{
    width: 80px;
    height: 2px;
    background-color: #523049;  
    margin: 2%  auto;
}
.btn-homme{
    background: #523049;
    color: wheat;
    width: 40%;
    text-align: center;
    margin: 2% auto;
    border-radius: 3px;
}
.btn-homme a{
    color:#fff;
    font-size: 2vw;
}
.btn-homme a:hover{
    text-decoration: none;
}

.welcome {
    position: absolute;
    z-index: 4;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
    background: rgba(255,255,255,0.5);
    padding: 1.5%;
    text-align: center;
    color: #523049;
    font-weight: 400;
    font-size: 2.3rem;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    border-radius: 3px;
}


/*footer*/

.footer{
    background-color: #523049;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color:#fff;
}
.footer a{
    margin: 0 auto 20px;
    color:#fff;
    text-decoration: none;
}
.copyright{
    background-color: #BF72BD;
    color:white;
    text-align: center;
}
.footer-geshar{
    font-family: 'Vijaya bold', Arial, serif;
    font-size: 40px;
    
}
.footer-etsy{
    font-size: 20px;
}

  /*about*/

#body-about{
    background-image: url("../img/fond3.jpg");      
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;   
}

.about-principale{
    margin-top:200px;
    margin-bottom: 50px;
}
.about-img-principale img{
    border: 1px solid #5B1B72;
    width: 500px;
    height: auto;
    padding: 5px;
    background: #fff;
    margin: 0 50px 20px 0;
    border-radius: 3px; 
}
div.about-text{
    font-size: 1.3rem;
    text-align: justify;
    background: rgba(255,255,255,0.7);
    padding: 3%;
    border: 1px solid #5B1B72;
    border-radius: 3px; 
}
.row-video{
    margin-bottom: 30px;
}
.btn-view{
    border: 1.5px solid #5B1B72;
    margin: 4% auto;
    padding: 3%;
    
}
.btn-view a{
    text-decoration: none;
    font-size: 2rem;
    color: #5B1B72 !important;
}
/*contact*/

#bodyContact{
    background-image: url('../img/fond3.jpg');
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;  
}
.form-center{
    margin: 0 auto;
}
.container-contact{
   margin-top: 10%;
   margin-bottom: 5%;
}
.heading{
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #512556;
}
#contact-form{
    margin: 0 auto;
    font-size:20px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}
.red{
    color: red;
}
.comments{
    font-style:italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px;
}
.thank-you{
    color: green;
    font-weight: bold;
}
#contact-form input[type=submit]{
    margin: 40px auto 0;
    display: block;
}
.btn-contact{
    border: 1px solid #ddd;
    background: #512556;
    color:white;
    font-weight: bold;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
    width: 100%;
}
.btn-contact:hover{
    background: #BF72BD;
    color: #512556;
}
.thank-you{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;

}



  