@font-face {
    font-family: "argentum";
    src: local ('argentum'), url('font/argentumlight.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "argentumbold";
    src: local ('argentum'), url('font/ArgentumSans-SemiBold.ttf');
    font-style: normal;
}

html{
    background-color: rgb(10, 10, 11);
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: 'argentum', sans-serif;
}

/* Page Accueil */

.logo {
    background-color: rgba(0, 0, 0, 0);
    top: 0;
}

.logo img{
   display: block;
   height: 4vh;
   padding-top: 0.5vh;
   margin: auto;
}

header {
    position: fixed;
    width: 100vw;
    height: 6vh;
    background-color: rgb(10, 10, 11); 
}

footer {
    z-index: 2;
    position: fixed;
    width: 100vw;
    height: 6vh;
    bottom: 0;
    background-color: rgb(10, 10, 11);
}

.blocvideo {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 90vh;
    margin-top: 5vh;
    padding: 0;
}

#video{
    width: 100vw;
    height: 90.2vh;
    object-fit: cover;
    display: inherit;
}

/* Menu */

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding:0 35vw 0 35vw;
    z-index: 3;
    font-size: 80%;
}

.menu a{
    text-decoration: none;
}

.menu span {
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.5s;
}

.header2 {
    position:relative;
    z-index:3;
    width: 100vw;
    height: 6vh;
    background-color: rgb(10, 10, 11); 
}

.souligne{
    border-bottom: solid 1.7px;
    color: white;
}

.passouligne:hover{
    border-bottom: solid 1.7px;
    color: white;
    transition-duration: 0.25s;
}

@media (max-width: 1050px){
    .menu {
        padding:0 20vw 0 20vw;
    }
}

@media (max-width: 650px){
    .menu {
        padding:0 10vw 0 10vw;
    }
}

/* Footer n2 */

.footerphotos{
    width: 100vw;
    height: 15vh;
    bottom: 0;
    background-color: rgb(10, 10, 11);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}


.footerphotos a{
    color: white;
    text-decoration: none;
    position: relative; 
    transition-duration: 0.5s;
}

.footerphotos a:hover{
    opacity: 70%;
    transition-duration: 0.25s;
}

/* Page photos */

.gallerie{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: black;
    border-top: solid;
    border-width: 3px;
}

@media (max-width: 1050px){
    .gallerie{
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,1fr);
    }
}

@media (max-width: 650px){
    .gallerie{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(6,1fr);
    }
}

.gallerie img{
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: inherit;
}

.photogallerie{
    position: relative;
    display: inherit;
    overflow: hidden;
}
  
.photogallerie .hoverimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;

    background-color:black;
    color: white;
    padding: 30px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
  
.photogallerie:hover .hoverimg {
    opacity: 0.7;
}


/* Page Video */

.bandeauvideo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin: auto;
    background-color: rgb(10, 10, 11);
    font-size: 90%;
    position: relative; 
    transition: opacity 0.25s ease-in-out;
}

.bandeauvideo a{
    text-decoration: none;
    color: white;
}

.bandeauvideo:hover{
    opacity:70%;
}

.titrevideo { 
    grid-area: 1 / 1 / 2 / 2;
    padding-bottom: 0.3vw;
    font-size: 90%;
}

.descriptionvideo { 
    grid-area: 1 / 3 / 2 / 5;
    text-align: justify;
    font-size: 70%;
}

.videogallerie{
    position: relative;
    display: inherit;
}
  
.videogallerie .hovervideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    color: white;
    padding: 1vw;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: flex-end; 
    text-align: right;
}
  
@media (max-width: 1050px){
    .videogallerie .hovervideo {
        color: white;
        padding: 2vw;
    }
    .bandeauvideo{
        height: 8vh;
    }
}
@media (max-width: 520px){
    .descriptionvideo { 
        font-size: 65%;
    }
}

/* Page sous menu Photo */

.grillephoto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    background-color: rgb(10, 10, 11);
    color: white;
}

.grillephoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .div1 { grid-area: 1 / 1 / 3 / 3; }
    .div2 { grid-area: 1 / 3 / 2 / 4; }
    .divtexte { 
        grid-area: 2 / 3 / 3 / 4; 
        padding: 2vw;
        padding-top: 7vh;
        text-align: center;
    }      
    .div4 { grid-area: 3 / 1 / 4 / 2; }
    .div5 { grid-area: 3 / 2 / 4 / 3; }
    .div6 { grid-area: 3 / 3 / 4 / 4; }
    .div7 { grid-area: 4 / 1 / 5 / 2; }
    .div8 { grid-area: 5 / 1 / 6 / 2; } 
    .div9 { grid-area: 4 / 2 / 6 / 4; }
    
.description{
    text-align: justify;
    font-size: 80%;
}

@media (max-width: 650px){
    .grillephoto {
        display: inline-block;
    }
    .divtexte { 
        padding: 3vw;
        padding-top: 5vh;
        padding-bottom: 3vh;
    }   
}

/* Page About*/

.about{
    background-color: rgb(10, 10, 11);
    height: 79vh;
    width: 100%;
    color: white;
}

.titreabout{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 20vh;
}

.texteabout{
    padding-left: 25vw;
    padding-right: 25vw;
    text-align: justify;
    font-size: 90%;
}

.texteaboutbold{
    font-family: 'argentumbold', sans-serif;
}

.footerabout{
    width: 100%;
    background-color: rgb(10, 10, 11);
    height: 15vh;
    color: white;   
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerabout a{
    text-decoration: none;
    color: white;
}

.lien{
    padding-left: 3vw;
    padding-right: 3vw;
    transition-duration: 0.5s;
}

.lien:hover{
    opacity: 70%;
    transition-duration: 0.25s;
  } 

@media (max-width: 1450px){
    .titreabout{
        padding-top: 15vh;
    }
}

@media (max-width: 1050px){
    .texteabout{
        padding-left: 15vw;
        padding-right: 15vw;
        font-size: 80%;
    }
}

@media (max-width: 650px){
    .texteabout{
        padding-left: 5vw;
        padding-right: 5vw;
        width: auto;
    }
    .footerabout{
        display: inline-block;
        text-align : center;
        margin-top: 3vh;
    }
    .lien{
        padding: 1vh;
    }
}

@media (max-width: 650px){

    .texteabout{
        padding-left: 5vw;
        padding-right: 5vw;
        font-size: 75%;
    }
}

/* Logo Constant*/

.logoconstant { 
    position : fixed;
    z-index: 2;
}

.logoconstant img{
    height: 35px;
    padding-left: 10px;
    padding-top: 5px;
}