/* - - - - - - - - - - G E N E R A L - - - - - - - - - - */

body{
    font-family: 'Catamaran', sans-serif;
    background-color: lightgrey;
}

hr{
    clear:both;
    visibility: hidden;
    display: block;
}

article{
    padding:30px 100px 30px 100px;
}

h2{
    margin: auto;
    padding-bottom: 30px;
    letter-spacing: 5px;
}



/* - - - - - - - - - - N A V I G A T I O N - - - - - - - - - - */

nav{
    margin-top: -20px;
    width: 100%;
    position: fixed;
    background-color: white;
    box-shadow: 0px 3px 10px grey;
    z-index: 2;
} 

.home {
    margin-block-start: 1em;
    margin-left: 10px;
    float: left;
    text-transform: uppercase;
}

nav ul{
    display: flex;
    justify-content: flex-end;
}

nav li{
    display: inline-block;
    padding: 0 20px;
}

#infos{
    width: 50px;
}

.nav{
    text-decoration: none;
    color: lightgrey;
}

a:hover{
    color: grey;
}

.orange{
  color: #FF7C00;
}


/* - - - - - - - - - - E N T E T E - - - - - - - - - - */

.paralax{
    background-image: url("../images/Tilda/Tilda_2.jpg");
    background-position: 70%;
    background-size: cover;
    margin-top: 20px;
    background-attachment: fixed;
    padding: 150px;
    box-shadow: 0px 3px 10px grey;
}

.paralax h1{
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 100px;
    letter-spacing: 15px;
    text-shadow: grey 1px 0 5px;
}

/* - - - - - - - - - - B I O G R A P H I E - - - - - - - - - - */
.scroll {
    margin: -120px auto 50px;
    padding: 30px 30px 30px;
    width: 650px;
    height: 300px;
    color: grey;
    background-color: white;
    overflow: scroll;
    box-shadow: grey 1px 0 5px;
}


.scroll h2{
    width: 600px;
    margin: auto;
    padding-bottom: 30px;
    letter-spacing: 5px;
}

.scroll p {
    width: 600px;
    margin: auto;
    text-align: justify;
}


.alinea { 
  text-indent: 20px; 
}

.bold{
    font-weight: bold;
    text-transform: uppercase;
}


/* - - - - - - - - - - C I T A T I O N - - - - - - - - - - */

#Replique {

}

#Replique quote {    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Dancing Script', cursive;
    font-style: italic;
    font-size: 60px;
}

#Replique p {
    font-style: italic;
    font-size: 16px;
    float: right;
    margin-right: 210px;
}


/* - - - - - - - - - - B L O C 1 - - - - - - - - - - */

#Bloc_1{
    display: inline-flex;
    padding-top: 100px;
    padding-bottom: 40px;

}

#Tilda{
    background-image: url("../images/Tilda/Tilda_5_OLLA.jpg");
    background-size: 400%;
    background-position: 450px 0px ;
    width: 300px;
    box-shadow: 0px 3px 10px grey;
    margin: 20px;
}

#Things{
    color: grey;
    background-color: white;
    width: 400px;
    padding:20px;
    margin: 20px;
    box-shadow: grey 1px 0 5px;
}


#Inspire{
    width: 40%;
    color: grey;
    background-color: white;
    padding:20px;
    margin: 20px;
    box-shadow: grey 1px 0 5px;
}


/* - - - - - - - - - - B L O C 2 - - - - - - - - - - */

#Bloc_2{
    margin: -65px 20px 0px 20px;
    padding:20px;
    color: grey;
    background-color: white;
    box-shadow: grey 1px 0 5px;
}

h3{
    margin: 0px auto 50px 30px;
    padding-left: 50px;
    font-family: 'Dancing Script', cursive;
    font-style: italic;
    font-size: 35px;
}

/* - - - - - - - - - - B L O C 3 - - - - - - - - - - */

#Bloc_3{
    display: inline-flex;
    height: 490px;
    margin: 110px 20px 30px 20px;

}

.conteneur{
    width: 690px;
    height: 490px;
    margin: 0px 20px 0px 20px;
    padding:20px;
    color: grey;
    background-color: white;
    box-shadow: grey 1px 0 5px;
}

.CSSgal {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slider{
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0px 20px 20px 20px;
    background-color: black;
}

.CSSgal .slider {
    width: 650px;
    height: 400px;
    transition: 0.8s;
}

.CSSgal .slider > * {
    display: inline-block;
    flex-wrap: nowrap;
    transition: 0.8s;
}

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
#s5:target ~ .slider {transform: translateX(-400%); -webkit-transform: translateX(-400%);}
#s6:target ~ .slider {transform: translateX(-500%); -webkit-transform: translateX(-300%);}

img {
    width: 100%;
}

#Nav_Bloc3 {
    display: inline-flex;
    flex-wrap: wrap;
    margin:auto 20px auto 20px;

}
.miniatures {
    width: 100px;
    height: 100px;
    margin:20px;
    box-shadow: grey 1px 0 5px;
    opacity: 1;
    transition: .3s ease-in-out;
    
}

.miniatures:hover{
    opacity: 0.5;
}

.miniatures:hover a{
    opacity: 0;
}


.miniatures >a{
    opacity: 1;
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    color:white;
    text-align: center;
}


/* - - - - - - - - - - M I N I A T U R E S - - - - - - - - - - */

#Snowpiercer{
        background-image: url("../images/Tilda/Tilda_7_SnowPiercer.jpg");
        background-size: 300%;
        background-position: 73%;
        overflow: hidden;
        z-index: 1;
    }


#Constentine{
        background-image: url("../images/Tilda/Tilda_3_Constentine.jpg");
        background-size: 800%;
        background-position: 42% 23%;
        overflow: hidden;
    }

#Narnia
    {
        background-image: url("../images/Tilda/Tilda_8_Narnia.jpg");
        background-size: 400%;
        background-position: 43% 38%;
        overflow: hidden;
    }
#Susperia
    {
        background-image: url("../images/Tilda/Tilda_6_susperia.jpg");
        background-size: 400%;
        background-position: 24% 20%;
        overflow: hidden;
    }
#TheGBH
    {
        background-image: url("../images/Tilda/Tilda_9_TheGBH.jpg");
        background-size: 320%;
        background-position: 50%;
        overflow: hidden;
    }
#DrStrange
    {
        background-image: url("../images/Tilda/Tilda_12_DrStrange.jpg");
        background-size: 320%;
        background-position: 45% 2%;
        overflow: hidden;
    }

/* - - - - - - - - - - B L O C 4 - - - - - - - - - - */
#Bloc_4b{ 
    display:inline-flex;
    width: 100%;
    justify-content: space-between;
}

#Bloc_4 { 
    text-align: center;
    width: 100%;
    margin-top: 120px;
}
#Bloc_4 > ul { 
    display: inline-flex;
    list-style: none;

    margin-top: 0px;
    margin-bottom: 20px;
}

#Bloc_4 > ul > li { 
    margin: 0px 20px 0px 20px;
    padding:0px 20px 0px 20px;
}

.icon {
    text-decoration: none;
    font-size: 50px;
    color:grey;
    transition: .3s ease-in-out;
}


.icon:hover{
    text-decoration: none;
    color:#FF7C00;
    font-size: 52px;
}

h4{
    font-family: 'Dancing Script', cursive;
    font-style: italic;
    font-size: 35px;
    text-align: center;
}

/* - - - - - - - - - - W R I T E  T O - - - - - - - - - - */

.boite{ 
    text-align: center;
    width: 100%;
    margin-top: 120px;   
    color: grey;
    background-color: white;
    box-shadow: grey 1px 0 5px;
    padding: 20px;
}

input[type="text"] {
    background-color: grey;
    color:white;
    border:none;
    border-radius: 3px;
    margin:6px;
    transition-duration: 0.3s ease-in-out
}

input[type="text"]:hover{
    opacity: 80%;
    color: silver;
    transition-duration: 0.3s ease-in-out
}

input[type="text"]:focus{
    opacity: 100%;
    color: white;
    border: 1px solid #FF7C00;
    transition-duration: 0.3s ease-in-out
}

textarea {
    background-color: grey;
    color:white;
    border:none;
    border-radius: 3px;
    margin:6px;
    transition-duration: 0.3s ease-in-out
}

textarea:hover {
    opacity: 80%;
    color: silver;
    transition-duration: 0.3s ease-in-out
}

textarea:focus {
    opacity: 100%;
    color: white;
    border: 1px solid #FF7C00;
    transition-duration: 0.3s ease-in-out
}

input[type="submit"] {
    background-color: #FF7C00;
    color:white;
    border:none;
    border-radius: 3px;
    margin:15px;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background-color: #FF7C00;
    opacity: 80%;
    color:white;
    border:none;
    border-radius: 3px;
    margin:15px;
    padding: 12px;
}

input[type="submit"]:focus {
    background-color: grey;
    color:white;
    border:none;
    border-radius: 3px;
    margin:15px;
    padding: 12px;
}