
nav{
    background-color: transparent;
}

header{
    background-size: cover;
    background-position: center;
}

header .header__titre_container {
    position: relative;
    top: 65vh;
}

header h1 {
    font-family: "sofia_promedium";
    letter-spacing: 0.1em;
    font-size: 3rem;
    margin-bottom: 25px;
    font-weight: normal;
}


header h2 {
    margin: 5;
    font-family: "archiaregular";
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    line-height: 1.15;
    color: #00838F;
    text-shadow: 0 0 30px rgba(0,0,0,0.25);
    font-weight: bold;
}

section {
    max-height: 75vh;
    display: table;
}

section.descriptionprojet {
    min-height: 80vh;
}

[class~="grid"]:not([class*="_lg-0"]).griddescription, .griddescription{
    display: table-cell;
    vertical-align: middle;
}
.descriptionprojet p.description{
    font-family: "sofia_prolight";
    letter-spacing: 0.01em;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #ddd;
    padding: 10vh 0;
}

.descriptionprojet p.description span.imp{
    display: inline-block;
    font-family: "archiaregular";
    font-size: 0.9em;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #00BCD4;
}

.baguetteBoxGalerie, .baguetteBoxGalerieNB{
    margin-top: 30vh;
}

.baguetteBoxGaleriePres{
    margin-top: 15vh;
}

div.titreMedia h3{
    font-family: "CircularBlack";
/*    text-align: center;*/
    font-size: 6rem;
    margin-bottom: 0em;
    opacity: 0.1;
}

div.explication{
    margin-left: 3em;
}

div.explication .explication__titre{
    font-family: "archiaregular";
    font-size: 1em;
    letter-spacing: 0.05em;
    color: #00BCD4;
}

div.explication .explication__content{
    font-family: "sofia_prolight";
    letter-spacing: 0.01em;
    color: #ddd;
    padding: 0.4em 0 1.1em 0;
}

.photosprojet{
/*    margin-top: 100px;*/
}

.videopremiere{
    margin-top: 30vh;
}

.videogroup{
    margin-top: 12.5vh;
}

.photosprojet .grid *{
    max-width: 100%;
}

.photogrid{
    height: 25vw;
}

.photosprojet img, .photosprojet video{
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    width:100%;
}

.photosprojet .legendevideo h3{
    margin: 1.5em auto 0vw auto;
    font-weight: normal;
    font-family: "archiaregular";
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1.3rem;
}

.photosprojet .legendevideo p:not(.info){
    text-align: center;
    text-transform: lowercase;
    font-family: "sofia_prolight";
    letter-spacing: 0.1em;
    color: #00acc1;
    margin: 0vw auto 20vh auto;
}

.photosprojet .legendevideo p.info{
    text-align: center;
    text-transform: lowercase;
    font-family: "sofia_prolight";
    letter-spacing: 0.05em;
    opacity: 0.7;
}

#baguetteBox-overlay .full-image figcaption{
    font-family: "sofia_prosemi_bold";
    padding: 1.5vh 4vw 2vh 4vw;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    color: #eee;
    background-color: rgba(0,0,0,0.7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.baguetteBox-button {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: transparent;
}



.baguetteBox-button polyline, .baguetteBox-button:focus polyline, .baguetteBox-button g, .baguetteBox-button:focus g{
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    stroke: white;
    opacity: 0.5;
    stroke-width: 3;
}

.baguetteBox-button:hover polyline, .baguetteBox-button:hover g {
    opacity: 1;
}

@media (max-width: 768px){
    .photogrid{
        height: 50vw;
    }

    div.titreMedia{
        font-size: 5em;
    }
}

@media (max-width: 568px){
    header h1{
        font-size: 7.5vw;
    }
    .photogrid{
        height: 60vw;
    }
    
    div.explication{
        margin-left: 0em;
        margin-top: 2em;
        font-size: 1.2em;
    }
    
    div.titreMedia h3{
        font-size: 3rem;
    }
    .videogroup{
        margin-top: 10vh
    }
}