html{
    margin: 0 auto;
   /*scroll-behavior: smooth; (évite js mais plus rapide)*/
}

@font-face {
    font-family: "lato";
    src: url(../fonts/lato-regular.ttf);
}
@font-face {
    font-family: "lato thin";
    src: url(../fonts/lato-Thin.ttf);
}
@font-face {
    font-family: "Pacifico";
    src: url(../fonts/Pacifico.ttf);
}
@font-face {
    font-family: "zona pro light";
    src: url(../fonts/ZonaPro-Thin.otf);
}
@font-face {
    font-family: "zona pro";
    src: url(../fonts/ZonaPro-Bold.otf);
}


/* Content */


.Projet-content .top-effect{
    margin-top: 120px;
}

.Projet-content .info-proj{
    margin: 15px -15px;
    padding-right: 15px;
}

.Projet-content .info-proj .meta-title{
    color: #888;
}

.Projet-content .info-proj .meta-value{
    padding-right: 30px;
}


.Projet-content .description-proj{
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 1.2em;
}

.Projet-content .meta-value a{
    text-decoration: none;
    outline: none; /*pas de pointillés au clique*/ 
}

.Projet-content .meta-value a:hover{
    color: #999;
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
}


.Projet-content .description-proj a{
    text-decoration: none;
    outline: none; /*pas de pointillés au clique*/  
}


.Projet-content .description-proj p a:hover{
    color: #999;
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
}

.Projet-content img{
    width: 100%;
    margin-bottom: 40px;
}

.Projet-content .info-proj p, .Projet-content .info-proj{
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
}

.Projet-content .description-proj h2{
    font-family: 'Lora', serif;
    font-size: 50px;
    margin-bottom: 50px;
}

.Projet-content .description-proj h3{
    font-family: 'zona pro', sans-serif;
    font-size: 25px;
    margin-top: 40px;
}

.subtitle_project_video{
    font-family: 'Lora', serif;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    margin: 30px 0 10px 0;
}


/* VIDEO */

.video{
    width: 100%;
    position: relative;
    text-align: center;
}
.video::after{
    content:"";
    display: block;
    width: 100%;
    padding-bottom: calc(720/1280*100%); 
}
iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    
}



/* Content - btn retour */

.Projet-content .projet-button{
    display: inline-block;
    background-color: transparent;
    border: solid 2px #444;
    font-family: 'zona pro', sans-serif;
    margin: 30px 0 20px 0;
    color: #000;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
}

.Projet-content .projet-button:hover{
    background-color: #f7de62;
    font-family: 'zona pro', sans-serif;
    color: #000;
    border: solid 2px #f7de62;
}

/* Mentions légales */

.Content-ML{
    margin: 0 0 30px -15px;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;

}

.Content-ML div a{
    text-decoration: none;
    outline: none; /*pas de pointillés au clique*/
}


/*animation clouleur et surlignage liens */

.hightlight{
    margin-left: -5px ;
    padding: 3px 5px;
    color: #333;
    margin-top: 30px;
}

.hightlight:hover:after{
    background: #f7de62;
    width: 100%;
    transition: 0.6s;
    transition-delay: 100ms;
}

.hightlight:hover{
    transition-delay: 110ms;
    color: #000;
}

/*fin animation liens*/
