
@font-face {
    font-family: "kaffi";
    src: url('../fonts/Kaffi-Regular.ttf');
    font-style: bold;

}

@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeue-Light.ttf');

}

@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeue-Thin2.ttf');
    font-style: thin;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeue-Roman.ttf');
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeue-Medium.ttf');
    font-weight: medium;
   
}

@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeue-Bold3.ttf');
    font-style: bold;

}

@font-face {
    font-family: "Open_Sans_300";
    src: url('../fonts/Open Sans 300.ttf');
   

}
@font-face {
    font-family: "OpenSans-bold";
    src: url('../fonts/OpenSans-Regular.ttf');
   

}

html { 
	font-size: 30px; 
}

body {
	background-color: white; 
}


h2 { 
    font-size: 32pt; 
    padding-top: 10px;
    letter-spacing: -0pt;
    padding-left: calc(0% + 20px);
    padding-right: calc(50% + 20px);
    font-family: "HelveticaNeue";
    font-weight: bold;
    color: white;
    padding-bottom: 30px;

}


h4 { 
    font-size: 32pt; 
    padding-top: 10px;
    letter-spacing: 0pt;
    padding-left: calc(50% + 30px);
    font-family: "HelveticaNeue";
    font-weight: bold;
    color: white;


}


h5 { 
    font-size: 22pt; 
    letter-spacing: 0pt;
    font-family: "HelveticaNeue";
    font-weight: bold;
    color: white;
    padding-top: 16px;
    padding-bottom: 2px;


}


h6 { 
    font-size: 95pt; 
    letter-spacing: 1pt;
    font-family: "kaffi";
    color: red;
    text-align: center;
    position: sticky;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: auto;


}

p { 
    line-height: 21.3px;
    font-size: 12pt;
    font-family: "Open_Sans_300";
    color: white;
    padding-bottom: 25px;
    padding-top: 25px;

}
.titre 
{
    font-family: "kaffi";
    font-size: 9.7em;
    letter-spacing: 1px;
    text-align: center;
    line-height: 140pt;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: red;
    padding-top: 6vh;
}

.rouge  
{
    color : red;
}
.rouge2  
{
    color : red;
    font-size: 21pt;
    font-family: "OpenSans-bold";
    line-height: 1em;
    letter-spacing: 0.1pt;

}


.contenu {
    width: 100%;
    height: 100%;
    font-family: "HelveticaNeue";
    box-sizing: border-box;
    display: flex;
}

.contenu p {
    width: 44%;
    height: 100%;
    font-family: "HelveticaNeue";
    box-sizing: border-box;
    display: flex;
}


.contenu3 {
    width: 100%;
    font-family: "HelveticaNeue";
    padding-left: calc(50% + 5vh);
    padding-right: calc(0% + 5vh);
    box-sizing: border-box;
    height: 90%;
    overflow: scroll;

}


.contenu4 {
    display: flex;
    font-family: "HelveticaNeue";
    box-sizing: border-box;
    overflow: visible;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: calc(50% + 5vh);
    padding-right: calc(0% + 5vh);
    padding-left: 5vh;
    overflow: scroll;
    height: 90%;

}

.contenu4-column {
    width: 50%;
    overflow: scroll;
}

.contenu4 p {
    width: 100%;
    overflow: scroll;
    height: 92%;

}

.contenu4 img {
    width: 30%;
    padding-left: -50%;
    margin-left: 21vh;
    padding-bottom: 22vh;
    overflow: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}

}


.contenu4 img:hover {
  box-shadow: 0 0 11px #red; 

    position: relative;
}


.contenu3 img {
    width: 100%;
}

.contenu-column {
    width: 50%;
    flex: 1 1 auto;
    padding-left: 5vh;
    padding-right: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.contenu-column h2 {
    font-family: "HelveticaNeue";
    padding-left:5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5% ;
    text-align: center;
    color: white;
    
}
.contenu-column h4 {
    font-family: "kaffi";
    color:  red;
    padding-left:5%;
    padding-right: 5%;
    padding-top: 8.5%;
    padding-bottom: 5% ;
    text-align: center;
    
    
}

.contenu2 {
    width: 100%;
    height: 650px;
    font-family: "HelveticaNeue";
    padding: 20px;
    font-size: 12pt;
    padding-left: calc(0% + 20px);
    padding-right: calc(50% + 20px);
    box-sizing: border-box;
}

.contenu2 img {
    width: 100%;
}


.img1 
{
    opacity: 100%;
    width: 100%;
    height: auto;
    background-position: center;
    position: sticky;

}

.image1 
{
    width: 100%;
    height: 100%;
    background-image: url("../images/rino.jpg");
    background-position: center;
    background-size: cover;
    transform: translate(0, 0);
    transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1);
    position: absolute;
    z-index: 1;
    
}

.article-active .image1 
{
    transform: translate(0, 100%) ;
}

.image2
{
    width: 100%;
    height: 100%;
    background-image: url("../images/rinoscie.jpg");
    background-size: 100%;
    transform: translate(0, 0);
    transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1);
    position: absolute;
    z-index: 1;
}
.article-active .image2 {
    transform: translate(50%, 0) ;
}

.image3 
{
    width: 100%;
    height: 100%;
    background-image: url("../images/braconnier.jpg");
    background-size: 100%;
    transform: translate(0, 0);
    transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1);
    position: absolute;
    z-index: 1;
}


.article-active .image3 {
    transform: translate(-50%, 0) ;
} 


.image4 {
    background-image: url("../images/braconneur.jpg")
    background-size: 100%;
}   


.image5 {
    width: 100%;
    height: 100%;
    background-image: url("../images/rinomort.jpg");
    background-size: 100%;
    transform: translate(0, 0);
    transition: transform 0.9s cubic-bezier(0.83, 0, 0.17, 1);
    position: absolute;
    z-index: 1;
}


.article-active .image5 {
    transform: translate(100%, 0) ;
}


.article {
    border: solid black;
    position: relative;
    overflow: hidden;
    height: 66vh;
    background: black;
}


.article2 {
    border: solid black;
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: black; 
}


.image_in {
    width: 100%;
    height: 100%;    
    background-image: url("../images/braconneur.jpg");
    transform: translate(0, 0);
    transition: transform 0.9s cubic-bezier(0.83, 0, 0.11, 1);
    z-index: 1;

}


.image_in:hover {
    transform: translate(100%, 0) ;
    position: relative;

}


.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding-right: 50%;
    margin:0;
    list-style: none;
    align-items: left;
}

 .flex-item-img {
  transition: transform 0.9s;
  padding-bottom: 35px;
  padding-top: -11px;
} 

.flex-item-img:hover {
    transform: translate(100%, 0);
    transform: scale(8);
    z-index: 10;
    position: relative;
}


.flex-container div {
    margin: 1%;
    width: 15%;
}

.flex-container p {
    height: 25vh;
    overflow: scroll;
    padding-bottom: 30px;
    padding-top: 20px;
    
}

.flex-container span {
    display: inline-block;
}

.flex-container, flex-container span, .flex-container p {
    margin: 0;
    padding: 0;
}
 
img {
    width: 100px; 
    height: auto; 
    object-fit: cover; 
}

.contenu-columnlast {
    padding-left: 7vh;
    padding-right: 7vh;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flex-column-scroll {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1000px) {
    .flex-container {
        flex-direction: column;
        overflow: scroll;
        height: 100%;
        flex-flow: column;
        flex: 1 1 auto;
    }

    .flex-container div {
        width: 50%;
    }
}
  .button {
    background-color: red;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
  }
