 @font-face {
            font-family: 'AGA-Sindibad-V2-3F';
                src:url('../font/titre/AGA-Sindibad-V2-3F.ttf.woff') format('woff'),
                url('../font/titre/AGA-Sindibad-V2-3F.ttf.svg#AGA-Sindibad-V2-3F') format('svg'),
                url('../font/titre/AGA-Sindibad-V2-3F.ttf.eot'),
                url('../font/titre/AGA-Sindibad-V2-3F.ttf.eot?#iefix') format('embedded-opentype'); 
            font-weight: normal;
            font-style: normal;
     
     
}




*{
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    
/* font disponible : 
    font-family: 'Comfortaa', cursive; 
    font-family: 'AGA-Sindibad-V2-3F';*/
    
    
}

body { 
    background: url(../images/chandelierrosesencore.png) no-repeat;
    background-position: top center;
}



header { 
    height : 450px; 
}


h2 {
    
    font-family: 'AGA-Sindibad-V2-3F';
    font-size: 200px;
    text-align : center;
    color : #e71e26; 
    height : 20px;
    text-shadow: 3px 5px 1px #a32424;
    
    
    
}

h3 {
    
    font-family: 'AGA-Sindibad-V2-3F';
    font-size: 60px;
    text-align : right;
    color : #a32424;
/*    text-shadow: 1px 1px 6px blue;*/
    
    height : 20px;
    margin-right: 10px;
    

}

nav { 
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color : #6699ff;
    font-weight : 600;
  

}

nav ul {
    text-align: left;
   
}

nav ul li a:hover {
    color: #a7582c;
}

h4{
    font-family: 'AGA-Sindibad-V2-3F';
    font-size: 70px;
    line-height: 30px;
    color : #6699ff;
    font-weight : 600;
    margin-bottom : 10px;
    
}




.grid_6 p{ 
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-indent: 50px;
    text-align: left;
    font-weight : 700;
    
}

/*img:first-of-type { 
    float: right;
    width: 95%;
    margin-top : 640px;
}

img:nth-of-type(2) { 
    float: right;
    width: 95%;
}*/

img{ 
    width : 95%;
    margin-top : 25px;
    margin-bottom: 35px;

}



video{
    width : 95%;
    height : auto;
    margin-top : 122px;
    
}

/*#affiche .grid_6 img{
    float: right;
    width: 95%;
    margin-top : 10px;
}*/

footer nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 30px;

    font-weight : 600;
    background-color : #d8ab93;
    padding-top : 2px;
    padding-bottom: 1px;
    margin-bottom: 5px;
    margin-top : 0px;
}

footer nav ul {
    text-align: center;
   
} 

footer nav ul li {

    display : inline;
    margin : 5px 10px;
    color : white;
    
}

footer nav ul li a {
    
    color : white;
}


footer nav ul li a:hover {
    color: #a7582c;
}































